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.

analysis coverage 85% of 59,140 analyzable servers
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.

code findings 15 shown
  1. HIGH dynamic exec ChanMeng666/archlang eval() eval(e: Expr): number;
  2. HIGH committed secret dnotitia/akb GitHub fine-grained PAT github…(41 chars, redacted)
  3. MEDIUM suspicious endpoint dnotitia/akb 169.254.169.254 (cloud metadata) p.write_text("http://169.254.169.254/latest/\n")
  4. MEDIUM suspicious endpoint dnotitia/akb 169.254.169.254 (cloud metadata) "nonglobal-linklocal": {"url": "https://169.254.169.254/o/r.git"},
  5. 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.
  6. HIGH dynamic exec NeoDrew/chromeflow new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  7. 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.
  8. MEDIUM over-broad oauth scope NeoDrew/chromeflow https://mail.google.com/ expect(originKey("https://mail.google.com/mail/u/0/#inbox")).toBeUndefined();
  9. HIGH dynamic exec NeoDrew/chromeflow eval() try { __result = eval(${JSON.stringify(code)}); }
  10. HIGH dynamic exec NeoDrew/chromeflow indirect eval result = await (0, eval)(wrapAsync(code));
  11. MEDIUM suspicious endpoint comind-pro/comind-mcp 8.8.8.8 expect(() => assertSafeUrl('https://8.8.8.8/')).not.toThrow();
  12. 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);
  13. MEDIUM suspicious endpoint DevAnimecx/jiro t.me assert auto_detect("https://t.me/channel/123") == "telegram"
  14. MEDIUM suspicious endpoint DevAnimecx/jiro 8.8.8.8 assert security.validate_target_url("http://8.8.8.8/") == "http://8.8.8.8/"
  15. MEDIUM suspicious endpoint DevAnimecx/jiro 169.254.169.254 (cloud metadata) security.validate_target_url("http://169.254.169.254/latest/meta-data/")