What problem does it solve?
This Skill addresses the complexity of managing Supabase projects, helping developers avoid common security pitfalls, configuration errors, and outdated implementation patterns.
Core Features & Use Cases
- Security Auditing: Provides a comprehensive checklist to prevent BOLA/IDOR vulnerabilities, RLS misconfigurations, and insecure JWT handling.
- Database Management: Guides users through schema changes, migration generation, and proper use of Supabase CLI and MCP tools.
- Use Case: When setting up a new table, use this Skill to ensure RLS policies are correctly implemented with both USING and WITH CHECK clauses, and to verify that the table is properly exposed to the Data API.
Quick Start
Use the supabase skill to audit the current RLS policies for the profiles table and suggest improvements based on the security checklist.