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
51192 analyzed
7507 re-analysis due
995 not analyzable
1 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. MEDIUM suspicious endpoint Holix t.me "1. Откройте [@BotFather](https://t.me/BotFather) → /newbot → скопируйте токен\n"
    holix-1.1.11/cli/commands/ telegram_setup.py :65
  2. MEDIUM suspicious endpoint ProfessionalWiki/MediaWiki-MCP-Server 169.254.169.254 (cloud metadata) assertPublicDestination('http://169.254.169.254/latest/meta-data/'),
  3. MEDIUM suspicious endpoint ProfessionalWiki/MediaWiki-MCP-Server 169.254.169.254 (cloud metadata) headers: { Location: 'https://169.254.169.254/latest/meta-data/' },
  4. MEDIUM suspicious endpoint ProfessionalWiki/MediaWiki-MCP-Server 169.254.169.254 (cloud metadata) 'Refusing to fetch URL resolving to non-public address 169.254.169.254 (linkLocal): http://169.254.169.254/',
  5. MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 8.8.8.8 expect(assertSafeUrlSync('https://8.8.8.8/').hostname).toBe('8.8.8.8');
  6. MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata) 'https://169.254.169.254/latest/meta-data/',
  7. MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata) await expect(fetchText('https://169.254.169.254/latest/meta-data/')).rejects.toThrow(UrlGuardError);
  8. MEDIUM suspicious endpoint Peter-Ufens/iris-mcp-server 169.254.169.254 (cloud metadata) 'https://169.254.169.254/latest/meta-data/',
  9. HIGH dynamic exec symkit-mcp eval()/exec() exec(result["script"], namespace) # must not raise NameError
    symkit_mcp-1.13.0/tests/tools/ test_codegen.py :191
  10. HIGH dynamic exec symkit-mcp eval()/exec() exec(script, namespace) # must not raise NameError
    symkit_mcp-1.13.0/tests/regression/ test_deep_water_fixes.py :114
  11. HIGH dynamic exec SethGammon/Citadel vm exec vm.runInNewContext(fs.readFileSync(path.join(repo, 'core/forks/claude-launcher.js'), 'utf8'), context);
  12. HIGH dynamic exec SethGammon/Citadel vm exec vm.runInNewContext(source, {
  13. HIGH obfuscation SethGammon/Citadel dynamic require()/import() const loaded = await import(`file://${stubPath}`);
  14. HIGH obfuscation SethGammon/Citadel dynamic require()/import() const mod = await import('../runtimes/opencode/plugin/index.mjs?rp=' + Date.now() + tag);
  15. HIGH dynamic exec SethGammon/Citadel vm exec route = vm.runInNewContext(routeBlock + '\nroute;', {});