authentication-testing
Installation
SKILL.md
Authentication Testing
Purpose
Test authentication mechanisms to ensure they properly protect against unauthorized access.
When to Use
- After auth implementation
- Security audits
- Before releases
- After auth changes
Process
- Test valid authentication
- Test invalid credentials
- Test session management
- Test token security
- Test edge cases