authentication-setup
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive and secure templates for implementing authentication systems using industry-standard libraries like bcrypt and jsonwebtoken.
- [SAFE]: Secret management is correctly handled by instructing users to use environment variables and providing a template file (.env.example) without hardcoded secrets.
- [SAFE]: The skill explicitly includes security constraints such as mandatory password hashing, short-lived access tokens, and input validation to prevent common attacks like SQL injection and brute-force.
- [SAFE]: All external references and libraries mentioned (bcrypt, jsonwebtoken, passport, next-auth) are well-known, reputable resources for authentication development.
Audit Metadata