security-zap-scan
Installation
SKILL.md
OWASP ZAP Baseline Security Scan
Run a ZAP baseline security scan against the local application.
Workflow
-
Check prerequisites:
- Verify Docker is installed and running:
docker info - Check if
scripts/zap-baseline.shexists in the project
- Verify Docker is installed and running:
-
Execute scan:
- If the script exists, run:
bash scripts/zap-baseline.sh - If the script does not exist, inform the user that this project does not have a ZAP baseline scan configured
- If the script exists, run: