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, and zod.
  • [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 with zod, and rate limiting with express-rate-limit to prevent brute-force attacks.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 04:37 AM
Security Audit — agent-trust-hub — auth-implementation-patterns