nextjs-server-actions
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard Next.js development patterns for Server Actions. It explicitly mandates security measures such as input validation using Zod and performing authorization checks within the action body to prevent common vulnerabilities like IDOR or unauthorized mutations.
- [SAFE]: Data handling instructions emphasize the use of serializable return values and proper error boundaries to prevent sensitive information disclosure (e.g., stack traces or database entities) to the client.
- [SAFE]: Code snippets provided are idiomatic React/Next.js examples and do not contain any obfuscated code, hidden commands, or unauthorized external references.
Audit Metadata