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 committed secret VatsSShah/assay OpenAI key
sk-qEz…(43 chars, redacted) - HIGH committed secret zoharbabin/google-researcher-mcp Google API key
AIzaSy…(39 chars, redacted) - HIGH committed secret zoharbabin/google-researcher-mcp Google API key
AIzaSy…(39 chars, redacted) - MEDIUM suspicious endpoint zoharbabin/google-researcher-mcp 169.254.169.254 (cloud metadata)
await expect(validateUrlForSSRF('http://169.254.169.254/latest/meta-data/')).rejects.toThrow(SSRFProtectionError); - HIGH committed secret zoharbabin/google-researcher-mcp Google API key
AIzaSy…(39 chars, redacted) - HIGH committed secret zoharbabin/google-researcher-mcp Google API key
AIzaSy…(39 chars, redacted) - HIGH committed secret solomonneas/mitre-mcp private key
PEM private key block (redacted) - MEDIUM suspicious endpoint hlsitechio/Shellockolm-AI-CLI-MCP-Scanner securitylabs.datadoghq.com (telemetry)
"https://securitylabs.datadoghq.com/articles/nextjs-middleware-auth-bypass/", - HIGH dynamic exec rudraptpsingh/figbridge new Function()
new Function(popup); - HIGH dynamic exec rudraptpsingh/figbridge eval()
var p = eval(wrapped); - HIGH dynamic exec rudraptpsingh/figbridge new Function()
return await page.evaluate(new Function(`return (async () => { ${script} })()`)); - HIGH dynamic exec keithyt06/quick-dingtalk-mcp new Function()
const extractDescription = new Function( - HIGH obfuscation keithyt06/quick-dingtalk-mcp dynamic require()/import()
const mod = await import(`./index.ts?cache=${Date.now()}-no-url`); - MEDIUM suspicious endpoint sridharandevcom/telegram-mcp-ts api.telegram.org
const API_BASE = "https://api.telegram.org"; - MEDIUM over-broad oauth scope alsgur9865-sketch/formforge-ai https://www.googleapis.com/auth/cloud-platform
creds, _ = google.auth.default(scopes=["https://www.googleapis.com/auth/cloud-platform"])