Files
gh-jeremylongshore-claude-c…/skills/input-validation-scanner/scripts/README.md
2025-11-30 08:22:16 +08:00

485 B

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.