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,713 analyzable servers
51308 analyzed
7409 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 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 dynamic exec isuzu-shiranui/MayaMCP eval()/exec() exec(body_code, scope, scope)
  2. HIGH committed secret devon7y/AP-RAG committed .env env file shipped with populated values
  3. MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol 169.254.169.254 (cloud metadata) 'https://169.254.169.254/latest/meta-data/',
  4. HIGH dynamic exec emiliaprotocol/emilia-protocol vm exec vm.runInNewContext(executable, context);
  5. MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo ['delete_repo', 'github.repo.delete'],
  6. MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo const receipt = mint(bound('delete_repo', {}, 'github.repo.delete'));
  7. MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo delete_repo: 'repo',
  8. MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo 'delete_repo',
  9. MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol discordapp.com expect(inferKind('', 'https://discordapp.com/api/webhooks/1/abc')).toBe('discord');
  10. MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol discord.com expect(inferKind(explicit.split(' ')[0], 'https://discord.com/api/webhooks/x')).toBe(expected);
  11. MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol 172.32.0.1 expect(safeParseUrl('https://172.32.0.1/h')).not.toBeNull();
  12. MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol 172.15.0.1 expect(safeParseUrl('https://172.15.0.1/h')).not.toBeNull();
  13. MEDIUM suspicious endpoint emiliaprotocol/emilia-protocol 169.254.169.254 (cloud metadata) ['169.254.x link-local', 'http://169.254.169.254/latest/meta-data'],
  14. MEDIUM over-broad oauth scope emiliaprotocol/emilia-protocol delete_repo ['examples/mcp/github-admin.mjs', 'delete_repo'],
  15. HIGH obfuscation emiliaprotocol/emilia-protocol dynamic require()/import() const module = await import(`${pathToFileURL(implementationFile).href}?security-case=${encodeURIComponent(id)}`);