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.

analysis coverage 85% of 59,151 analyzable servers
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.

code findings 15 shown
  1. MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/drive const scopes = ["https://www.googleapis.com/auth/drive"];
  2. MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/spreadsheets "https://www.googleapis.com/auth/spreadsheets",
  3. MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/documents "https://www.googleapis.com/auth/documents",
  4. MEDIUM over-broad oauth scope Lilac-Labs/gini-agent gmail.modify "https://www.googleapis.com/auth/gmail.modify"
  5. MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/documents "https://www.googleapis.com/auth/documents",
  6. MEDIUM over-broad oauth scope Lilac-Labs/gini-agent gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  7. MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/spreadsheets "https://www.googleapis.com/auth/spreadsheets",
  8. MEDIUM over-broad oauth scope Lilac-Labs/gini-agent https://www.googleapis.com/auth/drive "https://www.googleapis.com/auth/drive",
  9. 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"]),
  10. MEDIUM suspicious endpoint Lilac-Labs/gini-agent 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/",
  11. HIGH dynamic exec aryanduntley/pwa-debug-layer new Function() compiled = new Function('return (' + input.expression + ')');
  12. HIGH dynamic exec aryanduntley/pwa-debug-layer new Function() compiled = new Function(
  13. MEDIUM suspicious endpoint Masoud-Masoori/switchboard abcd.ngrok.io assert("ngrok regex matches ngrok.io", TUNNELS.ngrok.urlRegex.test("https://abcd.ngrok.io"));
  14. MEDIUM suspicious endpoint Masoud-Masoori/switchboard abcd.ngrok.app assert("ngrok regex matches ngrok.app", TUNNELS.ngrok.urlRegex.test("https://abcd.ngrok.app"));
  15. 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);