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 neo1777/vps1777 eval()/exec()
exec("\n".join(righe), spazio) # noqa: S102 — codice estratto dal repo, non da input - HIGH dynamic exec neo1777/vps1777 eval()/exec()
exec(compile(ast.Module(body=corpo, type_ignores=[]), "<estratto>", "exec"), ns) - HIGH dynamic exec neo1777/vps1777 __import__ sink
raise __import__("subprocess").TimeoutExpired(cmd, kw.get("timeout", 1)) - HIGH dynamic exec neo1777/vps1777 eval()/exec()
exec(compile(ast.Module(body=[nodo], type_ignores=[]), - HIGH dynamic exec neo1777/vps1777 eval()/exec()
exec(compile(ast.Module(body=[n], type_ignores=[]), "<estratto>", "exec"), ns) - HIGH dynamic exec neo1777/vps1777 eval()/exec()
exec(compile(ast.Module(body=[n], type_ignores=[]), "<estratto>", "exec"), ns) - MEDIUM suspicious endpoint neo1777/vps1777 api.telegram.org
url = f"https://api.telegram.org/bot{token}/getMe" - HIGH dynamic exec adsagents/adsagent-ai-skills eval()/exec()
exec(compile(source, str(PARSER_PATH), "exec"), namespace) - MEDIUM suspicious endpoint mcp-hangar 169.254.169.254 (cloud metadata)
_, warnings = _run({"meta": {"mode": "remote", "endpoint": "http://169.254.169.254/latest/meta-data/"}}) - MEDIUM suspicious endpoint mcp-hangar 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", - MEDIUM over-broad oauth scope mcp-hangar delete_repo
server.invoke_tool("delete_repo", {}) - MEDIUM suspicious endpoint mcp-hangar 169.254.169.254 (cloud metadata)
validate_no_ssrf("http://169.254.169.254/latest/meta-data/") - HIGH committed secret mcp-hangar Google API key
AIzaSy…(39 chars, redacted) - MEDIUM over-broad oauth scope mcp-hangar delete_repo
_server(L7Policy(tools=ToolRules(deny=("delete_*",)))).invoke_tool("delete_repo", {}) - MEDIUM over-broad oauth scope mcp-hangar delete_repo
action, _ = evaluate_tool("delete_repo", rules, ToolAction.DENY)