UI Integration
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides high-quality guidance on implementing secure backend integrations using industry-standard practices for Next.js and Supabase.
- [SAFE]: All server action examples include explicit authentication verification via
supabase.auth.getUser()to prevent unauthorized data access. - [SAFE]: The skill promotes defense-in-depth by recommending the combination of database-level Row Level Security (RLS) policies with application-level ownership checks.
- [SAFE]: Examples demonstrate robust input validation and sanitization using the
zodlibrary to protect against malformed or malicious user data. - [SAFE]: All external links point to official and trusted documentation domains, specifically
nextjs.organdsupabase.com. - [SAFE]: No hardcoded credentials, suspicious network calls, or obfuscated code patterns were detected within the skill.
Audit Metadata