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.
50100 analyzed
8073 re-analysis due
988 not analyzable
2 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 187701
- HIGH committed secret chandshy/mailpouch private key
PEM private key block (redacted) - HIGH credential in log chandshy/mailpouch credential in log
logger.info('connect', 'Test', { user: 'u', password: 'hunter2', auth: { user: 'u', pass: 'hunter2' } }); - MEDIUM suspicious endpoint chandshy/mailpouch 8.8.8.8
const req = mockReq({ origin: 'http://8.8.8.8:8765' }); - MEDIUM suspicious endpoint chandshy/mailpouch 8.8.8.8
const r = await d.deliver({ id: "w", url: "https://8.8.8.8/x" }, stubEvent()); - MEDIUM suspicious endpoint chandshy/mailpouch discordapp.com
expect(detectFormat("https://discordapp.com/api/webhooks/1/abc")).toBe("discord"); - MEDIUM suspicious endpoint chandshy/mailpouch discord.com
expect(detectFormat("https://discord.com/api/webhooks/1/abc")).toBe("discord"); - MEDIUM suspicious endpoint chandshy/mailpouch 172.32.0.1
expect(isPrivateWebhookTarget("http://172.32.0.1/")).toBe(false); // just outside RFC-1918 - MEDIUM suspicious endpoint chandshy/mailpouch 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest", - MEDIUM suspicious endpoint agenthill/vaultpilot-mcp 169.254.169.254 (cloud metadata)
["link-local (cloud metadata)", "https://169.254.169.254/", /private|loopback/i], - HIGH committed secret achappey/aihappey-ai Slack token
xoxp-1…(75 chars, redacted) - HIGH dynamic exec cbcoutinho/nextcloud-mcp-server pickle.loads()
assert pickle.loads(pickle.dumps(chunks)) == chunks - HIGH credential in log cbcoutinho/nextcloud-mcp-server credential in log
logger.debug("Refresh token present: %s", refresh_token is not None) - HIGH committed secret raccioly/docguard AWS access key id
AKIAIO…(20 chars, redacted) - HIGH obfuscation raccioly/docguard dynamic require()/import()
const { normalizeStatus } = await import(`${pathToFileURL(resolve(root, 'src/status.mjs')).href}?eval=${Date.now()}`); - HIGH obfuscation raccioly/docguard dynamic require()/import()
const { resolveTimeout } = await import(`${pathToFileURL(resolve(root, 'src/options.mjs')).href}?eval=${Date.now()}`);