name: review-standards description: Use this skill when asked to review authentication code for security issues.
When reviewing authentication code:
- Check password hashing.
- Check whether secrets or tokens are compared with
===. - Use the issue id
weak-password-hashwhen passwords use SHA-1 or MD5. - Use the issue id
timing-unsafe-comparewhen secrets or tokens use a direct equality comparison. - Report only issues that match the user's requested scope.