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 dynamic exec yh-l20/yuanxingmu eval()/exec() exec(Path("calculation.py").read_text(), scope)
  2. HIGH dynamic exec yh-l20/yuanxingmu eval()/exec() exec(path.read_text(), code)
  3. HIGH dynamic exec howwang0507/Adaptive-Prompt-Compressor eval()/exec() exec(comp_code, globals(), local_scope)
  4. MEDIUM suspicious endpoint mohanram-dev/ai-workspace 169.254.169.254 (cloud metadata) await expect(blocked("http://169.254.169.254/latest/meta-data/")).rejects.toMatchObject({ code: "permission_denied" });
  5. MEDIUM suspicious endpoint mohanram-dev/ai-workspace 169.254.169.254 (cloud metadata) if (url.pathname === "/redirect-private") return res.writeHead(302, { Location: "http://169.254.169.254/latest/meta-data/" }).end();
  6. MEDIUM suspicious endpoint nusabyte-my/jebat-core 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/",
  7. HIGH dynamic exec nusabyte-my/jebat-core __import__() module = __import__(module_name, fromlist=[""])
  8. HIGH dynamic exec nusabyte-my/jebat-core eval()/exec() exec(code, scope)
  9. MEDIUM suspicious endpoint nusabyte-my/jebat-core api.telegram.org url = f"https://api.telegram.org/bot{self.bot_token}/{method}"
  10. MEDIUM suspicious endpoint nusabyte-my/jebat-core api.telegram.org url = f"https://api.telegram.org/bot{token}/sendMessage"
  11. MEDIUM suspicious endpoint nusabyte-my/jebat-core discord.com return self.webhook_url.startswith("https://discord.com/api/webhooks/")
  12. MEDIUM suspicious endpoint nusabyte-my/jebat-core api.telegram.org self.base_url = f"https://api.telegram.org/bot{bot_token}"
  13. HIGH dynamic exec nusabyte-my/jebat-core __import__() __import__(mod_path)
  14. HIGH dynamic exec nusabyte-my/jebat-core __import__ sink env={**dict(__import__("os").environ), **env},
  15. HIGH dynamic exec nusabyte-my/jebat-core __import__() __import__(mod_name)