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 86% of 59,695 analyzable servers
51192 analyzed
7507 re-analysis due
995 not analyzable
1 not yet analyzed
4848 source gone
not analyzable
795 too large 200 no source

Running analyzer v33. The scanner changelog explains what each version detects and when it changed.

code findings 15 shown
  1. MEDIUM suspicious endpoint mainzerp/ha-agenthub 1.1.1.1 _validate_sse_url("https://1.1.1.1")
  2. MEDIUM suspicious endpoint mainzerp/ha-agenthub 8.8.8.8 _validate_sse_url("http://8.8.8.8")
  3. MEDIUM suspicious endpoint BreazyLabs/OutreachEmailMCP 8.8.8.8 expect(await isPrivateWebhookTarget('http://8.8.8.8/hook')).toBe(false);
  4. MEDIUM suspicious endpoint BreazyLabs/OutreachEmailMCP 169.254.169.254 (cloud metadata) 'http://169.254.169.254/latest/meta-data',
  5. MEDIUM over-broad oauth scope BreazyLabs/OutreachEmailMCP gmail.modify .values({ accountId: id, accessTokenEnc: 'x', refreshTokenEnc: 'y', expiresAt: now + 1e9, scopes: 'gmail.modify Mail.ReadWrite', updatedAt: now })
  6. MEDIUM over-broad oauth scope BreazyLabs/OutreachEmailMCP gmail.modify 'openid email https://www.googleapis.com/auth/gmail.send https://www.googleapis.com/auth/gmail.modify';
  7. MEDIUM over-broad oauth scope BreazyLabs/OutreachEmailMCP gmail.modify supportsWrite: (scopes: string) => scopes.includes('gmail.modify'),
  8. MEDIUM over-broad oauth scope BreazyLabs/OutreachEmailMCP gmail.modify 'https://www.googleapis.com/auth/gmail.modify',
  9. MEDIUM suspicious endpoint kdcube/kdcube api.telegram.org url = f"https://api.telegram.org/bot{bot_token}/{method}"
  10. HIGH dynamic exec kdcube/kdcube eval()/exec() exec(compile(ast.Module(body=body, type_ignores=[]), filename="<exec>", mode="exec"), globals_, locals_)
  11. HIGH dynamic exec kdcube/kdcube unsafe yaml.load() payload = yaml.load(raw, Loader=c_safe_loader) or {}
  12. HIGH dynamic exec kdcube/kdcube pickle.loads() args = pickle.loads(args_path.read_bytes())
  13. HIGH dynamic exec kdcube/kdcube pickle.loads() model_data = pickle.loads(content)
  14. MEDIUM suspicious endpoint kdcube/kdcube 169.254.169.254 (cloud metadata) verdict = asyncio.run(check_url("http://169.254.169.254/latest/meta-data/"))
  15. HIGH dynamic exec kdcube/kdcube eval()/exec() exec( # noqa: S102 - a deliberate second class object with the same shape