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
51308 analyzed
7409 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. HIGH dynamic exec kyopark2014/strands-mcp eval()/exec() exec(code, _exec_globals)
  2. HIGH dynamic exec kyopark2014/strands-skills eval()/exec() exec(code, _exec_globals)
  3. HIGH committed secret alizafarbati/agent-honeypot Slack token xoxb-s…(28 chars, redacted)
  4. HIGH dynamic exec kyopark2014/langgraph-skills __import__() module = __import__(module_name)
  5. HIGH dynamic exec kyopark2014/langgraph-skills eval()/exec() exec(code, _exec_globals)
  6. HIGH dynamic exec milu eval()/exec() return str(eval(expression))
    milu-0.5.3/tests/ test_real_new_providers.py :118
  7. HIGH dynamic exec milu eval()/exec() result = eval(expression, {"__builtins__": {}}, {})
    milu-0.5.3/tests/ test_agent_integration.py :32
  8. HIGH dynamic exec milu eval()/exec() exec(code, restricted_globals) # noqa: S102
    milu-0.5.3/src/milu/sandbox/ local.py :63
  9. MEDIUM suspicious endpoint milu api.telegram.org api_base: str = "https://api.telegram.org"
    milu-0.5.3/src/milu/channels/ telegram.py :40
  10. HIGH dynamic exec milu eval()/exec() return str(eval(expression)) # noqa: S307
    milu-0.5.3/examples/ 2. agent_basic.py :28
  11. HIGH obfuscation bgx4k3p/huly-mcp-server dynamic require()/import() const config = await import(`../src/config.mjs?ttl=${Date.now()}`);
  12. HIGH obfuscation bgx4k3p/huly-mcp-server dynamic require()/import() return await import(`../src/config.mjs?generation=${generation}`);
  13. MEDIUM suspicious endpoint proticom/gnosys 169.254.169.254 (cloud metadata) "http://169.254.169.254/",
  14. MEDIUM suspicious endpoint proticom/gnosys 169.254.169.254 (cloud metadata) "http://169.254.169.254/",
  15. HIGH obfuscation proticom/gnosys dynamic require()/import() const Database = require(${JSON.stringify(require.resolve("better-sqlite3"))});