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
- HIGH dynamic exec vulnersCom/api pickle.loads()
clone = pickle.loads(pickle.dumps(inst)) - HIGH dynamic exec vulnersCom/api eval()/exec()
exec( - HIGH dynamic exec gabriel-jung/PodCodex eval()/exec()
exec(compile(patched, filename, "exec"), module.__dict__) - HIGH credential in log thenavidm/youtube-mcp credential in log
console.log(` YOUTUBE_REFRESH_TOKEN=${token.refresh_token}\n`); - HIGH dynamic exec michaeldtimpe/mage-hands __import__()
module = __import__(module_name, fromlist=["StaticTokenVerifier"]) - MEDIUM suspicious endpoint scanchila/MetaWebMCP 8.8.8.8
body: JSON.stringify({ workspaceId, url: 'https://8.8.8.8/', goal: 'Find sessions.' }), - MEDIUM suspicious endpoint scanchila/MetaWebMCP 169.254.169.254 (cloud metadata)
steps: [{ tool: 'browser_navigate', arguments: { url: 'http://169.254.169.254/latest/meta-data/' } }], - MEDIUM suspicious endpoint scanchila/MetaWebMCP 169.254.169.254 (cloud metadata)
await assert.rejects(validateTargetUrl('http://169.254.169.254.nip.io/'), /Private and local/); - MEDIUM suspicious endpoint scanchila/MetaWebMCP 169.254.169.254 (cloud metadata)
steps: [{ tool, arguments: { url: 'http://169.254.169.254/latest/meta-data/' } }], - HIGH dynamic exec scanchila/MetaWebMCP vm exec
vm.runInNewContext(executable, context); - MEDIUM suspicious endpoint scanchila/MetaWebMCP 8.8.8.8
url: 'https://8.8.8.8/', - HIGH dynamic exec scanchila/MetaWebMCP vm exec
vm.runInNewContext(browserDirectNetworkInitScript, context); - MEDIUM suspicious endpoint scanchila/MetaWebMCP 169.254.169.254 (cloud metadata)
'http://169.254.169.254/latest/meta-data/', - MEDIUM suspicious endpoint scanchila/MetaWebMCP 169.254.169.254 (cloud metadata)
'http://169.254.169.254.nip.io/latest/meta-data/', - HIGH dynamic exec scanchila/MetaWebMCP new Function()
const evaluateAgentFactory = new Function(