supabase-setup
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard setup instructions for Supabase integration using official libraries and CLI tools.
- [SAFE]: It explicitly warns against exposing the
SUPABASE_SERVICE_ROLE_KEYto the client side, which is a critical security best practice for Supabase applications. - [SAFE]: The skill mandates the enablement of Row Level Security (RLS) on all database tables and provides secure policy templates for common access patterns.
- [SAFE]: The instructions promote the use of
.env.localfor secret management and remind users to keep secrets out of version control (e.g.,.env.example).
Audit Metadata