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.
51193 analyzed
7507 re-analysis due
995 not analyzable
0 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 GtechGovind/agento __import__()
module = __import__(module_name) - MEDIUM suspicious endpoint businessmcp/mcp-gateway 8.8.8.8
expect(await isPublicHttpUrl('https://8.8.8.8/mcp')).toBe(true) - MEDIUM suspicious endpoint businessmcp/mcp-gateway 169.254.169.254 (cloud metadata)
'http://169.254.169.254/latest/meta-data/', - HIGH dynamic exec 10xHub/Agentflow __import__()
__import__(module_name) - HIGH dynamic exec 10xHub/Agentflow __import__()
with patch("builtins.__import__", side_effect=lambda name, *a, **k: MagicMock() if name == "cohere" else __import__(name, *a, **k)): - HIGH dynamic exec 10xHub/Agentflow eval()/exec()
result = eval(expression, allowed_names, {}) # noqa: S307 - HIGH dynamic exec 10xHub/Agentflow eval()/exec()
resolved[name] = eval(raw, globalns, None) # noqa: S307 # nosec B307 - HIGH dynamic exec KazKozDev/footnote-mcp __import__()
__import__(module_name) - HIGH committed secret Vijay-Duke/mcp-gitlab GitLab token
glpat-…(44 chars, redacted) - HIGH dynamic exec andrei-ionut-nita/ai-agent-engineering eval()/exec()
return str(eval(str(expression), {"__builtins__": {}})) - HIGH dynamic exec andrei-ionut-nita/ai-agent-engineering eval()/exec()
return str(eval(expression, {"__builtins__": {}})) - HIGH dynamic exec andrei-ionut-nita/ai-agent-engineering eval()/exec()
return str(eval(expression, {"__builtins__": {}}, {})) # noqa: S307 - HIGH dynamic exec andrei-ionut-nita/ai-agent-engineering eval()/exec()
return str(eval(expression, {"__builtins__": {}}, {})) # noqa: S307 - HIGH committed secret ssarthaks/agent-monitor OpenAI key
sk-CAN…(41 chars, redacted) - HIGH committed secret ssarthaks/agent-monitor AWS access key id
AKIAIO…(20 chars, redacted)