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 credential in log VodouAI/OS credential in log
console.error(`[TRACK-DIAG] dispatchToProvider currentProvider=${currentProvider} isVodouHostedTier=${isVodouHostedTier} usingManagedProxy=${usingManagedProxy} vodouModel=${vodouModel} managedKeyLen=$ - MEDIUM suspicious endpoint VodouAI/OS 1.1.1.1
await expect(assertEgressAllowed('https://1.1.1.1/')).resolves.toBeUndefined(); - MEDIUM suspicious endpoint VodouAI/OS 8.8.8.8
await expect(assertEgressAllowed('https://8.8.8.8/')).resolves.toBeUndefined(); - MEDIUM suspicious endpoint VodouAI/OS 169.254.169.254 (cloud metadata)
expect(await blocked('http://169.254.169.254/latest/meta-data/')).toBe(true); - MEDIUM suspicious endpoint VodouAI/OS api.telegram.org
const r = await fetch('https://api.telegram.org/bot' + token + '/sendMessage', { - MEDIUM suspicious endpoint VodouAI/OS api.telegram.org
const resp = await fetch(`https://api.telegram.org/bot${token}/getMe`); - HIGH dynamic exec VodouAI/OS new Function()
const usedBits = new Function(`${extractFn(CHAT_JS, 'usedBits')}; return usedBits;`)() as - HIGH dynamic exec VodouAI/OS new Function()
new Function(fs.readFileSync(SCRIPT, 'utf8'))(); - MEDIUM suspicious endpoint VodouAI/OS t.me
and choose a username.', link: { url: 'https://t.me/BotFather', label: 'Open BotFather' } }, - MEDIUM over-broad oauth scope VodouAI/OS https://mail.google.com/
const inboxUrl = 'https://mail.google.com/mail/u/0/#inbox'; - MEDIUM suspicious endpoint VodouAI/OS t.me
and choose a username.', link: { url: 'https://t.me/BotFather', label: 'Open BotFather' } }, - MEDIUM over-broad oauth scope VodouAI/OS https://mail.google.com/
const inboxUrl = 'https://mail.google.com/mail/u/0/#inbox'; - HIGH credential in log VodouAI/OS credential in log
console.error(`[TRACK-DIAG] dispatchToProvider currentProvider=${currentProvider} isVodouHostedTier=${isVodouHostedTier} usingManagedProxy=${usingManagedProxy} vodouModel=${vodouModel} managedKeyLen=$ - MEDIUM suspicious endpoint VodouAI/OS 1.1.1.1
await expect(assertEgressAllowed('https://1.1.1.1/')).resolves.toBeUndefined(); - MEDIUM suspicious endpoint VodouAI/OS 8.8.8.8
await expect(assertEgressAllowed('https://8.8.8.8/')).resolves.toBeUndefined();