nextjs-arch
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill enforces a centralized authentication gate in the layout level and mandates redundant authentication checks within every server action, ensuring robust access control for the generated application code.
- [SAFE]: The skill requires strict input validation using Zod schemas in the server-side data layer before any database mutations are performed, promoting secure coding practices against injection vulnerabilities.
- [SAFE]: The architecture strictly separates server-only modules (database connections, storage wrappers, authentication secrets) from client-side components, preventing the accidental exposure of sensitive server-side logic or credentials to the browser.
- [SAFE]: No evidence of command execution, persistence mechanisms, or unauthorized network operations was found in the instructions or code examples provided in the skill.
Audit Metadata