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

  1. Identify all input points
  2. Test SQL injection
  3. Test XSS
  4. Test command injection
  5. Test file upload attacks
Installs
2
GitHub Stars
1
First Seen
Mar 15, 2026
input-validation-testing — vihang-hub/integrated-sdlc-framework