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.
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.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12007
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190152
- MEDIUM suspicious endpoint mainzerp/ha-agenthub 1.1.1.1
_validate_sse_url("https://1.1.1.1") - MEDIUM suspicious endpoint mainzerp/ha-agenthub 8.8.8.8
_validate_sse_url("http://8.8.8.8") - MEDIUM suspicious endpoint BreazyLabs/OutreachEmailMCP 8.8.8.8
expect(await isPrivateWebhookTarget('http://8.8.8.8/hook')).toBe(false); - MEDIUM suspicious endpoint BreazyLabs/OutreachEmailMCP 169.254.169.254 (cloud metadata)
'http://169.254.169.254/latest/meta-data', - 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 }) - 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'; - MEDIUM over-broad oauth scope BreazyLabs/OutreachEmailMCP gmail.modify
supportsWrite: (scopes: string) => scopes.includes('gmail.modify'), - MEDIUM over-broad oauth scope BreazyLabs/OutreachEmailMCP gmail.modify
'https://www.googleapis.com/auth/gmail.modify', - MEDIUM suspicious endpoint kdcube/kdcube api.telegram.org
url = f"https://api.telegram.org/bot{bot_token}/{method}" - HIGH dynamic exec kdcube/kdcube eval()/exec()
exec(compile(ast.Module(body=body, type_ignores=[]), filename="<exec>", mode="exec"), globals_, locals_) - HIGH dynamic exec kdcube/kdcube unsafe yaml.load()
payload = yaml.load(raw, Loader=c_safe_loader) or {} - HIGH dynamic exec kdcube/kdcube pickle.loads()
args = pickle.loads(args_path.read_bytes()) - HIGH dynamic exec kdcube/kdcube pickle.loads()
model_data = pickle.loads(content) - MEDIUM suspicious endpoint kdcube/kdcube 169.254.169.254 (cloud metadata)
verdict = asyncio.run(check_url("http://169.254.169.254/latest/meta-data/")) - HIGH dynamic exec kdcube/kdcube eval()/exec()
exec( # noqa: S102 - a deliberate second class object with the same shape