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.
50066 analyzed
8097 re-analysis due
988 not analyzable
0 not yet analyzed
4803 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 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/drive
const scopes = ["https://www.googleapis.com/auth/drive"]; - MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope Lilac-Labs/gini-agent gmail.modify
"https://www.googleapis.com/auth/gmail.modify" - MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope Lilac-Labs/gini-agent gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive", - MEDIUM over-broad oauth scope Lilac-Labs/gini-agent gmail.modify
"/tmp/gws-personal": signedIn("me@example.com", ["https://www.googleapis.com/auth/gmail.modify"]), - MEDIUM suspicious endpoint Lilac-Labs/gini-agent 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", - HIGH dynamic exec aryanduntley/pwa-debug-layer new Function()
compiled = new Function('return (' + input.expression + ')'); - HIGH dynamic exec aryanduntley/pwa-debug-layer new Function()
compiled = new Function( - MEDIUM suspicious endpoint Masoud-Masoori/switchboard abcd.ngrok.io
assert("ngrok regex matches ngrok.io", TUNNELS.ngrok.urlRegex.test("https://abcd.ngrok.io")); - MEDIUM suspicious endpoint Masoud-Masoori/switchboard abcd.ngrok.app
assert("ngrok regex matches ngrok.app", TUNNELS.ngrok.urlRegex.test("https://abcd.ngrok.app")); - MEDIUM over-broad oauth scope Masoud-Masoori/switchboard delete_repo
assert("a destructive tool is hard-blocked (enabled:false)", gh?.tools?.delete_repo?.enabled === false);