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.
51197 analyzed
7502 re-analysis due
995 not analyzable
0 not yet analyzed
4849 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 OpenWebSearch 8.8.8.8
await assertPrivateRedirectRejected('http://8.8.8.8/', 'http://127.0.0.1/admin', 'redirect to literal private IPv4 is rejected'); - MEDIUM suspicious endpoint OpenWebSearch 169.254.169.254 (cloud metadata)
() => getBrowserCookieHeader('http://169.254.169.254/latest/meta-data/'), - HIGH committed secret ali-maher-m/RyTask Slack token
xoxb-m…(21 chars, redacted) - HIGH committed secret ali-maher-m/RyTask Slack token
xoxb-t…(20 chars, redacted) - HIGH committed secret ali-maher-m/RyTask Slack token
xoxb-s…(21 chars, redacted) - HIGH committed secret szara7678/OpenAkashic OpenAI key
sk-thi…(33 chars, redacted) - HIGH dynamic exec Codestz/agentry new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH dynamic exec Codestz/agentry new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH dynamic exec geniuskey/klayout-draw-mcp eval()/exec()
exec(code, ns) # noqa: S102 - intentional local scripting tool - HIGH dynamic exec lpaiu-cs/llm-vault unsafe yaml.load()
yaml.load("id: a\nid: b\n", Loader=L) - HIGH dynamic exec lpaiu-cs/llm-vault unsafe yaml.load()
data = yaml.load(head, Loader=_StrictLoader) - HIGH dynamic exec lpaiu-cs/llm-vault unsafe yaml.load()
meta = yaml.load(fm_text, Loader=loader) or {} - HIGH dynamic exec vawkdh-job/mcp-riskmap eval()/exec()
return eval(expr) - HIGH bundled IDE extension kymostudio/kymostudio untrusted-exec (medium)
runs its entry point in untrusted workspaces (untrustedWorkspaces.supported) - HIGH obfuscation kymostudio/kymostudio dynamic require()/import()
const merman = await import(ROOT + "/packages/rust/kymo-mermaid/pkg/kymo_mermaid.js");