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.
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 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 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- HIGH credential in log willdady/platypus credential in log
logger.info(`- Default credentials: ${email} / ${password}`); - MEDIUM suspicious endpoint bdbais/routeai 1.2.3.4
self.assertEqual(parse_spec("gpu=http://1.2.3.4:11434/"), ("gpu", "http://1.2.3.4:11434")) - HIGH dynamic exec ktern-sapguimcp eval()/exec()
exec(code, restricted_globals) # noqa: S102 # pylint: disable=exec-used - HIGH committed secret ktern-sapguimcp GitHub token
ghp_q7…(40 chars, redacted) - HIGH committed secret ktern-sapguimcp GitHub token
ghp_q7…(40 chars, redacted) - MEDIUM suspicious endpoint mejbaurbahar/fagun 169.254.169.254 (cloud metadata)
TestCase("http://169.254.169.254/", "outofbox", "url: SSRF cloud metadata"), - HIGH dynamic exec mejbaurbahar/fagun eval()/exec()
exec(compile(wrapped, "<browser_exec>", "exec"), scope) # noqa: S102 - intentional - MEDIUM suspicious endpoint derive-to/derive discord.com
expect(await edgeGuard.precheck("https://discord.com/api/webhooks/1/abc")).toBeNull() - MEDIUM suspicious endpoint derive-to/derive 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data", // cloud metadata - MEDIUM suspicious endpoint derive-to/derive 1.1.1.1
"http://1.1.1.1/", - MEDIUM suspicious endpoint derive-to/derive 8.8.8.8
"http://8.8.8.8/", - MEDIUM suspicious endpoint derive-to/derive 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data", - HIGH committed secret derive-to/derive Anthropic key
sk-ant…(33 chars, redacted) - HIGH committed secret derive-to/derive Slack token
xoxb-r…(19 chars, redacted) - HIGH committed secret derive-to/derive Slack token
xoxb-c…(20 chars, redacted)