Code analysis
static source read inferred
Static code-analysis findings — hidden prompt content in shipped skill files, committed secrets, dynamic-exec sinks, and suspicious call-home endpoints — across the analyzed catalogue. Heuristic, pure, no code executed; every row deep-links to its source. Click a kind to filter.
50066 analyzed
8097 re-analysis due
988 not analyzable
0 not yet analyzed
4803 source gone
not analyzable
789 too large 199 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 338
- committed secret 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- MEDIUM suspicious endpoint noclickapp/noclick docs.sentry.io (telemetry)
"x-credential-url": "https://docs.sentry.io/api/auth/", - MEDIUM suspicious endpoint noclickapp/noclick sentry.io (telemetry)
_REGION_HOSTS = {"us": "https://sentry.io", "us2": "https://us2.sentry.io", "de": "https://de.sentry.io"} - MEDIUM over-broad oauth scope noclickapp/noclick gmail.modify
_GMAIL_REPLY = _s("gmail.modify", "gmail.compose") - MEDIUM over-broad oauth scope noclickapp/noclick https://www.googleapis.com/auth/spreadsheets
SPREADSHEETS = "https://www.googleapis.com/auth/spreadsheets" - MEDIUM over-broad oauth scope noclickapp/noclick https://www.googleapis.com/auth/drive
DRIVE = "https://www.googleapis.com/auth/drive" - MEDIUM over-broad oauth scope noclickapp/noclick https://www.googleapis.com/auth/documents
DOCUMENTS = "https://www.googleapis.com/auth/documents" - MEDIUM suspicious endpoint noclickapp/noclick posthog.com (telemetry)
"x-credential-url": "https://posthog.com/docs/api/oauth", - MEDIUM suspicious endpoint noclickapp/noclick app.posthog.com (telemetry)
"x-credential-url": "https://app.posthog.com/settings/user-api-keys", - MEDIUM suspicious endpoint noclickapp/noclick us.posthog.com (telemetry)
return "https://us.posthog.com", "https://us.i.posthog.com" - MEDIUM suspicious endpoint noclickapp/noclick eu.posthog.com (telemetry)
return "https://eu.posthog.com", "https://eu.i.posthog.com" - MEDIUM suspicious endpoint noclickapp/noclick sentry.io (telemetry)
SENTRY_AUTH_URL = "https://sentry.io/oauth/authorize/" - MEDIUM suspicious endpoint noclickapp/noclick oauth.posthog.com (telemetry)
return os.environ.get("POSTHOG_OAUTH_HOST", "https://oauth.posthog.com").rstrip("/") - MEDIUM suspicious endpoint noclickapp/noclick eu.posthog.com (telemetry)
"https://eu.posthog.com", - MEDIUM suspicious endpoint noclickapp/noclick us.posthog.com (telemetry)
"https://us.posthog.com", - MEDIUM over-broad oauth scope noclickapp/noclick https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive",