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 obfuscation Stravica/rcf-lite dynamic require()/import() const mod = await import(${JSON.stringify(FIXTURE_SERVER)});
  2. MEDIUM suspicious endpoint gsearch-mcp-cli 169.254.169.254 (cloud metadata) validate_url("http://169.254.169.254")
    gsearch_mcp_cli-0.1.5/tests/ test_fetcher.py :56
  3. HIGH dynamic exec freecad-mcp eval()/exec() exec(code, _EXEC_NAMESPACE)
    freecad_mcp-0.1.24/addon/FreeCADMCP/rpc_server/ rpc_server.py :300
  4. MEDIUM suspicious endpoint n24q02m/claude-plugins 192.0.0.1 "https://192.0.0.1/harness-adapter",
  5. HIGH committed secret n24q02m/claude-plugins Google OAuth client secret GOCSPX…(35 chars, redacted)
  6. HIGH committed secret n24q02m/claude-plugins Google OAuth client secret GOCSPX…(35 chars, redacted)
  7. HIGH committed secret coffeegrind123/instantcoffee committed .env env file shipped with populated values
  8. HIGH dynamic exec Veightor/chutes-agent-toolkit eval()/exec() return str(eval(expression, {"__builtins__": {}}, {}))
  9. MEDIUM suspicious endpoint DingHappy/VortoCode 1.1.1.1 out = wf.fetch_url("http://1.1.1.1/readme.txt")
  10. MEDIUM suspicious endpoint DingHappy/VortoCode 8.8.8.8 out = wf.fetch_url("http://8.8.8.8/doc") # 公网 IP,过 SSRF
  11. MEDIUM suspicious endpoint DingHappy/VortoCode 169.254.169.254 (cloud metadata) out = await _tool(tmp_path).handler({"url": "http://169.254.169.254/latest/meta-data/"})
  12. MEDIUM suspicious endpoint DingHappy/VortoCode api.telegram.org assert made[0].url.startswith("https://api.telegram.org/file/bot")
  13. MEDIUM suspicious endpoint DingHappy/VortoCode 169.254.169.254 (cloud metadata) context.http_handler(route, _Request("http://169.254.169.254/latest/meta-data"))
  14. MEDIUM suspicious endpoint DingHappy/VortoCode 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data", # 云元数据 SSRF 经典
  15. MEDIUM suspicious endpoint DingHappy/VortoCode api.telegram.org url = f"https://api.telegram.org/bot{self._token}/{method}"