server-action-builder
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill enforces authentication via
getSession()and input validation using Zod for all server actions, preventing unauthenticated or malformed data from reaching the database. - [SAFE]: It promotes the use of standard Supabase clients that respect Row Level Security (RLS), minimizing the risk of unauthorized data access.
- [SAFE]: The instructions include the
server-onlypackage to prevent server-side business logic from being accidentally bundled into client-side code. - [SAFE]: No hardcoded credentials, suspicious network calls, or arbitrary command execution patterns were found.
Audit Metadata