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 85% of 59,151 analyzable servers
50064 analyzed
8099 re-analysis due
988 not analyzable
0 not yet analyzed
4803 source gone
not analyzable
789 too large 199 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 aaronsb/obsidian-mcp-plugin 93.184.216.34 const target = await validateOutboundUrl('http://93.184.216.34/', ENABLED);
  2. MEDIUM suspicious endpoint aaronsb/obsidian-mcp-plugin 169.254.169.254 (cloud metadata) 'http://169.254.169.254/latest/meta-data/', // cloud metadata
  3. MEDIUM suspicious endpoint aaronsb/obsidian-mcp-plugin 93.184.216.34 'http://93.184.216.34/a': redirect('http://93.184.216.34/b', 301),
  4. HIGH dynamic exec witwave-ai/witself vm exec vm.runInNewContext(fs.readFileSync(path.join(__dirname, "../static/app.js"), "utf8"), sandbox, { filename: "app.js" });
  5. HIGH dynamic exec witwave-ai/witself vm exec vm.runInNewContext(fs.readFileSync(path.join(__dirname, "../static/app.js"), "utf8"), sandbox, { filename: "app.js" });
  6. HIGH dynamic exec witwave-ai/witself vm exec vm.runInNewContext(source, sandbox, { filename: "app.js" });
  7. HIGH dynamic exec witwave-ai/witself vm exec vm.runInNewContext(fs.readFileSync(path.join(__dirname, "../static/app.js"), "utf8"), sandbox, { filename: "app.js" });
  8. HIGH dynamic exec witwave-ai/witself vm exec vm.runInNewContext(fs.readFileSync(path.join(__dirname, "../static/app.js"), "utf8"), sandbox, { filename: "app.js" });
  9. HIGH committed secret witwave-ai/witself GitHub fine-grained PAT github…(37 chars, redacted)
  10. MEDIUM suspicious endpoint tangfei7777-cell/mcp-output-firewall 169.254.169.254 (cloud metadata) { tool: "fetch_url", args: { url: "http://169.254.169.254/latest/meta-data/iam/security-credentials/" } },
  11. HIGH dynamic exec syamaner/coffee-roaster-mcp __import__() return __import__(name)
  12. HIGH credential in log moira-mcp/moira credential in log console.log(`✓ Password changed successfully to ${newPassword}`);
  13. MEDIUM suspicious endpoint moira-mcp/moira api.telegram.org const baseUrl = this.config.apiUrl || "https://api.telegram.org/bot";
  14. HIGH dynamic exec Kerneta/daidocs new Function() const fileUrl = new Function(fileUrlSrc + '; return fileUrl;')();
  15. HIGH dynamic exec Kerneta/daidocs eval() const classify = eval('(' + fnSrc.replace('function classify', 'function') + ')');