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 86% of 59,695 analyzable servers
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.

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