# Scripts Bundled resources for input-validation-scanner skill - [ ] codeql_scan.sh: Executes CodeQL to scan the code for input validation vulnerabilities. Requires CodeQL CLI to be installed. - [ ] semgrep_scan.sh: Executes Semgrep to scan the code for input validation vulnerabilities. Requires Semgrep CLI to be installed. - [ ] dependency_check.py: Python script to check for vulnerable dependencies that could lead to input validation issues. Requires a requirements.txt file.