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.
51308 analyzed
7409 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 over-broad oauth scope elie222/inbox-zero https://mail.google.com/
"https://mail.google.com/mail/u/?authuser=user%40gmail.com#all/msg123", - MEDIUM suspicious endpoint elie222/inbox-zero 169.254.169.254 (cloud metadata)
{ name: "private IP", url: "https://169.254.169.254/metadata" }, - MEDIUM suspicious endpoint elie222/inbox-zero app.posthog.com (telemetry)
`https://app.posthog.com/api/projects/${env.POSTHOG_PROJECT_ID}/persons/`, - MEDIUM suspicious endpoint elie222/inbox-zero app.posthog.com (telemetry)
"https://app.posthog.com/api/projects/project-1/persons/?distinct_id=person%2Btag%26team%23100%25%40example.com", - MEDIUM suspicious endpoint elie222/inbox-zero 169.254.169.254 (cloud metadata)
pageToken: "prefix-https://169.254.169.254/latest", - MEDIUM suspicious endpoint elie222/inbox-zero 169.254.169.254 (cloud metadata)
"token-prefix-https://169.254.169.254/latest", - MEDIUM suspicious endpoint elie222/inbox-zero 169.254.169.254 (cloud metadata)
{ pageToken: "http://169.254.169.254/latest/meta-data" }, - MEDIUM suspicious endpoint elie222/inbox-zero api.telegram.org
`https://api.telegram.org/bot${botToken}/${apiMethod}`, - MEDIUM over-broad oauth scope elie222/inbox-zero gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - MEDIUM over-broad oauth scope elie222/inbox-zero https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", // Full access to all files and folders - MEDIUM suspicious endpoint elie222/inbox-zero t.me
export const TELEGRAM_BOT_URL = "https://t.me/getinboxzerobot"; - MEDIUM suspicious endpoint elie222/inbox-zero t.me
return `https://t.me/${username}`; - MEDIUM suspicious endpoint elie222/inbox-zero t.me
botUrl: "https://t.me/inboxdevbot", - HIGH credential in log elie222/inbox-zero credential in log
console.log(` RECALL_API_KEY=${emulator.apiKey}`); - MEDIUM suspicious endpoint elie222/inbox-zero app.posthog.com (telemetry)
destination: "https://app.posthog.com/:path*",