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.
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 source gone
not analyzable
789 too large 199 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 338
- committed secret 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- HIGH dynamic exec silent-rs/silent-Tiangong new Function()
const fn = new Function(code); - HIGH dynamic exec Masterplanner25/aindy-runtime __import__()
watchdog_scan = __import__( - HIGH dynamic exec greeves89/AI-Employee eval()/exec()
exec(m.group(0), ns) - MEDIUM suspicious endpoint greeves89/AI-Employee 169.254.169.254 (cloud metadata)
"github", "ghp_tok", base_url="http://169.254.169.254" - HIGH dynamic exec greeves89/AI-Employee eval()/exec()
self.assertTrue(eval(bedingung, { - MEDIUM suspicious endpoint greeves89/AI-Employee 169.254.169.254 (cloud metadata)
mcp_servers._validate_mcp_url("http://169.254.169.254/latest/meta-data") - MEDIUM suspicious endpoint greeves89/AI-Employee 169.254.169.254 (cloud metadata)
_validate_mcp_url("http://169.254.169.254/mcp", allow_private=True) - MEDIUM suspicious endpoint greeves89/AI-Employee api.telegram.org
f'INFO httpx: HTTP Request: POST https://api.telegram.org/bot{token}/getUpdates ' - HIGH dynamic exec greeves89/AI-Employee eval()/exec()
exec(compile(SRC[start:end], "<helpers>", "exec"), ns) - HIGH dynamic exec greeves89/AI-Employee eval()/exec()
exec(huelle, ns) - HIGH dynamic exec greeves89/AI-Employee eval()/exec()
exec(compile(block, "bridge_browser", "exec"), ns) # noqa: S102 - HIGH dynamic exec greeves89/AI-Employee __import__()
__import__(name) - MEDIUM over-broad oauth scope greeves89/AI-Employee https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", - MEDIUM over-broad oauth scope greeves89/AI-Employee gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - MEDIUM suspicious endpoint greeves89/AI-Employee api.telegram.org
TG_API = "https://api.telegram.org/bot{token}"