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 iowarp/clio-kit eval()/exec() exec(
  2. HIGH dynamic exec iowarp/clio-kit eval()/exec() slice_obj = eval(f"np.s_[{slice_spec}]")
  3. HIGH dynamic exec iowarp/clio-kit eval()/exec() exec(code)
  4. HIGH suspicious skill script agentic-web-labs/agentic-web-labs suspicious bundled script PORT=$(python3 -c 'import socket; s=socket.socket(); s.bind(("",0)); print(s.getsockname()[1]); s.close()' 2>/dev/null || echo "0")
  5. HIGH committed secret genxevo/genxevo-ai-automation-agent-javascript-selenium AWS access key id AKIASY…(20 chars, redacted)
  6. HIGH dynamic exec Knuckles-Team/agent-utilities __import__() return __import__(name, fromlist=["__name__"])
  7. MEDIUM suspicious endpoint Knuckles-Team/agent-utilities 169.254.169.254 (cloud metadata) require_safe_browser_url("http://169.254.169.254/latest/meta-data")
  8. HIGH committed secret Knuckles-Team/agent-utilities AWS access key id AKIAQW…(20 chars, redacted)
  9. HIGH dynamic exec Knuckles-Team/agent-utilities marshal.loads() loaded = preflight.marshal.loads(payload[16:])
  10. MEDIUM suspicious endpoint Knuckles-Team/agent-utilities 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data",
  11. HIGH dynamic exec Knuckles-Team/agent-utilities __import__() assert summary["trace_ref"] == "trace:" + __import__(
  12. MEDIUM suspicious endpoint Knuckles-Team/agent-utilities 8.8.8.8 {"id": 12, "name": "Google DNS", "url": "https://8.8.8.8"}
  13. HIGH dynamic exec Knuckles-Team/agent-utilities __import__() __import__(
  14. HIGH dynamic exec Knuckles-Team/agent-utilities eval()/exec() return bool(eval(expr, {"__builtins__": {}}, {"row": row})) # noqa: S307 -- closed vocabulary, test-only
  15. HIGH dynamic exec Knuckles-Team/agent-utilities eval()/exec() exec(src, ns) # noqa: S102 — test-only: confirms the rendered source runs