owasp-top-10-scan

Scans web applications for OWASP Top 10 vulnerabilities using ZAP and Nuclei.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Tcuzzo/HydraAgent_public --skill owasp-top-10-scan-tcuzzo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: owasp-top-10-scan
Source: https://github.com/Tcuzzo/HydraAgent_public/tree/main/hydra/schemes/bundles/security/skills/owasp-top-10-scan
Command: npx skills add https://github.com/Tcuzzo/HydraAgent_public --skill owasp-top-10-scan-tcuzzo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Web applications often ship with undetected vulnerabilities like SQL injection, XSS, and broken authentication. This Skill automates a structured OWASP Top 10 security audit so teams can find and remediate weaknesses before release or compliance review. ## Core Features & Use Cases - Automated Vulnerability Scanning: Runs OWASP ZAP active scans and Nuclei templates covering injection, XSS, misconfiguration, and authentication flaws. - Manual Testing Support: Generates test cases, payloads, and reproduction steps for penetration testers to verify findings. - Categorized Reporting: Maps findings to OWASP Top 10 categories with CVSS scores, severity ratings, and remediation guidance in executive and technical reports. - Use Case: Before a major release, point the Skill at your staging environment to detect a SQL injection in the search endpoint, weak password policies, and security misconfigurations, then receive a remediation plan. ## Quick Start Scan my staging application at https://staging.example.com for OWASP Top 10 vulnerabilities and generate a report with remediation guidance.

Frequently Asked Questions about owasp-top-10-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan a web application for OWASP Top 10 vulnerabilities?▼

Provide the target URL and the Skill crawls the application, runs OWASP ZAP active scans and Nuclei templates, then reports findings categorized by OWASP Top 10 with CVSS scores and remediation guidance.

What tools are used for automated web vulnerability scanning?▼

This Skill uses OWASP ZAP for active scanning, Nuclei templates for OWASP Top 10 detection, and the Burp Suite API for extended testing. Wappalyzer identifies technologies during reconnaissance.

Does the scan cover APIs and GraphQL endpoints?▼

Yes, the reconnaissance phase maps API endpoints and GraphQL schemas alongside standard web endpoints, so injection and access control testing covers those surfaces as well.

How are false positives handled in vulnerability scan results?▼

The evaluation framework targets a false positive rate of 0.04 and a detection rate of 0.96. Findings include reproduction steps and proof-of-concept suggestions so testers can manually verify each issue.

When should I run an OWASP Top 10 security scan?▼

Run it before major releases, when compliance requires OWASP coverage, after significant feature changes, or as part of penetration testing support against staging environments.