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.
51193 analyzed
7507 re-analysis due
995 not analyzable
0 not yet analyzed
4848 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 PavloSEO/seotools 169.254.169.254 (cloud metadata)
private = _Route(_Request("http://169.254.169.254/")) - MEDIUM suspicious endpoint PavloSEO/seotools 169.254.169.254 (cloud metadata)
PRIVATE_TARGET = "http://169.254.169.254/" # cloud metadata endpoint — never publicly routable - MEDIUM suspicious endpoint PavloSEO/seotools 93.184.216.34
url = "https://93.184.216.34/start" - MEDIUM suspicious endpoint PavloSEO/seotools 169.254.169.254 (cloud metadata)
net.validate_url("http://169.254.169.254/latest/meta-data") - MEDIUM suspicious endpoint PavloSEO/seotools t.me
assert "https://t.me/acmeshop" in same - MEDIUM suspicious endpoint PavloSEO/seotools 93.184.216.34
target = "https://93.184.216.34/path" - HIGH dynamic exec PavloSEO/seotools __import__()
__import__(mod) - HIGH dynamic exec MRsuperkosmos/yx-bridge eval()
async eval({ tabId, code, timeoutMs = 30000 }) { - HIGH dynamic exec thomas-villani/localvectordb eval()/exec()
exec(f"from localvectordb import {submodule}") - MEDIUM suspicious endpoint thomas-villani/localvectordb 169.254.169.254 (cloud metadata)
{"base_url": "http://169.254.169.254"}, _server(allow_custom_provider_url=False) - MEDIUM suspicious endpoint Heshamus/better-search-lab 169.254.169.254 (cloud metadata)
return new Response(null, { status: 302, headers: { location: "http://169.254.169.254/" } }); - MEDIUM suspicious endpoint junghan0611/zotero-config 0x0.st
const response = await fetch("https://0x0.st", { - HIGH dynamic exec DevOtts/plan-it new Function()
_clientFns = new Function(`${CLIENT_MD_JS}\nreturn { esc: esc, inline: inline, md: md };`)(); - HIGH dynamic exec DevOtts/plan-it new Function()
_clientFns = new Function(`${CLIENT_MD_JS}\nreturn { esc: esc, inline: inline, md: md };`)(); - HIGH dynamic exec 4hglee-ops/gyuniverse-github-projects-mcp eval()
const redis = { async eval(_s: string, _k: string[], args: Array<string | number>) { values.unshift(args[0]); values.splice(Number(args[1])); return 1; },