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.
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.
- hidden prompt 338
- committed secret 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- MEDIUM suspicious endpoint aaronsb/obsidian-mcp-plugin 93.184.216.34
const target = await validateOutboundUrl('http://93.184.216.34/', ENABLED); - MEDIUM suspicious endpoint aaronsb/obsidian-mcp-plugin 169.254.169.254 (cloud metadata)
'http://169.254.169.254/latest/meta-data/', // cloud metadata - 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), - HIGH dynamic exec witwave-ai/witself vm exec
vm.runInNewContext(fs.readFileSync(path.join(__dirname, "../static/app.js"), "utf8"), sandbox, { filename: "app.js" }); - HIGH dynamic exec witwave-ai/witself vm exec
vm.runInNewContext(fs.readFileSync(path.join(__dirname, "../static/app.js"), "utf8"), sandbox, { filename: "app.js" }); - HIGH dynamic exec witwave-ai/witself vm exec
vm.runInNewContext(source, sandbox, { filename: "app.js" }); - HIGH dynamic exec witwave-ai/witself vm exec
vm.runInNewContext(fs.readFileSync(path.join(__dirname, "../static/app.js"), "utf8"), sandbox, { filename: "app.js" }); - HIGH dynamic exec witwave-ai/witself vm exec
vm.runInNewContext(fs.readFileSync(path.join(__dirname, "../static/app.js"), "utf8"), sandbox, { filename: "app.js" }); - HIGH committed secret witwave-ai/witself GitHub fine-grained PAT
github…(37 chars, redacted) - 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/" } }, - HIGH dynamic exec syamaner/coffee-roaster-mcp __import__()
return __import__(name) - HIGH credential in log moira-mcp/moira credential in log
console.log(`✓ Password changed successfully to ${newPassword}`); - MEDIUM suspicious endpoint moira-mcp/moira api.telegram.org
const baseUrl = this.config.apiUrl || "https://api.telegram.org/bot"; - HIGH dynamic exec Kerneta/daidocs new Function()
const fileUrl = new Function(fileUrlSrc + '; return fileUrl;')(); - HIGH dynamic exec Kerneta/daidocs eval()
const classify = eval('(' + fnSrc.replace('function classify', 'function') + ')');