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 over-broad oauth scope TEstebanGQ/github-mcp-server delete_repo name: "delete_repo",
  2. MEDIUM over-broad oauth scope TEstebanGQ/github-mcp-server delete_repo return send(3, "delete_repo", owner ? { owner, repo } : { repo });
  3. MEDIUM over-broad oauth scope TEstebanGQ/github-mcp-server delete_repo name: "delete_repo",
  4. HIGH dynamic exec agents-universe/agents-universe __import__ sink __import__("pathlib").Path(__import__("os").environ["PROJECTS_ROOT"])
  5. MEDIUM suspicious endpoint agents-universe/agents-universe 169.254.169.254 (cloud metadata) {"operation": "fetch", "source": "https://169.254.169.254/acme/skills.git"}, ctx
  6. MEDIUM suspicious endpoint agents-universe/agents-universe 8.8.8.8 _check_browser_url("http://8.8.8.8:5173/")
  7. MEDIUM suspicious endpoint agents-universe/agents-universe 169.254.169.254 (cloud metadata) _check_browser_url("http://169.254.169.254/latest")
  8. MEDIUM suspicious endpoint agents-universe/agents-universe 169.254.169.254 (cloud metadata) url="http://169.254.169.254/latest/meta-data/",
  9. HIGH dynamic exec agents-universe/agents-universe __import__() mod = __import__(module_path, fromlist=[class_name])
  10. HIGH dynamic exec agents-universe/agents-universe eval()/exec() exec(code, {"__name__": "sitecustomize_chained", "__file__": cand})
  11. HIGH dynamic exec agents-universe/agents-universe __import__() "anthropic": lambda: __import__(
  12. HIGH committed secret coo1white/cool-workflow OpenAI key sk-THI…(31 chars, redacted)
  13. HIGH committed secret coo1white/cool-workflow OpenAI key sk-SEC…(27 chars, redacted)
  14. HIGH obfuscation coo1white/cool-workflow dynamic require()/import() const { loadWorkflowApp } = require(${JSON.stringify(workflowAppLoaderPath)});
  15. HIGH obfuscation coo1white/cool-workflow dynamic require()/import() const { schedLeaseCli } = require(${JSON.stringify(path.join(pluginRoot, "dist", "shell", "scheduling-io.js"))});