owasp-zap

Installation
SKILL.md

OWASP ZAP (Zed Attack Proxy)

OWASP ZAP is the world's most widely used free web app scanner. It is perfect for developers and functional testers who are new to penetration testing, as well as automated CI/CD pipelines.

When to Use

  • CI/CD Automation: "DAST in the pipeline". Run a baseline scan on every PR.
  • Budget constraints: It's free and open-source (vs Burp Pro's license).
  • Headless Scanning: Controlling the scanner via API or CLI (Docker).

Quick Start (Docker)

# Run a quick scan against a URL
docker run -t owasp/zap2docker-stable zap-baseline.py -t https://www.example.com

Core Concepts

Related skills
Installs
1
GitHub Stars
7
First Seen
Feb 10, 2026