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.
50020 analyzed
8131 re-analysis due
988 not analyzable
1 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 6177
- dynamic exec 11826
- obfuscation 3575
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187620
- HIGH dynamic exec ChanMeng666/archlang eval()
eval(e: Expr): number; - HIGH committed secret dnotitia/akb GitHub fine-grained PAT
github…(41 chars, redacted) - MEDIUM suspicious endpoint dnotitia/akb 169.254.169.254 (cloud metadata)
p.write_text("http://169.254.169.254/latest/\n") - MEDIUM suspicious endpoint dnotitia/akb 169.254.169.254 (cloud metadata)
"nonglobal-linklocal": {"url": "https://169.254.169.254/o/r.git"}, - HIGH dynamic exec NeoDrew/chromeflow eval()
CSP-strict pages that disallow eval (Stripe, GitHub) silently fall through to a CDP eval path. Page alerts (alert/confirm/prompt) fired since the last script appear as PAGE ALERT in the result. - HIGH dynamic exec NeoDrew/chromeflow new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH dynamic exec NeoDrew/chromeflow eval()
CSP-strict pages that disallow eval (Stripe, GitHub) silently fall through to a CDP eval path. Page alerts (alert/confirm/prompt) fired since the last script appear as PAGE ALERT in the result. - MEDIUM over-broad oauth scope NeoDrew/chromeflow https://mail.google.com/
expect(originKey("https://mail.google.com/mail/u/0/#inbox")).toBeUndefined(); - HIGH dynamic exec NeoDrew/chromeflow eval()
try { __result = eval(${JSON.stringify(code)}); } - HIGH dynamic exec NeoDrew/chromeflow indirect eval
result = await (0, eval)(wrapAsync(code)); - MEDIUM suspicious endpoint comind-pro/comind-mcp 8.8.8.8
expect(() => assertSafeUrl('https://8.8.8.8/')).not.toThrow(); - MEDIUM suspicious endpoint comind-pro/comind-mcp 169.254.169.254 (cloud metadata)
expect(() => assertSafeUrl('http://169.254.169.254/latest/meta-data')).toThrow(/private/i); - MEDIUM suspicious endpoint DevAnimecx/jiro t.me
assert auto_detect("https://t.me/channel/123") == "telegram" - MEDIUM suspicious endpoint DevAnimecx/jiro 8.8.8.8
assert security.validate_target_url("http://8.8.8.8/") == "http://8.8.8.8/" - MEDIUM suspicious endpoint DevAnimecx/jiro 169.254.169.254 (cloud metadata)
security.validate_target_url("http://169.254.169.254/latest/meta-data/")