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.
51308 analyzed
7409 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 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 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- HIGH dynamic exec isuzu-shiranui/MayaMCP eval()/exec()
exec(body_code, scope, scope) - HIGH committed secret devon7y/AP-RAG committed .env
env file shipped with populated values - MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol 169.254.169.254 (cloud metadata)
'https://169.254.169.254/latest/meta-data/', - HIGH dynamic exec emiliaprotocol/emilia-protocol vm exec
vm.runInNewContext(executable, context); - MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo
['delete_repo', 'github.repo.delete'], - MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo
const receipt = mint(bound('delete_repo', {}, 'github.repo.delete')); - MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo
delete_repo: 'repo', - MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo
'delete_repo', - MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol discordapp.com
expect(inferKind('', 'https://discordapp.com/api/webhooks/1/abc')).toBe('discord'); - MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol discord.com
expect(inferKind(explicit.split(' ')[0], 'https://discord.com/api/webhooks/x')).toBe(expected); - MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol 172.32.0.1
expect(safeParseUrl('https://172.32.0.1/h')).not.toBeNull(); - MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol 172.15.0.1
expect(safeParseUrl('https://172.15.0.1/h')).not.toBeNull(); - MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol 169.254.169.254 (cloud metadata)
['169.254.x link-local', 'http://169.254.169.254/latest/meta-data'], - MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo
['examples/mcp/github-admin.mjs', 'delete_repo'], - HIGH obfuscation emiliaprotocol/emilia-protocol dynamic require()/import()
const module = await import(`${pathToFileURL(implementationFile).href}?security-case=${encodeURIComponent(id)}`);