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.
51308 analyzed
7409 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 kyopark2014/strands-mcp eval()/exec()
exec(code, _exec_globals) - HIGH dynamic exec kyopark2014/strands-skills eval()/exec()
exec(code, _exec_globals) - HIGH committed secret alizafarbati/agent-honeypot Slack token
xoxb-s…(28 chars, redacted) - HIGH dynamic exec kyopark2014/langgraph-skills __import__()
module = __import__(module_name) - HIGH dynamic exec kyopark2014/langgraph-skills eval()/exec()
exec(code, _exec_globals) - HIGH dynamic exec milu eval()/exec()
return str(eval(expression)) - HIGH dynamic exec milu eval()/exec()
result = eval(expression, {"__builtins__": {}}, {}) - HIGH dynamic exec milu eval()/exec()
exec(code, restricted_globals) # noqa: S102 - MEDIUM suspicious endpoint milu api.telegram.org
api_base: str = "https://api.telegram.org" - HIGH dynamic exec milu eval()/exec()
return str(eval(expression)) # noqa: S307 - HIGH obfuscation bgx4k3p/huly-mcp-server dynamic require()/import()
const config = await import(`../src/config.mjs?ttl=${Date.now()}`); - HIGH obfuscation bgx4k3p/huly-mcp-server dynamic require()/import()
return await import(`../src/config.mjs?generation=${generation}`); - MEDIUM suspicious endpoint proticom/gnosys 169.254.169.254 (cloud metadata)
"http://169.254.169.254/", - MEDIUM suspicious endpoint proticom/gnosys 169.254.169.254 (cloud metadata)
"http://169.254.169.254/", - HIGH obfuscation proticom/gnosys dynamic require()/import()
const Database = require(${JSON.stringify(require.resolve("better-sqlite3"))});