model-debugging
Enables debugging and diagnosing of model errors in Pollinations services, analyzing logs and identifying affected users.
Install this skill
Security score
The model-debugging skill was audited on Jun 4, 2026 and we found 38 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 280 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/keys" \ |
Curl to non-GitHub URL
| 294 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/query" \ |
Curl to non-GitHub URL
| 321 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/query" \ |
Curl to non-GitHub URL
| 348 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/query" \ |
Curl to non-GitHub URL
| 377 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/keys" \ |
Curl to non-GitHub URL
| 453 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/query" \ |
Curl to non-GitHub URL
| 478 | curl -s 'https://gen.pollinations.ai/v1/chat/completions' \ |
Curl to non-GitHub URL
| 485 | curl -s 'https://gen.pollinations.ai/image/test?model=MODEL_NAME&width=256&height=256' \ |
Curl to non-GitHub URL
| 523 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/pipes/model_health.json?token=$TB&minutes=240" | jq '.data' |
Curl to non-GitHub URL
| 532 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/sql?token=$TB" \ |
Curl to non-GitHub URL
| 544 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/sql?token=$TB" \ |
Curl to non-GitHub URL
| 554 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/sql?token=$TB" \ |
Access to hidden dotfiles in home directory
| 91 | ssh -i ~/.ssh/id_rsa_ovh [email protected] "sudo journalctl -u image-pollinations -f" |
Access to hidden dotfiles in home directory
| 94 | ssh -i ~/.ssh/id_rsa_ovh [email protected] "sudo journalctl -u image-pollinations --since '3 minutes ago' --no-pager" > legacy-image-logs.txt |
Access to SSH directory
| 91 | ssh -i ~/.ssh/id_rsa_ovh [email protected] "sudo journalctl -u image-pollinations -f" |
Access to SSH directory
| 94 | ssh -i ~/.ssh/id_rsa_ovh [email protected] "sudo journalctl -u image-pollinations --since '3 minutes ago' --no-pager" > legacy-image-logs.txt |
Access to .env file
| 105 | **Fix**: Create new Azure Content Safety resource and update `.env`: |
Access to .env file
| 212 | # Or from existing .env |
Access to .env file
| 213 | grep CLOUDFLARE_ACCOUNT_ID image.pollinations.ai/.env |
External URL reference
| 22 | The Model Monitor at https://monitor.pollinations.ai shows **all real-world traffic**, including: |
External URL reference
| 61 | View current model health at: https://monitor.pollinations.ai |
External URL reference
| 107 | AZURE_CONTENT_SAFETY_ENDPOINT=https://<new-resource>.cognitiveservices.azure.com/ |
External URL reference
| 219 | 1. Go to https://dash.cloudflare.com/profile/api-tokens |
External URL reference
| 262 | POST https://api.cloudflare.com/client/v4/accounts/{account_id}/workers/observability/telemetry/query |
External URL reference
| 280 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/keys" \ |
External URL reference
| 294 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/query" \ |
External URL reference
| 321 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/query" \ |
External URL reference
| 348 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/query" \ |
External URL reference
| 377 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/keys" \ |
External URL reference
| 421 | H="https://api.europe-west2.gcp.tinybird.co" |
External URL reference
| 442 | 1. **Check Model Monitor** - https://monitor.pollinations.ai |
External URL reference
| 453 | curl -s "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/workers/observability/telemetry/query" \ |
External URL reference
| 478 | curl -s 'https://gen.pollinations.ai/v1/chat/completions' \ |
External URL reference
| 485 | curl -s 'https://gen.pollinations.ai/image/test?model=MODEL_NAME&width=256&height=256' \ |
External URL reference
| 523 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/pipes/model_health.json?token=$TB&minutes=240" | jq '.data' |
External URL reference
| 532 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/sql?token=$TB" \ |
External URL reference
| 544 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/sql?token=$TB" \ |
External URL reference
| 554 | curl -s "https://api.europe-west2.gcp.tinybird.co/v0/sql?token=$TB" \ |