nextjs-server-actions
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard and secure patterns for implementing Server Actions in Next.js 15 and 16.
- [SAFE]: Input validation is consistently demonstrated using the Zod library, which is a best practice for sanitizing untrusted data from user forms.
- [SAFE]: The authorization examples correctly show how to verify user sessions and roles before performing sensitive operations like data deletion or system updates.
- [SAFE]: The file upload implementation provided is a standard educational example for local development; while production systems would require additional filename sanitization, the code is transparent and contains no malicious intent.
Audit Metadata