What problem does it solve?
This Skill eliminates the risk of insecure Supabase deployments for SaaS applications, preventing data leaks, row-level security bypasses, and misconfigured storage that could expose user data or enable cross-tenant access.
Core Features & Use Cases
- Enforced Row-Level Security: Automatically configures RLS enabled and forced on all user-data tables, with custom JWT org claims for multi-tenant isolation.
- Secure Storage & Privileged Operations: Sets up storage buckets with policies matching table RLS, and guarded Edge Functions for tasks that require RLS bypass, with proper caller authorization checks.
- Use Case: For a B2B SaaS app, it configures org-scoped data access, Supavisor transaction pooling for serverless functions, and quarterly backup restore drills to meet compliance requirements.
Quick Start
Use the supabase-data skill to set up a secure, RLS-enforced Supabase data layer for your multi-tenant SaaS application with proper connection pooling and aligned storage policies.