Supabase service-role key shipped in the JS bundle
A service_role key was found in client-side JavaScript. It bypasses Row-Level Security entirely, so anyone viewing the page can read or write every row in your database.
The service_role key must never reach the browser. Use the anon key client-side with RLS policies and keep service-role calls on the server. Rotate the leaked key in Supabase immediately.