What problem does it solve? Supabase and PostgreSQL applications risk exposing sensitive data when tables lack Row Level Security or have incomplete policies. This Skill runs a comprehensive audit that reports which tables have RLS enabled, which do not, and exactly what policies exist on each table. ## Core Features & Use Cases - RLS Coverage Report: Lists every public-schema table with its RLS status (enabled or disabled) and a JSON summary of all attached policies. - Policy Gap Detection: Identifies tables with RLS enabled but zero policies, tables with incomplete granular coverage, and tables with no RLS at all. - Remediation Guidance: Provides ready-to-use SQL for KISS policies, public-read policies, and multi-tenant organization isolation patterns. - Use Case: After running a database migration, execute this audit to confirm every new table has RLS enabled and appropriate policies before deploying to production. ## Quick Start Ask the agent to run an RLS audit on your Supabase database to list all tables without row level security and their existing policies.