auth-implementation-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for implementing authentication and authorization patterns. It uses industry-standard libraries such as
jsonwebtoken,passport,bcrypt, andzod. - [SAFE]: All sensitive configurations (API keys, secrets, database URLs) are handled via environment variables (
process.env), which is a security best practice. No hardcoded credentials were found. - [SAFE]: The code snippets provided explicitly include security protections such as password hashing with
bcrypt, input validation withzod, and rate limiting withexpress-rate-limitto prevent brute-force attacks.
Audit Metadata