supabase-postgres-best-practices
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides high-quality technical documentation and SQL templates for database optimization. No malicious code, obfuscation, or prompt injection patterns were detected.
- [SAFE]: Security-sensitive SQL examples, such as Row-Level Security (RLS) policies and role management, follow industry best practices. For example, the
security definerfunction template correctly includesset search_path = ''to prevent search path hijacking. - [SAFE]: External links are restricted to trusted domains, specifically postgresql.org and supabase.com.
- [SAFE]: Placeholders are used for sensitive fields (e.g.,
password 'xxx'), following standard documentation practices.
Audit Metadata