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.
51314 analyzed
7403 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- MEDIUM suspicious endpoint gizmax/Sandcastle 169.254.169.254 (cloud metadata)
step = _step(id="http2", type="http", http_config=HttpConfig(url="http://169.254.169.254/latest/meta-data/", method="GET")) - HIGH committed secret gizmax/Sandcastle Slack token
xoxb-l…(15 chars, redacted) - HIGH dynamic exec gizmax/Sandcastle __import__()
module = __import__(helper_module, fromlist=[helper_name]) - HIGH committed secret gizmax/Sandcastle OpenAI key
sk-ROU…(30 chars, redacted) - HIGH committed secret gizmax/Sandcastle Anthropic key
sk-ant…(37 chars, redacted) - HIGH committed secret gizmax/Sandcastle Anthropic key
sk-ant…(40 chars, redacted) - HIGH committed secret gizmax/Sandcastle Slack token
xoxa-2…(48 chars, redacted) - HIGH committed secret gizmax/Sandcastle private key
PEM private key block (redacted) - HIGH dynamic exec gizmax/Sandcastle __import__ sink
if "UNKNOWN_KEY_VAR" in __import__("os").environ: - MEDIUM suspicious endpoint gizmax/Sandcastle 1.2.3.4
"http://1.2.3.4/path", - MEDIUM suspicious endpoint gizmax/Sandcastle 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", - MEDIUM suspicious endpoint gizmax/Sandcastle 169.254.169.254 (cloud metadata)
_make_http_step("http://169.254.169.254/latest/meta-data/", "attack3"), - HIGH committed secret gizmax/Sandcastle Anthropic key
sk-ant…(39 chars, redacted) - MEDIUM suspicious endpoint gizmax/Sandcastle 8.8.8.8
assert _is_ssrf_url("http://8.8.8.8/dns") is False - MEDIUM suspicious endpoint gizmax/Sandcastle 8.8.8.8
assert _is_ssrf_url("http://8.8.8.8/") is False