backend-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational reference for backend architecture and does not contain malicious instructions or hidden behaviors.
- [SAFE]: Authentication examples correctly use environment variables (e.g.,
process.env.JWT_SECRET) for secret management rather than hardcoding credentials, which is an industry best practice. - [SAFE]: The provided code snippets demonstrate secure development practices, including input validation with Zod, proper authorization checks using JWTs, and structured error handling.
Audit Metadata