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,151 analyzable servers
50066 analyzed
8097 re-analysis due
988 not analyzable
0 not yet analyzed
4803 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. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8 r = h.create_subscription(webhook_url="https://8.8.8.8/hook",
  2. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8 h.create_subscription(webhook_url="https://8.8.8.8/h", entity_type="device",
  3. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 1.1.1.1 assert _denied("https://1.1.1.1/hook", allow) # a different IP is still denied
  4. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8 "https://8.8.8.8/hook", # bare public IP not opted in
  5. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/", # cloud metadata
  6. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8 assert _denied("https://8.8.8.8@127.0.0.1/h", Allowlist.from_entries(["8.8.8.8", "127.0.0.1/32"]))
  7. HIGH dynamic exec Highsteads/ClaudeBridge eval()/exec() value = eval(compile(code, "<mcp_exec>", "eval"), ns) # noqa: S307
  8. HIGH dynamic exec Highsteads/ClaudeBridge eval()/exec() exec(code, ns) # noqa: S102
  9. HIGH committed secret getrunkite/runkite private key PEM private key block (redacted)
  10. HIGH dynamic exec getrunkite/runkite eval() const bareArrow = eval("x => x") as (x: unknown) => unknown;
  11. HIGH credential in log termux-mcp credential in log logger.info("Auth token configured (length=%d)", len(AUTH_TOKEN))
    termux_mcp-0.11.4/termux_mcp/ server.py :31
  12. HIGH dynamic exec Brohammad/VoxForge __import__ sink **dict(__import__("os").environ),
  13. HIGH dynamic exec jimmyrivas/bifrost new Function() const fn = new Function(
  14. HIGH dynamic exec jimmyrivas/bifrost vm exec const result = vm.runInNewContext(wrappedCode, sandbox, {
  15. HIGH obfuscation larasrinath/Xanaplan dynamic require()/import() await import('data:text/javascript,' + encodeURIComponent(source));