auth-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides high-quality security guidelines and code examples for implementing authentication.
- [SAFE]: External dependencies referenced (next-auth, bcryptjs, jsonwebtoken) are standard, well-known libraries in the web development ecosystem.
- [SAFE]: Sensitive information like API keys and client secrets are handled via environment variables (process.env) rather than being hardcoded.
- [SAFE]: Includes implementations for critical security features such as password hashing with 12 salt rounds, rate limiting, and CSRF protection.
Audit Metadata