概要
The Input Validation Scanner is a specialized security tool for Claude Code that automates the detection of input-related vulnerabilities such as Cross-Site Scripting (XSS) and SQL injection. By analyzing how user-provided data flows through an application, it identifies missing sanitization, improper parameterization, and insufficient validation patterns. It is particularly useful during code reviews, security audits, or when hardening legacy systems, providing developers with actionable reports and remediation steps to strengthen their application's security posture against common web exploits.