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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 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 187702
- HIGH dynamic exec moeyahia/chillspwn-hermes-recovery unsafe yaml.load()
return yaml.load(value, Loader=loader) - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/cloud-platform
"https://www.googleapis.com/auth/cloud-platform " - HIGH dynamic exec moeyahia/chillspwn-hermes-recovery eval()/exec()
exec(compile(open(path).read(), str(path), 'exec'), ns) - HIGH dynamic exec moeyahia/chillspwn-hermes-recovery eval()/exec()
exec(compile(open(_parseltongue_path).read(), str(_parseltongue_path), 'exec'), _caller_globals) - MEDIUM suspicious endpoint moeyahia/chillspwn-hermes-recovery api.telegram.org
url = f"https://api.telegram.org/bot{bot_token}/sendMessage" - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", - MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - HIGH hidden prompt moeyahia/chillspwn-hermes-recovery skill: skill-exfil
secret→sink: - **All requests** use JSON (`Content-Type: application/json` for any POST/PATCH/PUT body). - HIGH hidden prompt moeyahia/chillspwn-hermes-recovery skill: skill-exfil
secret→sink: | Add comment | `gh pr comment N --body "..."` | `curl -X POST .../issues/N/comments -d '{"body":"..."}'` |