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 86% of 59,695 analyzable servers
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.

code findings 15 shown
  1. MEDIUM suspicious endpoint PavloSEO/seotools 169.254.169.254 (cloud metadata) private = _Route(_Request("http://169.254.169.254/"))
  2. MEDIUM suspicious endpoint PavloSEO/seotools 169.254.169.254 (cloud metadata) PRIVATE_TARGET = "http://169.254.169.254/" # cloud metadata endpoint — never publicly routable
  3. MEDIUM suspicious endpoint PavloSEO/seotools 93.184.216.34 url = "https://93.184.216.34/start"
  4. MEDIUM suspicious endpoint PavloSEO/seotools 169.254.169.254 (cloud metadata) net.validate_url("http://169.254.169.254/latest/meta-data")
  5. MEDIUM suspicious endpoint PavloSEO/seotools t.me assert "https://t.me/acmeshop" in same
  6. MEDIUM suspicious endpoint PavloSEO/seotools 93.184.216.34 target = "https://93.184.216.34/path"
  7. HIGH dynamic exec PavloSEO/seotools __import__() __import__(mod)
  8. HIGH dynamic exec MRsuperkosmos/yx-bridge eval() async eval({ tabId, code, timeoutMs = 30000 }) {
  9. HIGH dynamic exec thomas-villani/localvectordb eval()/exec() exec(f"from localvectordb import {submodule}")
  10. 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)
  11. 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/" } });
  12. MEDIUM suspicious endpoint junghan0611/zotero-config 0x0.st const response = await fetch("https://0x0.st", {
  13. HIGH dynamic exec DevOtts/plan-it new Function() _clientFns = new Function(`${CLIENT_MD_JS}\nreturn { esc: esc, inline: inline, md: md };`)();
  14. HIGH dynamic exec DevOtts/plan-it new Function() _clientFns = new Function(`${CLIENT_MD_JS}\nreturn { esc: esc, inline: inline, md: md };`)();
  15. 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; },