actions
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill enforces security-centric implementation patterns for server-side logic, including mandatory authentication checks and input validation.
- [SAFE]: It promotes the use of Zod for schema validation, which helps prevent malformed data and potential injection vulnerabilities.
- [SAFE]: The architecture explicitly forbids direct database access from the action layer, requiring the use of models which facilitates better access control and abstraction.
- [SAFE]: Instructions include clear patterns for authorization, specifically advising that all operations must be scoped to the authenticated user's ID.
Audit Metadata