
Supabase Audit Tables Read
Tests table data access in Supabase by attempting reads on exposed tables to identify what data is actually accessible to unauthenticated or low-privilege users.
npx skills add https://github.com/yoanbernabeu/supabase-pentest-skills --skill supabase-audit-tables-read| Installs | 240 |
|---|---|
| Repository | yoanbernabeu/supabase-pentest-skills ↗ |
What it does
Supabase RLS misconfigurations can expose sensitive table data to unauthenticated users
Who is it for?
Developers shipping Supabase apps who want to verify RLS is correctly locking down table access
Skip if: General-purpose database querying or non-Supabase databases
When should I use this skill?
Before launching a Supabase-backed app to confirm no tables are unintentionally public
What you get
A clear report of which tables are readable and what data is exposed
- list of accessible tables
- data exposure findings