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.
51311 analyzed
7406 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- MEDIUM suspicious endpoint smixs/iva api.telegram.org
export const API = `https://api.telegram.org/bot${TOKEN}`; - HIGH obfuscation smixs/iva dynamic require()/import()
const config = await import(${JSON.stringify(CONFIG_URL)}); - MEDIUM suspicious endpoint smixs/iva api.telegram.org
assert.equal(config.api, "https://api.telegram.org/botundefined"); - MEDIUM suspicious endpoint smixs/iva api.telegram.org
const res = await fetch(`https://api.telegram.org/bot${BOT}/sendMessage`, { - HIGH obfuscation smixs/iva dynamic require()/import()
const bridge = await import(`../telegram-poll.mjs?test=${Date.now()}`); - MEDIUM suspicious endpoint smixs/iva api.telegram.org
`https://api.telegram.org/bot${token}/${method}`, - MEDIUM suspicious endpoint smixs/iva api.telegram.org
const api = `https://api.telegram.org/bot${token}`; - MEDIUM suspicious endpoint smixs/iva api.telegram.org
`https://api.telegram.org/bot${bot}/${method}`, - MEDIUM suspicious endpoint smixs/iva api.telegram.org
"https://api.telegram.org/bottest-bot/sendMessage", - HIGH obfuscation smixs/iva dynamic require()/import()
const { createCliRuntime } = await import(${JSON.stringify(runtime)}); - MEDIUM suspicious endpoint smixs/iva api.telegram.org
if (!target.startsWith("https://api.telegram.org/")) { - MEDIUM suspicious endpoint smixs/iva api.telegram.org
if (url.startsWith("https://api.telegram.org/")) { - MEDIUM suspicious endpoint smixs/iva api.telegram.org
`GET https://api.telegram.org/bot${FOREIGN_TOKEN}/sendMessage failed\n` + - MEDIUM suspicious endpoint smixs/iva t.me
const SUPPORT_URL = "https://t.me/+iva-support-chat"; - MEDIUM suspicious endpoint smixs/iva t.me
SUPPORT_CHAT_URL: "https://t.me/+iva-support",