Exposed Supabase URL with anon key
Your project URL and public anon key are visible in the JS bundle. If your row-level security is misconfigured, anyone can read your tables directly.
// captured from production bundleconst supabaseUrl = "https://qj██████.supabase.co"const anonKey = "eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp..."