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.
51311 analyzed
7406 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
- HIGH dynamic exec StellarRequiem/Forest-Soul-Forge __import__ sink
"PATH": __import__("os").environ.get("PATH", ""), - HIGH dynamic exec StellarRequiem/Forest-Soul-Forge pickle.loads()
return pickle.loads(raw) - HIGH obfuscation StellarRequiem/Forest-Soul-Forge base64 decode → exec sink
eval(atob(...)) obfuscation, etc.). No legitimate plugin - HIGH committed secret StellarRequiem/Forest-Soul-Forge GitHub fine-grained PAT
github…(33 chars, redacted) - HIGH committed secret StellarRequiem/Forest-Soul-Forge GitHub fine-grained PAT
github…(33 chars, redacted) - HIGH committed secret StellarRequiem/Forest-Soul-Forge GitHub fine-grained PAT
github…(33 chars, redacted) - HIGH committed secret neverinfamous/memory-journal-mcp GitHub token
ghp_se…(40 chars, redacted) - HIGH hidden prompt neverinfamous/memory-journal-mcp skill: skill-exfil
secret→sink: | Hardcoded secrets in source or config | Credential leak via version control | - HIGH dynamic exec liuxfiu/mcp-des eval()/exec()
exec(code, namespace) - HIGH dynamic exec liuxfiu/mcp-des eval()/exec()
exec(proposal.code, namespace) - MEDIUM suspicious endpoint tine1117/mcp-seatbelt 169.254.169.254 (cloud metadata)
params: { name: "fetch", arguments: { url: "http://169.254.169.254/latest/meta-data/" } } - MEDIUM suspicious endpoint ghostwright/phantom 8.8.8.8
expect(isSafeCallbackUrl("http://8.8.8.8")).toEqual({ safe: true }); - MEDIUM suspicious endpoint ghostwright/phantom 169.254.169.254 (cloud metadata)
expect(isSafeCallbackUrl("http://169.254.169.254/latest/meta-data")).toMatchObject({ safe: false }); - MEDIUM suspicious endpoint ghostwright/phantom 172.32.0.1
expect(isSafeCallbackUrl("http://172.32.0.1/ok")).toEqual({ safe: true }); - MEDIUM suspicious endpoint ghostwright/phantom 172.15.0.1
expect(isSafeCallbackUrl("http://172.15.0.1/ok")).toEqual({ safe: true });