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.
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.
- hidden prompt 338
- committed secret 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- 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( - MEDIUM suspicious endpoint eduair94/cambio-uruguay api.telegram.org
`https://api.telegram.org/bot${token}/sendMessage`, - MEDIUM suspicious endpoint eduair94/cambio-uruguay api.telegram.org
const res = await fetchImpl(`https://api.telegram.org/bot${token}/sendMessage`, { - MEDIUM suspicious endpoint eduair94/cambio-uruguay api.telegram.org
return `https://api.telegram.org/bot${this.cfg.token}/${method}`; - MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me
telegram: `https://t.me/share/url?url=${url}&text=${text}`, - MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me
return `https://t.me/share/url?url=${encodeURIComponent(url)}&text=${encodeURIComponent(text)}` - MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me
'https://t.me/share/url?url=' + encodeURIComponent(URL) + '&text=' + encodeURIComponent(TEXT) - MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me
'https://t.me/share/url?url=https%3A%2F%2Fx.uy&text=hola' - MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me
expect(res.deepLink).toBe(`https://t.me/CambioBot?start=${res.code}`) - MEDIUM suspicious endpoint eduair94/cambio-uruguay api.telegram.org
const res = await fetchImpl(`https://api.telegram.org/bot${token}/sendMessage`, { - MEDIUM suspicious endpoint eduair94/cambio-uruguay t.me
return { code, botUsername, deepLink: `https://t.me/${botUsername}?start=${code}` } - MEDIUM suspicious endpoint eduair94/cambio-uruguay 104.234.204.107
apiBaseServer: process.env.NUXT_API_BASE_SERVER || 'http://104.234.204.107:3528', - MEDIUM suspicious endpoint KeeperHub/keeperhub 93.184.216.34
webhookUrl: "http://93.184.216.34/hook", - MEDIUM suspicious endpoint KeeperHub/keeperhub 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", - 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/"; } });`;