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.
51197 analyzed
7502 re-analysis due
995 not analyzable
0 not yet analyzed
4849 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 iowarp/clio-kit eval()/exec()
exec( - HIGH dynamic exec iowarp/clio-kit eval()/exec()
slice_obj = eval(f"np.s_[{slice_spec}]") - HIGH dynamic exec iowarp/clio-kit eval()/exec()
exec(code) - HIGH suspicious skill script agentic-web-labs/agentic-web-labs suspicious bundled script
PORT=$(python3 -c 'import socket; s=socket.socket(); s.bind(("",0)); print(s.getsockname()[1]); s.close()' 2>/dev/null || echo "0") - HIGH committed secret genxevo/genxevo-ai-automation-agent-javascript-selenium AWS access key id
AKIASY…(20 chars, redacted) - HIGH dynamic exec Knuckles-Team/agent-utilities __import__()
return __import__(name, fromlist=["__name__"]) - MEDIUM suspicious endpoint Knuckles-Team/agent-utilities 169.254.169.254 (cloud metadata)
require_safe_browser_url("http://169.254.169.254/latest/meta-data") - HIGH committed secret Knuckles-Team/agent-utilities AWS access key id
AKIAQW…(20 chars, redacted) - HIGH dynamic exec Knuckles-Team/agent-utilities marshal.loads()
loaded = preflight.marshal.loads(payload[16:]) - MEDIUM suspicious endpoint Knuckles-Team/agent-utilities 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data", - HIGH dynamic exec Knuckles-Team/agent-utilities __import__()
assert summary["trace_ref"] == "trace:" + __import__( - MEDIUM suspicious endpoint Knuckles-Team/agent-utilities 8.8.8.8
{"id": 12, "name": "Google DNS", "url": "https://8.8.8.8"} - HIGH dynamic exec Knuckles-Team/agent-utilities __import__()
__import__( - HIGH dynamic exec Knuckles-Team/agent-utilities eval()/exec()
return bool(eval(expr, {"__builtins__": {}}, {"row": row})) # noqa: S307 -- closed vocabulary, test-only - HIGH dynamic exec Knuckles-Team/agent-utilities eval()/exec()
exec(src, ns) # noqa: S102 — test-only: confirms the rendered source runs