Back to Skills

dast-zap

majiayu000
Updated 23 days ago
18 views
58
9
58
View on GitHub
Otherdastzapweb-securityowaspvulnerability-scanningapi-testingpenetration-testing

About

This skill performs dynamic application security testing (DAST) using OWASP ZAP to detect vulnerabilities like XSS and SQL injection in running web applications and APIs. It supports both passive and active scanning, authenticated testing, and integrates into CI/CD pipelines via Docker. The tool generates compliance-ready security reports mapped to OWASP Top 10 and CWE standards.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dast-zap

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/dast-zap
0

Related Skills

api-spectral

Other

This skill uses Spectral to lint and validate API specifications (OpenAPI, AsyncAPI, Arazzo) for security flaws and design issues. It checks against standards like OWASP API Top 10 and allows custom rule creation for governance. Use it to enforce security and design policies directly within your API development and CI/CD pipelines.

View skill

api-mitmproxy

Other

This Claude Skill provides an interactive HTTPS proxy for API security testing, enabling traffic interception, modification, and replay across HTTP/1-3 and WebSockets. It includes a Python scripting API for automation and supports multiple interfaces for debugging and testing API communications. Use it for security analysis, modifying requests/responses, and recording traffic for replay or HAR export.

View skill

sast-bandit

Other

This Claude Skill scans Python code for security vulnerabilities using Bandit SAST, detecting issues like hardcoded secrets, SQL injection, and insecure APIs. It generates security reports with severity classifications for CI/CD pipelines and provides remediation guidance with CWE/OWASP references. Use it to enforce Python security best practices during development workflows.

View skill

dast-nuclei

Other

dast-nuclei is a template-based vulnerability scanner that uses ProjectDiscovery's Nuclei to rapidly test for CVEs, OWASP Top 10 issues, and misconfigurations across web apps, APIs, and infrastructure. It's ideal for automated security checks in CI/CD pipelines and for scanning multiple targets with customizable severity thresholds. Developers can also create custom templates for organization-specific security patterns.

View skill