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
51314 analyzed
7403 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. MEDIUM suspicious endpoint nawaf1-art/Qantara 8.8.8.8 self.assertFalse(is_safe_url("http://8.8.8.8"))
  2. HIGH committed secret scrothers/pmmcp GitHub token ghp_01…(40 chars, redacted)
  3. HIGH dynamic exec @llmnesia/mcp new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  4. HIGH dynamic exec badsleepyday/flopeek-core new Function() return new Function(`${source.slice(start, end)}\nreturn { synchronizeCytoscape, focusRenderedView };`)();
  5. HIGH committed secret xr843/fojin OpenAI key sk-kas…(24 chars, redacted)
  6. HIGH dynamic exec igapyon/mikuproject-mcp new Function() new Function("require", "module", "exports", source)(localRequire, module, module.exports);
  7. HIGH obfuscation igapyon/mikuproject-mcp dynamic require()/import() const runtimeConfigModule = await import(`file://${join(packageRoot, "dist/runtime/runtimeConfig.js")}`);
  8. HIGH suspicious skill script ZQM-Computing/hermes-agent suspicious bundled script python3 -c "import manim" 2>/dev/null && ok "Manim $(manim --version 2>&1 | head -1)" || { fail "Manim not installed: pip install manim"; errors=$((errors+1)); }
  9. HIGH committed secret ZQM-Computing/hermes-agent Slack token xoxb-y…(24 chars, redacted)
  10. HIGH committed secret ZQM-Computing/hermes-agent Slack token xoxb-y…(24 chars, redacted)
  11. HIGH dynamic exec ZQM-Computing/hermes-agent unsafe yaml.load() return yaml.load(stream, Loader=_get_fast_yaml_loader())
  12. MEDIUM suspicious endpoint ZQM-Computing/hermes-agent 169.254.169.254 (cloud metadata) lambda url: url != "http://169.254.169.254/latest/meta-data/",
  13. MEDIUM suspicious endpoint ZQM-Computing/hermes-agent 100.100.100.200 (cloud metadata) assert is_safe_url("http://100.100.100.200/latest/meta-data/") is False
  14. MEDIUM suspicious endpoint ZQM-Computing/hermes-agent 169.254.169.254 (cloud metadata) assert is_safe_url("http://169.254.169.254/latest/meta-data/") is False
  15. HIGH dynamic exec ZQM-Computing/hermes-agent eval()/exec() handler = eval("lambda *a, **k: 'own'", {"__name__": "hermes_plugins.myplug"})