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,695 analyzable servers
51193 analyzed
7507 re-analysis due
995 not analyzable
0 not yet analyzed
4848 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 eren23/attocode __import__ sink env = {k: v for k, v in __import__("os").environ.items() if k != "OPENAI_API_KEY"}
  2. HIGH dynamic exec eren23/attocode eval()/exec() exec(compiled, sandbox) # noqa: S102
  3. HIGH dynamic exec eren23/attocode eval()/exec() exec(compile(code, 'run.py', 'exec'), {})
  4. HIGH dynamic exec eren23/attocode __import__ sink result = __import__("subprocess").run(
  5. HIGH dynamic exec eren23/attocode eval()/exec() result = eval(user_input) # expect: security/python_dynamic_eval
  6. HIGH dynamic exec eren23/attocode marshal.loads() return marshal.loads(data) # expect: security/python_marshal_loads
  7. HIGH dynamic exec eren23/attocode unsafe yaml.load() return yaml.load(data) # expect: security/python_yaml_unsafe
  8. HIGH dynamic exec eren23/attocode pickle.loads() return pickle.loads(data) # expect: security/python_pickle_loads
  9. HIGH committed secret eren23/attocode committed .env env file shipped with populated values
  10. HIGH dynamic exec IQZZ020501/NexaFlow __import__() embeddings = __import__(
  11. MEDIUM suspicious endpoint IQZZ020501/NexaFlow 8.8.8.8 asyncio.run(validate_mcp_destination("http://8.8.8.8/mcp", False))
  12. HIGH dynamic exec ymiya55/freecad-fem-mcp __import__() module = __import__(
  13. HIGH obfuscation tanvoid0/llmwire dynamic require()/import() await import(${JSON.stringify('file:///' + entry.replace(/\\/g, '/'))});
  14. HIGH committed secret scm-crawler-mcp-server committed .env env file shipped with populated values
    scm_crawler_mcp_server-1.0.0/ .env :1
  15. MEDIUM suspicious endpoint serbyte-development/shellby-mcp custom.ngrok.app await writeFile(configPath, 'workspace = "~/Custom"\n\n[ngrok]\nurl = "https://custom.ngrok.app"\npooling_enabled = true\n')