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.
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.
- hidden prompt 338
- committed secret 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- MEDIUM suspicious endpoint tourhabk-ui/pos api.telegram.org
const target = 'https://api.telegram.org' + url.pathname + url.search; - MEDIUM suspicious endpoint tourhabk-ui/pos t.me
const url = `https://t.me/s/${channel}`; - MEDIUM suspicious endpoint tourhabk-ui/pos t.me
const username = row.telegram_group_url.replace('https://t.me/', '').replace('t.me/', ''); - MEDIUM suspicious endpoint tourhabk-ui/pos api.telegram.org
await fetch(`${process.env.TELEGRAM_API_BASE||'https://api.telegram.org'}/bot${token}/sendMessage`, { - MEDIUM suspicious endpoint tourhabk-ui/pos t.me
return `https://t.me/${botUsername}?start=link_${token}`; - MEDIUM suspicious endpoint tourhabk-ui/pos api.telegram.org
await fetch(`${process.env.TELEGRAM_API_BASE||'https://api.telegram.org'}/bot${token}/sendMessage`, { - MEDIUM suspicious endpoint tourhabk-ui/pos t.me
contact_tg: tgLinks ? `https://t.me/${tgLinks.replace('t.me/', '')}` : undefined, - MEDIUM suspicious endpoint tourhabk-ui/pos t.me
const url = `https://t.me/s/${channel}`; - MEDIUM suspicious endpoint tourhabk-ui/pos api.telegram.org
await fetch(`${process.env.TELEGRAM_API_BASE||'https://api.telegram.org'}/bot${token}/sendMessage`, { - MEDIUM suspicious endpoint tourhabk-ui/pos t.me
links.push(`https://t.me/${username}`); - MEDIUM suspicious endpoint tourhabk-ui/pos api.telegram.org
const res = await fetch(`${process.env.TELEGRAM_API_BASE || 'https://api.telegram.org'}/bot${token}/sendMessage`, { - MEDIUM suspicious endpoint tourhabk-ui/pos t.me
out.push({ label: 'Написать в Telegram', href: `https://t.me/${tgc}` }); - MEDIUM suspicious endpoint tourhabk-ui/pos api.telegram.org
`${process.env.TELEGRAM_API_BASE || 'https://api.telegram.org'}/bot${token}/sendMessage`, - MEDIUM suspicious endpoint tourhabk-ui/pos api.telegram.org
return `${process.env.TELEGRAM_API_BASE||'https://api.telegram.org'}/bot${this.botToken}`; - MEDIUM suspicious endpoint tourhabk-ui/pos api.telegram.org
`${process.env.TELEGRAM_API_BASE||'https://api.telegram.org'}/bot${token}/sendMessage`,