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 85% of 59,163 analyzable servers
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.

code findings 15 shown
  1. HIGH dynamic exec massoumicyrus/miscsubjects new Function() for (const script of scripts) assert.doesNotThrow(() => new Function(script));
  2. MEDIUM suspicious endpoint massoumicyrus/miscsubjects api.telegram.org const r = await fetch(`https://api.telegram.org/bot${env.TELEGRAM_BOT_TOKEN}/sendMessage`, {
  3. HIGH obfuscation brunohart/changeover dynamic require()/import() const module = (await import(`./budget/${file}`)) as {
  4. HIGH obfuscation brunohart/changeover dynamic require()/import() const loaded: Record<string, unknown> = await import(`./commands/${name}.ts`);
  5. HIGH committed secret skymanbp/cc-memory Anthropic key sk-ant…(33 chars, redacted)
  6. HIGH committed secret paulchum/velvet-rope private key PEM private key block (redacted)
  7. HIGH committed secret paulchum/velvet-rope private key PEM private key block (redacted)
  8. MEDIUM suspicious endpoint h3qing/WhisperWoof api.telegram.org expect(isUrlAllowedWhenLocked("https://api.telegram.org/bot123/getUpdates")).toBe(false);
  9. MEDIUM over-broad oauth scope h3qing/WhisperWoof https://mail.google.com/ openExternal("https://mail.google.com/mail/?view=cm&to=heqing@whisperwoof.app");
  10. MEDIUM suspicious endpoint h3qing/WhisperWoof api.telegram.org const url = `https://api.telegram.org/bot${token}/${method}`;
  11. HIGH dynamic exec roost-design/roost-design-ui new Function() const manifest = new Function(`return ${code!.replace('export default ', '')}`)() as Record<
  12. HIGH dynamic exec rrrrrredy/intent-loop new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  13. MEDIUM suspicious endpoint scoobydrew83/sfdt 169.254.169.254 (cloud metadata) notifications: { channels: [{ type: 'webhook', url: 'http://169.254.169.254/latest/meta-data/' }] },
  14. HIGH obfuscation scoobydrew83/sfdt dynamic require()/import() return await import(new URL(`../../src/lib/${relFile}`, import.meta.url).href);
  15. 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);