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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 not yet analyzed
4804 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 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187702
- HIGH dynamic exec mcbuddy/testivai-oss new Function()
const fn = new Function('document', 'window', `return ${expr}`); - HIGH dynamic exec mcbuddy/testivai-oss new Function()
const fn = new Function('document', 'window', `return ${expr};`); - HIGH dynamic exec mcbuddy/testivai-oss new Function()
expect(() => new Function(`return ${expr.replace('(document, window, 1234, [])', '')}`)).not.toThrow(); - MEDIUM suspicious endpoint KryptosAI/mcp-seatbelt discord.com
url: 'https://discord.com/api/webhooks/test', - MEDIUM suspicious endpoint KryptosAI/mcp-seatbelt abc123.ngrok.io
args: { endpoint: 'https://abc123.ngrok.io/callback' }, - MEDIUM suspicious endpoint KryptosAI/mcp-seatbelt discord.com
url: 'https://discord.com/api/webhooks/123456/abcdef', - MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry)
const host = analyticsConfig.posthog.host || "https://us.i.posthog.com"; - MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry)
"host": "https://us.i.posthog.com" - MEDIUM suspicious endpoint doccupine posthog.com (telemetry)
1. Log in to [PostHog](https://posthog.com). - MEDIUM suspicious endpoint doccupine eu.i.posthog.com (telemetry)
| EU Cloud | \`https://eu.i.posthog.com\` | - MEDIUM suspicious endpoint doccupine posthog.com (telemetry)
1. Sign up at [posthog.com](https://posthog.com) (free tier available). - MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry)
"host": "https://us.i.posthog.com" - MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry)
const host = analyticsConfig.posthog.host || "https://us.i.posthog.com"; - MEDIUM suspicious endpoint doccupine us.i.posthog.com (telemetry)
analyticsConfig.posthog?.host || "https://us.i.posthog.com" - HIGH credential in log jongall45/frontrun-mcp-server credential in log
console.log(` Key: sig_••••••••${creds.api_key.slice(-8)}`);