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 MustafaKemal0146/fetih __import__ sink
assert __import__("os").environ["WHATSAPP_REQUIRE_MENTION"] == "true" - MEDIUM suspicious endpoint MustafaKemal0146/fetih api.telegram.org
return httpx.Request("GET", f"https://api.telegram.org{path}") - HIGH dynamic exec MustafaKemal0146/fetih __import__ sink
assert __import__("os").environ["TELEGRAM_REQUIRE_MENTION"] == "true" - HIGH dynamic exec MustafaKemal0146/fetih eval()/exec()
exec(code, mod.__dict__) - MEDIUM suspicious endpoint MustafaKemal0146/fetih 169.254.169.254 (cloud metadata)
url="http://169.254.169.254/latest/meta-data" - MEDIUM suspicious endpoint MustafaKemal0146/fetih 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data" - MEDIUM suspicious endpoint MustafaKemal0146/fetih 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data/", - HIGH committed secret MustafaKemal0146/fetih Slack token
xoxb-f…(16 chars, redacted) - HIGH committed secret MustafaKemal0146/fetih Anthropic key
sk-ant…(37 chars, redacted) - MEDIUM suspicious endpoint MustafaKemal0146/fetih 99.64.0.1
"http://99.64.0.1:11434", # first octet wrong - MEDIUM suspicious endpoint MustafaKemal0146/fetih 100.200.0.1
"http://100.200.0.1:11434", # well outside CGNAT - MEDIUM suspicious endpoint MustafaKemal0146/fetih 100.128.0.1
"http://100.128.0.1:11434", # just above CGNAT block - MEDIUM suspicious endpoint MustafaKemal0146/fetih 100.63.255.255
"http://100.63.255.255:11434", # just below CGNAT block - HIGH committed secret MustafaKemal0146/fetih Google OAuth client secret
GOCSPX…(31 chars, redacted) - HIGH dynamic exec MustafaKemal0146/fetih eval()/exec()
exec("def _boom():\n assert False\n_boom()", fake_globals)