auth-implementation-patterns
Fail
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: CRITICAL
Full Analysis
- [SAFE]: The skill serves as a documentation and implementation guide for authentication patterns. All code snippets follow security best practices.
- [SAFE]: Sensitive configuration data (secrets, keys, database URLs) are correctly handled through environment variables (e.g.,
process.env.JWT_SECRET) rather than being hardcoded. - [SAFE]: The skill promotes the use of well-known, established security libraries such as
bcryptfor hashing,jsonwebtokenfor tokens, andpassportfor social authentication. - [SAFE]: Includes explicit patterns for security controls such as rate limiting using
express-rate-limitand robust input validation usingzodto prevent common injection attacks.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
Audit Metadata