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.
50877 analyzed
7738 re-analysis due
994 not analyzable
1 not yet analyzed
4843 source gone
not analyzable
793 too large 201 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 369
- committed secret 6279
- dynamic exec 11963
- obfuscation 3642
- suspicious endpoint 12517
- credential in log 718
- over-broad oauth scope 2539
- suspicious skill script 197
- bundled IDE extension 50
- skill file 189917
- HIGH obfuscation beyondnetcode/evolith_arch32 dynamic require()/import()
const { triageCorpus, renderSnapshot } = require(${JSON.stringify(path.join(REPO_ROOT, TRIAGE_MODULE))}); - HIGH committed secret beyondnetcode/evolith_arch32 GitHub token
ghp_01…(40 chars, redacted) - HIGH committed secret beyondnetcode/evolith_arch32 Google API key
AIzaSy…(39 chars, redacted) - HIGH committed secret beyondnetcode/evolith_arch32 GitHub token
ghp_01…(40 chars, redacted) - HIGH committed secret beyondnetcode/evolith_arch32 Google API key
AIzaSy…(39 chars, redacted) - MEDIUM suspicious endpoint beyondnetcode/evolith_arch32 169.254.169.254 (cloud metadata)
await client.post('http://169.254.169.254/latest/meta-data intent="pwn"'); - HIGH committed secret beyondnetcode/evolith_arch32 GitHub token
ghp_01…(40 chars, redacted) - HIGH committed secret ManddarinShop/Hikoutei private key
PEM private key block (redacted) - HIGH dynamic exec ManddarinShop/Hikoutei new Function()
const factory = new Function( - MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/drive
const DRIVE_SCOPE = "https://www.googleapis.com/auth/drive"; - MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/spreadsheets
harness.tokenInfo = { email: FAKE_OWNER, scope: "https://www.googleapis.com/auth/spreadsheets" }; - MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/spreadsheets
expect(hasDriveScope(`${DRIVE_SCOPE} https://www.googleapis.com/auth/spreadsheets`)).toBe(true); - MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/spreadsheets
const auth = new GoogleAuth({ keyFilename: process.env.GOOGLE_APPLICATION_CREDENTIALS, scopes: ["https://www.googleapis.com/auth/spreadsheets"] }); - MEDIUM over-broad oauth scope ManddarinShop/Hikoutei https://www.googleapis.com/auth/spreadsheets
const auth = new GoogleAuth({ keyFilename: creds, scopes: ["https://www.googleapis.com/auth/spreadsheets"] }); - HIGH obfuscation ManddarinShop/Hikoutei dynamic require()/import()
() => import(`hikoutei/${subpath}`),