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 86% of 59,713 analyzable servers
51311 analyzed
7406 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.

code findings 15 shown
  1. HIGH dynamic exec StellarRequiem/Forest-Soul-Forge __import__ sink "PATH": __import__("os").environ.get("PATH", ""),
  2. HIGH dynamic exec StellarRequiem/Forest-Soul-Forge pickle.loads() return pickle.loads(raw)
  3. HIGH obfuscation StellarRequiem/Forest-Soul-Forge base64 decode → exec sink eval(atob(...)) obfuscation, etc.). No legitimate plugin
  4. HIGH committed secret StellarRequiem/Forest-Soul-Forge GitHub fine-grained PAT github…(33 chars, redacted)
  5. HIGH committed secret StellarRequiem/Forest-Soul-Forge GitHub fine-grained PAT github…(33 chars, redacted)
  6. HIGH committed secret StellarRequiem/Forest-Soul-Forge GitHub fine-grained PAT github…(33 chars, redacted)
  7. HIGH committed secret neverinfamous/memory-journal-mcp GitHub token ghp_se…(40 chars, redacted)
  8. HIGH hidden prompt neverinfamous/memory-journal-mcp skill: skill-exfil secret→sink: | Hardcoded secrets in source or config | Credential leak via version control |
  9. HIGH dynamic exec liuxfiu/mcp-des eval()/exec() exec(code, namespace)
  10. HIGH dynamic exec liuxfiu/mcp-des eval()/exec() exec(proposal.code, namespace)
  11. MEDIUM suspicious endpoint tine1117/mcp-seatbelt 169.254.169.254 (cloud metadata) params: { name: "fetch", arguments: { url: "http://169.254.169.254/latest/meta-data/" } }
  12. MEDIUM suspicious endpoint ghostwright/phantom 8.8.8.8 expect(isSafeCallbackUrl("http://8.8.8.8")).toEqual({ safe: true });
  13. MEDIUM suspicious endpoint ghostwright/phantom 169.254.169.254 (cloud metadata) expect(isSafeCallbackUrl("http://169.254.169.254/latest/meta-data")).toMatchObject({ safe: false });
  14. MEDIUM suspicious endpoint ghostwright/phantom 172.32.0.1 expect(isSafeCallbackUrl("http://172.32.0.1/ok")).toEqual({ safe: true });
  15. MEDIUM suspicious endpoint ghostwright/phantom 172.15.0.1 expect(isSafeCallbackUrl("http://172.15.0.1/ok")).toEqual({ safe: true });