auth-skill
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill outlines standard industry practices for secure user authentication, including registration and login workflows.
- [SAFE]: It correctly advises against storing plain-text passwords and recommends modern hashing algorithms such as bcrypt, argon2, or scrypt.
- [SAFE]: Code snippets demonstrate secure implementation by using environment variables for sensitive data like JWT secrets.
- [SAFE]: The guidance includes critical security considerations such as token expiration, HTTPS usage, and secure OAuth integration.
Audit Metadata