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,151 analyzable servers
50066 analyzed
8097 re-analysis due
988 not analyzable
0 not yet analyzed
4803 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 0xMaxMa/claude-gateway api.telegram.org const API_ROOT = process.env.TELEGRAM_API_ROOT ?? 'https://api.telegram.org'
  2. MEDIUM suspicious endpoint 0xMaxMa/claude-gateway api.telegram.org client: { apiRoot: process.env.TELEGRAM_API_ROOT ?? 'https://api.telegram.org' },
  3. MEDIUM suspicious endpoint 0xMaxMa/claude-gateway api.telegram.org const res = await fetch(`https://api.telegram.org/bot${token}/getMe`);
  4. MEDIUM suspicious endpoint 0xMaxMa/claude-gateway api.telegram.org const url = `https://api.telegram.org/bot${token}/getUpdates?offset=${offset}&timeout=${pollSecs}&allowed_updates=%5B%22message%22%5D`;
  5. MEDIUM over-broad oauth scope auxghlann/jt_automation https://www.googleapis.com/auth/spreadsheets "https://www.googleapis.com/auth/spreadsheets"
  6. MEDIUM suspicious endpoint hikmahtech/drwhome www.google-analytics.com (telemetry) const url = `https://www.google-analytics.com/mp/collect?measurement_id=${id}&api_secret=${secret}`;
  7. MEDIUM suspicious endpoint hikmahtech/drwhome www.google-analytics.com (telemetry) "https://www.google-analytics.com",
  8. MEDIUM suspicious endpoint romudille-bit/agentpay 8.8.8.8 "endpoint": "https://8.8.8.8/tool",
  9. MEDIUM suspicious endpoint romudille-bit/agentpay 169.254.169.254 (cloud metadata) "https://169.254.169.254/latest/meta-data/",
  10. MEDIUM suspicious endpoint romudille-bit/agentpay 8.8.8.8 "endpoint": "https://8.8.8.8/tool",
  11. MEDIUM suspicious endpoint smixs/iva-agent api.telegram.org `https://api.telegram.org/bot${token}/sendMessage`,
  12. HIGH obfuscation smixs/iva-agent dynamic require()/import() import(`./telegram-poll.mjs?reset-test=${Date.now()}`),
  13. MEDIUM suspicious endpoint smixs/iva-agent api.telegram.org const res = await fetch(`https://api.telegram.org/bot${token}/getMe`);
  14. HIGH obfuscation smixs/iva-agent dynamic require()/import() const { fireDue } = await import(${JSON.stringify(STORE_URL)});
  15. HIGH obfuscation smixs/iva-agent dynamic require()/import() (await import(`./update-flow.ts?characterize=${Date.now()}`)) as {