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.

analysis coverage 85% of 59,163 analyzable servers
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.

code findings 15 shown
  1. HIGH dynamic exec moeyahia/chillspwn-hermes-recovery unsafe yaml.load() return yaml.load(value, Loader=loader)
  2. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/cloud-platform "https://www.googleapis.com/auth/cloud-platform "
  3. HIGH dynamic exec moeyahia/chillspwn-hermes-recovery eval()/exec() exec(compile(open(path).read(), str(path), 'exec'), ns)
  4. HIGH dynamic exec moeyahia/chillspwn-hermes-recovery eval()/exec() exec(compile(open(_parseltongue_path).read(), str(_parseltongue_path), 'exec'), _caller_globals)
  5. MEDIUM suspicious endpoint moeyahia/chillspwn-hermes-recovery api.telegram.org url = f"https://api.telegram.org/bot{bot_token}/sendMessage"
  6. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/documents "https://www.googleapis.com/auth/documents",
  7. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/spreadsheets "https://www.googleapis.com/auth/spreadsheets",
  8. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/drive "https://www.googleapis.com/auth/drive",
  9. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  10. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/documents "https://www.googleapis.com/auth/documents",
  11. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/spreadsheets "https://www.googleapis.com/auth/spreadsheets",
  12. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery https://www.googleapis.com/auth/drive "https://www.googleapis.com/auth/drive",
  13. MEDIUM over-broad oauth scope moeyahia/chillspwn-hermes-recovery gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  14. 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).
  15. 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":"..."}'` |