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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 not yet analyzed
4804 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 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187722
- HIGH dynamic exec massoumicyrus/miscsubjects new Function()
for (const script of scripts) assert.doesNotThrow(() => new Function(script)); - MEDIUM suspicious endpoint massoumicyrus/miscsubjects api.telegram.org
const r = await fetch(`https://api.telegram.org/bot${env.TELEGRAM_BOT_TOKEN}/sendMessage`, { - HIGH obfuscation brunohart/changeover dynamic require()/import()
const module = (await import(`./budget/${file}`)) as { - HIGH obfuscation brunohart/changeover dynamic require()/import()
const loaded: Record<string, unknown> = await import(`./commands/${name}.ts`); - HIGH committed secret skymanbp/cc-memory Anthropic key
sk-ant…(33 chars, redacted) - HIGH committed secret paulchum/velvet-rope private key
PEM private key block (redacted) - HIGH committed secret paulchum/velvet-rope private key
PEM private key block (redacted) - MEDIUM suspicious endpoint h3qing/WhisperWoof api.telegram.org
expect(isUrlAllowedWhenLocked("https://api.telegram.org/bot123/getUpdates")).toBe(false); - MEDIUM over-broad oauth scope h3qing/WhisperWoof https://mail.google.com/
openExternal("https://mail.google.com/mail/?view=cm&to=heqing@whisperwoof.app"); - MEDIUM suspicious endpoint h3qing/WhisperWoof api.telegram.org
const url = `https://api.telegram.org/bot${token}/${method}`; - HIGH dynamic exec roost-design/roost-design-ui new Function()
const manifest = new Function(`return ${code!.replace('export default ', '')}`)() as Record< - HIGH dynamic exec rrrrrredy/intent-loop new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - MEDIUM suspicious endpoint scoobydrew83/sfdt 169.254.169.254 (cloud metadata)
notifications: { channels: [{ type: 'webhook', url: 'http://169.254.169.254/latest/meta-data/' }] }, - HIGH obfuscation scoobydrew83/sfdt dynamic require()/import()
return await import(new URL(`../../src/lib/${relFile}`, import.meta.url).href); - MEDIUM over-broad oauth scope shyn-labs/shyn https://mail.google.com/
expect(isPlumbingUri("https://mail.google.com/mail/u/0/#inbox/FMfcgzQ")).toBe(false);