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.
51314 analyzed
7403 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- MEDIUM suspicious endpoint szhygulin/recon-crypto-mcp 169.254.169.254 (cloud metadata)
["link-local (cloud metadata)", "https://169.254.169.254/", /private|loopback/i], - HIGH committed secret syndicalt/zaxy OpenAI key
sk-sup…(29 chars, redacted) - MEDIUM suspicious endpoint superserve-ai/superserve us.i.posthog.com (telemetry)
const POSTHOG_HOST = "https://us.i.posthog.com" - MEDIUM over-broad oauth scope superserve-ai/superserve admin:org
"admin:org", - MEDIUM suspicious endpoint superserve-ai/superserve us.i.posthog.com (telemetry)
const host = process.env.NEXT_PUBLIC_POSTHOG_HOST || "https://us.i.posthog.com" - HIGH dynamic exec superserve-ai/superserve setTimeout(string)
setTimeout("") - MEDIUM suspicious endpoint superserve-ai/superserve us.posthog.com (telemetry)
ui_host: "https://us.posthog.com", - MEDIUM suspicious endpoint superserve-ai/superserve us.i.posthog.com (telemetry)
destination: "https://us.i.posthog.com/:path*", - MEDIUM suspicious endpoint superserve-ai/superserve us-assets.i.posthog.com (telemetry)
destination: "https://us-assets.i.posthog.com/static/:path*", - MEDIUM suspicious endpoint stuchapin909/Open-Eagle-Eye 169.254.169.254 (cloud metadata)
const r = await isSafeUrl("http://169.254.169.254/latest/meta-data/"); - HIGH committed secret stevenvo/slack-mcp-server Slack token
xoxp-y…(25 chars, redacted) - HIGH committed secret stevenvo/slack-mcp-server Slack token
xoxp-y…(25 chars, redacted) - HIGH dynamic exec steveardis/omnifocus-mcp new Function()
result = new Function(`return ${injected}`)(); - MEDIUM suspicious endpoint stephenballot-ai/legacy-shield t.me
href={`https://t.me/share/url?url=${encodeURIComponent(referral.referralLink)}&text=${encodeURIComponent('Keep your important documents safe and accessible — even in emergencies. Try LegacyShield!')}` - HIGH dynamic exec standardbeagle/devtool-mcp new Function()
const predicate = new Function('...args', predicateBody);