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
50064 analyzed
8099 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 eduair94/cambio-uruguay 104.234.204.107 const API_BASE = (process.env.RENTALS_FB_API || "http://104.234.204.107:9657/facebook/marketplace").replace(
  2. MEDIUM suspicious endpoint eduair94/cambio-uruguay api.telegram.org `https://api.telegram.org/bot${token}/sendMessage`,
  3. MEDIUM suspicious endpoint eduair94/cambio-uruguay api.telegram.org const res = await fetchImpl(`https://api.telegram.org/bot${token}/sendMessage`, {
  4. MEDIUM suspicious endpoint eduair94/cambio-uruguay api.telegram.org return `https://api.telegram.org/bot${this.cfg.token}/${method}`;
  5. MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me telegram: `https://t.me/share/url?url=${url}&text=${text}`,
  6. MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me return `https://t.me/share/url?url=${encodeURIComponent(url)}&text=${encodeURIComponent(text)}`
  7. MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me 'https://t.me/share/url?url=' + encodeURIComponent(URL) + '&text=' + encodeURIComponent(TEXT)
  8. MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me 'https://t.me/share/url?url=https%3A%2F%2Fx.uy&text=hola'
  9. MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me expect(res.deepLink).toBe(`https://t.me/CambioBot?start=${res.code}`)
  10. MEDIUM suspicious endpoint eduair94/cambio-uruguay api.telegram.org const res = await fetchImpl(`https://api.telegram.org/bot${token}/sendMessage`, {
  11. MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me return { code, botUsername, deepLink: `https://t.me/${botUsername}?start=${code}` }
  12. MEDIUM suspicious endpoint eduair94/cambio-uruguay 104.234.204.107 apiBaseServer: process.env.NUXT_API_BASE_SERVER || 'http://104.234.204.107:3528',
  13. MEDIUM suspicious endpoint KeeperHub/keeperhub 93.184.216.34 webhookUrl: "http://93.184.216.34/hook",
  14. MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/",
  15. MEDIUM suspicious endpoint KeeperHub/keeperhub 1.1.1.1 const code = `return await fetch({ url: "http://1.1.1.1/", toString() { return "http://169.254.169.254/latest/meta-data/iam/security-credentials/"; } });`;