Lovable is a fast, capable way to ship a real app. But "it works" and "it's safe to launch" are different questions. Here's the honest answer for 2026 — and how to check your own app in 60 seconds.
Lovable apps typically talk to a Supabase database directly from the browser using a public "anon" key, relying entirely on row-level security (RLS) policies to keep data private. When those policies are missing or wrong, anyone can read — and sometimes write — your tables by calling the API directly.
In May 2025, security researcher Matt Palmer documented exactly this as CVE-2025-48757: 170+ Lovable projects were leaking user data — including PII — because of insufficient RLS. It remains the single most common critical issue we see in Lovable apps.
?select=*. If you get rows you shouldn't, your RLS is open.None of these are unique to Lovable — they show up across AI-built apps. Independent research (Veracode; SusVibes) finds that the large majority of AI-generated apps ship with at least one vulnerability.
You can start right now with our free, no-signup tools: the Email Security Checker (SPF/DMARC), the Security Headers Analyzer, and the Password Breach Checker. For the full picture — including RLS exposure, secret leaks, performance, and monitoring — run a free Launch Readiness Score.
Safe enough to build with, not safe to launch blind. The platform gives you the tools to be secure; whether your specific app is secure depends on configuration the AI doesn't always get right. The fix is simple: check before you ship.
Paste your URL for a free Launch Readiness Score across security, reliability, performance, and monitoring — in about 60 seconds.
Get my free scoreSources: CVE-2025-48757 (Matt Palmer, 2025); Veracode State of Software Security; SusVibes (arXiv). This guide is general information, not a security guarantee.