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.
51308 analyzed
7409 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 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 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- MEDIUM over-broad oauth scope hawkxdev/google-workspace-mcp https://www.googleapis.com/auth/documents
'https://www.googleapis.com/auth/documents', - HIGH obfuscation LiLara-AI/shadowgraph dynamic require()/import()
const { createSqliteStore } = await import(${JSON.stringify(moduleUrl)}); - HIGH obfuscation LiLara-AI/shadowgraph dynamic require()/import()
? await (await import(${JSON.stringify(sqliteUrl)})).createSqliteStore(path) - HIGH obfuscation LiLara-AI/shadowgraph dynamic require()/import()
? await (await import(${JSON.stringify(sqliteUrl)})).createSqliteStore(file) - HIGH committed secret LiLara-AI/shadowgraph GitLab token
glpat-…(26 chars, redacted) - HIGH committed secret LiLara-AI/shadowgraph GitHub fine-grained PAT
github…(43 chars, redacted) - HIGH committed secret LiLara-AI/shadowgraph GitHub token
ghp_01…(40 chars, redacted) - HIGH committed secret LiLara-AI/shadowgraph OpenAI key
sk-UNI…(25 chars, redacted) - HIGH committed secret LiLara-AI/shadowgraph GitLab token
glpat-…(26 chars, redacted) - HIGH committed secret LiLara-AI/shadowgraph GitHub fine-grained PAT
github…(43 chars, redacted) - HIGH committed secret LiLara-AI/shadowgraph GitHub token
ghp_01…(40 chars, redacted) - HIGH dynamic exec mathkernel eval()/exec()
exec(source, namespace) - HIGH dynamic exec mathkernel eval()/exec()
exec(source, namespace) - HIGH dynamic exec mathkernel pickle.loads()
request = pickle.loads(sys.stdin.buffer.read()) - HIGH dynamic exec mathkernel pickle.loads()
envelope = pickle.loads(output)