input-validation-testing
Installation
SKILL.md
Input Validation Testing
Purpose
Test all input points for proper validation and resistance to injection attacks.
When to Use
- API endpoint testing
- Form submission testing
- File upload testing
- Search functionality testing
Process
- Identify all input points
- Test SQL injection
- Test XSS
- Test command injection
- Test file upload attacks