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 kyopark2014/mcp-manus eval()/exec()
exec(code, _exec_globals) - MEDIUM over-broad oauth scope Bojackson123/workspace-agent https://www.googleapis.com/auth/cloud-platform
"https://www.googleapis.com/auth/cloud-platform", - MEDIUM over-broad oauth scope Bojackson123/workspace-agent https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope Bojackson123/workspace-agent https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope Bojackson123/workspace-agent https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", - HIGH obfuscation markus-global/markus dynamic require()/import()
await import("${originalUrl}"); - HIGH dynamic exec markus-global/markus new Function()
const fn = new Function('input', `return (${stepDef.transform})`); - MEDIUM suspicious endpoint markus-global/markus api.telegram.org
this.baseUrl = config.apiUrl || 'https://api.telegram.org'; - HIGH committed secret markus-global/markus OpenAI key
sk-int…(23 chars, redacted) - HIGH committed secret markus-global/markus OpenAI key
sk-env…(24 chars, redacted) - HIGH dynamic exec markus-global/markus eval()
} catch { /* page may not support script eval (e.g. chrome://) */ } - HIGH dynamic exec mcp-bastion-python __import__()
__import__(mod) - MEDIUM over-broad oauth scope mcp-bastion-python delete_repo
"delete_repo", - MEDIUM over-broad oauth scope mcp-bastion-python delete_repo
"blocked_tools": ["delete_repo"], - MEDIUM suspicious endpoint Gentle-bae/dfir-pcap-mcp 169.254.169.254 (cloud metadata)
assert any("SSRF" in t for t in _titles([_r("/x?url=http://169.254.169.254/latest/meta-data/")]))