Can Lovable apps leak user data?
Yes, without proper Row Level Security policies, any authenticated user can potentially access all data in your Supabase database. This means user profiles, emails, payment information, and any other stored data could be exposed through simple API calls. The risk increases when the anon or service_role key is exposed in client-side code, as it enables unauthenticated access to unprotected tables. Data leaks from misconfigured Lovable apps have been publicly documented by security researchers. UNPWNED checks client-accessible keys, bounded anonymous-access behavior, and public-endpoint exposure. Complete RLS and authorization correctness requires direct review.
Check your Lovable app now
Run free security scanLast reviewed: 2026-04-07. Based on publicly available security research and UNPWNED scan telemetry.
