-
Security
Audit my database's public access rules
Checks Supabase row-level security, Firebase rules, and client-exposed databases for tables anyone can read or write.
Free Prompt
What This Does / How This Helps
Goes through your Supabase or Firebase access rules table by table and closes the ones that let the public read or write things they shouldn't. This is the single most common critical finding in Lovable and Bolt apps. The frontend talks to the database directly with a public key, and the rules that decide who can do what were never written, so the entire database is open to anyone who opens dev tools and reads the key. Open reads leak every user's data; open writes let anyone vandalize everything. The report gives you a per-table classification and fixes, verified with the same anon key an attacker would use.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).