Skill Detail

ZAP Automated Security Scan Orchestrator

Orchestrates OWASP ZAP security scans via the ZAP API with automated spider, active scanner, and authentication sequence configuration. Generates compliance reports mapped to OWASP Top 10 and exports findings in SARIF and JUnit XML formats.

Security & VerificationCodex
Security & Verification Codex Security Reviewed
Tool match: owasp โญ 15k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill zap-automated-security-scan-orchestrator Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Java or Docker
Install & setup
docker pull ghcr.io/zaproxy/zaproxy:stable
Author
OWASP ZAP
Last updated
Mar 24, 2026
Quick brief

The ZAP Automated Security Scan Orchestrator manages end-to-end dynamic application security testing using OWASP ZAP through its REST API. It configures and executes multi-phase scan workflows starting with traditional and AJAX spider discovery, followed by passive analysis and targeted active scanning against discovered endpoints.

How it works

What this skill actually does

Authentication handling supports multiple schemes including form-based login with anti-CSRF token extraction, OAuth 2.0 bearer token injection, and session cookie management through ZAP authentication scripts. Scan policies are customizable per engagement type with tunable scanner strength and threshold settings for balancing thoroughness against scan duration.

The orchestrator maps findings to OWASP Top 10 categories with remediation guidance and severity ratings adjusted for application context. Output formats include HTML reports for stakeholder review, SARIF for GitHub Advanced Security integration, JUnit XML for CI pipeline quality gates, and JSON for programmatic processing. Baseline scan profiles enable regression testing in CI where new findings break the build while known accepted risks are suppressed. ZAP marketplace add-ons are managed declaratively for consistent scan capabilities across environments.