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,694 analyzable servers
51197 analyzed
7502 re-analysis due
995 not analyzable
0 not yet analyzed
4849 source gone
not analyzable
795 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 kyopark2014/mcp-manus eval()/exec() exec(code, _exec_globals)
  2. MEDIUM over-broad oauth scope Bojackson123/workspace-agent https://www.googleapis.com/auth/cloud-platform "https://www.googleapis.com/auth/cloud-platform",
  3. MEDIUM over-broad oauth scope Bojackson123/workspace-agent https://www.googleapis.com/auth/spreadsheets "https://www.googleapis.com/auth/spreadsheets",
  4. MEDIUM over-broad oauth scope Bojackson123/workspace-agent https://www.googleapis.com/auth/documents "https://www.googleapis.com/auth/documents",
  5. MEDIUM over-broad oauth scope Bojackson123/workspace-agent https://www.googleapis.com/auth/drive "https://www.googleapis.com/auth/drive",
  6. HIGH obfuscation markus-global/markus dynamic require()/import() await import("${originalUrl}");
  7. HIGH dynamic exec markus-global/markus new Function() const fn = new Function('input', `return (${stepDef.transform})`);
  8. MEDIUM suspicious endpoint markus-global/markus api.telegram.org this.baseUrl = config.apiUrl || 'https://api.telegram.org';
  9. HIGH committed secret markus-global/markus OpenAI key sk-int…(23 chars, redacted)
  10. HIGH committed secret markus-global/markus OpenAI key sk-env…(24 chars, redacted)
  11. HIGH dynamic exec markus-global/markus eval() } catch { /* page may not support script eval (e.g. chrome://) */ }
  12. HIGH dynamic exec mcp-bastion-python __import__() __import__(mod)
    mcp_bastion_python-5.1.0/src/mcp_bastion/ doctor.py :169
  13. MEDIUM over-broad oauth scope mcp-bastion-python delete_repo "delete_repo",
    mcp_bastion_python-5.1.0/src/mcp_bastion/ demo_dashboard_metrics.py :112
  14. MEDIUM over-broad oauth scope mcp-bastion-python delete_repo "blocked_tools": ["delete_repo"],
    mcp_bastion_python-5.1.0/dashboard/ app.py :95
  15. MEDIUM suspicious endpoint Gentle-bae/dfir-pcap-mcp 169.254.169.254 (cloud metadata) assert any("SSRF" in t for t in _titles([_r("/x?url=http://169.254.169.254/latest/meta-data/")]))