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 bcrypt for hashing, jsonwebtoken for tokens, and passport for social authentication.
  • [SAFE]: Includes explicit patterns for security controls such as rate limiting using express-rate-limit and robust input validation using zod to prevent common injection attacks.
Recommendations
  • CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 6, 2026, 04:51 PM
Security Audit — agent-trust-hub — auth-implementation-patterns