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.
51192 analyzed
7507 re-analysis due
995 not analyzable
1 not yet analyzed
4848 source gone
not analyzable
795 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 12007
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190152
- HIGH dynamic exec Apra-Labs/apra-fleet new Function()
const { parseBlockers } = new Function(`${match[1]}; return { parseBlockers };`)(); - HIGH dynamic exec Apra-Labs/apra-fleet new Function()
const { labelTaskIds } = new Function( - HIGH dynamic exec Apra-Labs/apra-fleet new Function()
const mk = new Function(src.slice(fnStart, fnEnd) + '\nreturn bdSubtreeSnippet;')(); - HIGH dynamic exec FailEcho/failecho __import__ sink
lambda p: (p == "/mnt/c/Users") or __import__("os").path.exists(p)) - HIGH obfuscation rain6fish/KeelBase dynamic require()/import()
await import(`file://${root}/Server-NestJS/src/plugins/plugins/notify.plugin.ts`).catch(() => {}); - MEDIUM suspicious endpoint rain6fish/KeelBase 169.254.169.254 (cloud metadata)
.mockResolvedValue({ status: 302, ok: false, headers: { get: () => 'http://169.254.169.254/latest' } }); - HIGH credential in log rain6fish/KeelBase credential in log
console.log(`Demo account created: ${username} / ${password}`); - HIGH committed secret using-system/oddyssey GitHub token
ghp_16…(40 chars, redacted) - HIGH dynamic exec wallter/trw-mcp __import__ sink
env={"PATH": __import__("os").environ.get("PATH", "")}, - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
data = yaml.load(_MESSAGES_YAML.read_text()) - HIGH committed secret wallter/trw-mcp Stripe live key
sk_liv…(28 chars, redacted) - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
parsed = yaml.load(result) - HIGH committed secret wallter/trw-mcp OpenAI key
sk-AAA…(27 chars, redacted) - HIGH dynamic exec wallter/trw-mcp eval()/exec()
exec("def identity():\n return 'stale'\n", stale.__dict__) - HIGH dynamic exec wallter/trw-mcp __import__ sink
"PATH": __import__("os").environ.get("PATH", ""),