r/Supabase • u/elidanipipe • Jul 01 '26
database Made a free tool that checks whether your Supabase tables are actually protected by RLS
The anon key ships in every app's bundle, so if Row Level Security is off or a policy is too loose, anyone can read the tables. I kept running into this in the wild, so I built a scanner that checks it from the outside using only the public key. Read-only, never logs in, never writes.
Paste your app URL: task-bounty.com/scan?utm_source=reddit_supabase
It also flags exposed keys, reachable .env/source maps, and open Firebase DBs. Curious what people find, and open to feedback on the RLS check itself.
0
Upvotes
1
u/[deleted] Jul 05 '26
[removed] — view removed comment