Validates and audits Supabase Row Level Security (RLS) policies using automated test patterns for user isolation and multi-tenant security.
This skill provides a comprehensive testing framework specifically designed for Supabase Row Level Security (RLS). It enables developers to verify user isolation, audit role-based access controls, and prevent data leaks through automated scripts that check for common vulnerabilities like missing policies or improper null handling. Ideal for integration into CI/CD pipelines, it ensures that security boundaries remain intact across multi-tenant applications and complex permission structures, providing peace of mind before production deployments.
主要功能
010 GitHub stars
02Automated user and tenant isolation verification
03Role-based permission (RBAC) testing suite
04Anonymous access restriction validation
05CI/CD ready reporting in Markdown and JSON formats
06Comprehensive RLS coverage auditing for all schemas
使用场景
01Validating data isolation in multi-tenant SaaS applications
02Auditing security policies before critical production deployments
03Preventing regressions in RLS logic during database migrations