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
50100 analyzed
8073 re-analysis due
988 not analyzable
2 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 chisomobanzi/Serpentine3D pickle.loads() assert geometry.volume(rp._decode(pickle.loads(pickle.dumps(payload)))) \
  2. HIGH dynamic exec chisomobanzi/Serpentine3D pickle.loads() there_and_back = pickle.loads(pickle.dumps(MeshShape(verts, tris, given)))
  3. HIGH committed secret chisomobanzi/Serpentine3D Anthropic key sk-ant…(31 chars, redacted)
  4. HIGH dynamic exec chisomobanzi/Serpentine3D eval()/exec() exec(compile(source, filename, "exec"), environment, environment)
  5. HIGH dynamic exec chisomobanzi/Serpentine3D eval()/exec() exec(code, namespace) # noqa: S102
  6. MEDIUM over-broad oauth scope rajool/google-workspace-mcp https://www.googleapis.com/auth/drive "https://www.googleapis.com/auth/drive",
  7. MEDIUM over-broad oauth scope rajool/google-workspace-mcp https://mail.google.com/ "https://mail.google.com/",
  8. HIGH committed secret apache/camel-jbang-examples AWS access key id AKIA5U…(20 chars, redacted)
  9. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8 r = h.create_subscription(webhook_url="https://8.8.8.8/h", entity_type="device",
  10. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8 r = h.create_subscription(webhook_url="https://8.8.8.8/hook",
  11. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8 h.create_subscription(webhook_url="https://8.8.8.8/h", entity_type="device",
  12. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 1.1.1.1 assert _denied("https://1.1.1.1/hook", allow) # a different IP is still denied
  13. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8 "https://8.8.8.8/hook", # bare public IP not opted in
  14. MEDIUM suspicious endpoint Highsteads/ClaudeBridge 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/", # cloud metadata
  15. 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"]))