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
- HIGH committed secret jholhewres/anchored Google API key
AIzaSy…(39 chars, redacted) - HIGH dynamic exec Mandrilsquad1441/jev-model-router new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH committed secret peters/horizon GitHub fine-grained PAT
github…(33 chars, redacted) - HIGH committed secret peters/horizon GitHub fine-grained PAT
github…(37 chars, redacted) - MEDIUM suspicious endpoint msaad00/agent-bom 93.184.216.34
otlp = fetch_langfuse_traces(host="https://93.184.216.34", public_key="pk", secret_key="sk", client=client) - MEDIUM suspicious endpoint msaad00/agent-bom 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data", # cloud metadata (link-local) - MEDIUM suspicious endpoint msaad00/agent-bom 169.254.169.254 (cloud metadata)
body = {"credentials": {"host": "http://169.254.169.254/latest/meta-data", "public_key": "pk", "secret_key": "sk"}} - MEDIUM suspicious endpoint msaad00/agent-bom 169.254.169.254 (cloud metadata)
validate_url("https://169.254.169.254/latest/meta-data") - MEDIUM suspicious endpoint msaad00/agent-bom 169.254.169.254 (cloud metadata)
validate_url("https://169.254.169.254/latest/meta-data/") - MEDIUM suspicious endpoint msaad00/agent-bom 93.184.216.34
validate_url("http://93.184.216.34/api") - MEDIUM suspicious endpoint msaad00/agent-bom 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", # AWS/cloud metadata - MEDIUM suspicious endpoint msaad00/agent-bom 169.254.169.254 (cloud metadata)
results = scan_content("fetch http://169.254.169.254/latest/meta-data/", _cfg()) - HIGH committed secret msaad00/agent-bom OpenAI key
sk-rea…(40 chars, redacted) - MEDIUM over-broad oauth scope msaad00/agent-bom delete_repo
tools=[MCPTool(name="create_issue", description="Create issue"), MCPTool(name="delete_repo", description="Delete repo")], - MEDIUM over-broad oauth scope msaad00/agent-bom delete_repo
brs[0].exposed_tools = [MCPTool(name="delete_repo", description="Delete repository")]