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.
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.
- hidden prompt 338
- committed secret 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- HIGH dynamic exec chisomobanzi/Serpentine3D pickle.loads()
assert geometry.volume(rp._decode(pickle.loads(pickle.dumps(payload)))) \ - HIGH dynamic exec chisomobanzi/Serpentine3D pickle.loads()
there_and_back = pickle.loads(pickle.dumps(MeshShape(verts, tris, given))) - HIGH committed secret chisomobanzi/Serpentine3D Anthropic key
sk-ant…(31 chars, redacted) - HIGH dynamic exec chisomobanzi/Serpentine3D eval()/exec()
exec(compile(source, filename, "exec"), environment, environment) - HIGH dynamic exec chisomobanzi/Serpentine3D eval()/exec()
exec(code, namespace) # noqa: S102 - MEDIUM over-broad oauth scope rajool/google-workspace-mcp https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", - MEDIUM over-broad oauth scope rajool/google-workspace-mcp https://mail.google.com/
"https://mail.google.com/", - HIGH committed secret apache/camel-jbang-examples AWS access key id
AKIA5U…(20 chars, redacted) - MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8
r = h.create_subscription(webhook_url="https://8.8.8.8/h", entity_type="device", - MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8
r = h.create_subscription(webhook_url="https://8.8.8.8/hook", - MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8
h.create_subscription(webhook_url="https://8.8.8.8/h", entity_type="device", - MEDIUM suspicious endpoint Highsteads/ClaudeBridge 1.1.1.1
assert _denied("https://1.1.1.1/hook", allow) # a different IP is still denied - MEDIUM suspicious endpoint Highsteads/ClaudeBridge 8.8.8.8
"https://8.8.8.8/hook", # bare public IP not opted in - MEDIUM suspicious endpoint Highsteads/ClaudeBridge 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/", # cloud metadata - 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"]))