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
50100 analyzed
8073 re-analysis due
988 not analyzable
2 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. MEDIUM suspicious endpoint asap-protocol/asap-protocol 169.254.169.254 (cloud metadata) assert is_safe_http_url("https://169.254.169.254/latest/meta-data/") is False
  2. MEDIUM suspicious endpoint asap-protocol/asap-protocol 169.254.169.254 (cloud metadata) fetch_manifest("http://169.254.169.254/latest/meta-data/")
  3. MEDIUM suspicious endpoint asap-protocol/asap-protocol 169.254.169.254 (cloud metadata) aggregate_mod.validate_site_endpoint("https://169.254.169.254/latest/meta-data/")
  4. MEDIUM suspicious endpoint asap-protocol/asap-protocol 169.254.169.254 (cloud metadata) headers={"Location": "http://169.254.169.254/latest/meta-data/"},
  5. HIGH committed secret asap-protocol/asap-protocol private key PEM private key block (redacted)
  6. MEDIUM suspicious endpoint ilyautov/consilium-principis t.me assert seen["url"] == "https://t.me/s/myevilchannel" # host фиксирован, спецсимволы срезаны
  7. HIGH dynamic exec ilyautov/consilium-principis __import__ sink monkeypatch.setattr(mcp_server.subprocess if hasattr(mcp_server, "subprocess") else __import__("subprocess"),
  8. MEDIUM suspicious endpoint ilyautov/consilium-principis t.me return _cc_fetch(f"https://t.me/s/{canonical_handle}", timeout=timeout)
  9. HIGH credential in log askturret/mcp credential in log log.info('auth attempt', { password: 'hunter2', requestId: 'r-1' });
  10. HIGH obfuscation askturret/mcp dynamic require()/import() const { main } = await import(${JSON.stringify(GUARD)});
  11. HIGH obfuscation askturret/mcp dynamic require()/import() const { check: runCheck } = await import(${JSON.stringify(join(here, 'check-audit-append-only.mjs'))});
  12. MEDIUM over-broad oauth scope anaborne/gdrive-write-mcp https://www.googleapis.com/auth/drive 'https://www.googleapis.com/auth/drive scope rather than drive.file or a read-only scope.'
  13. MEDIUM over-broad oauth scope anaborne/gdrive-write-mcp https://www.googleapis.com/auth/drive export const DRIVE_SCOPE = 'https://www.googleapis.com/auth/drive';
  14. HIGH credential in log anaborne/gdrive-write-mcp credential in log console.log(` GOOGLE_REFRESH_TOKEN=${tokens.refresh_token}\n`);
  15. MEDIUM over-broad oauth scope anaborne/gdrive-write-mcp https://www.googleapis.com/auth/drive const DRIVE_SCOPE = 'https://www.googleapis.com/auth/drive';