Web Vulnerabilities — Skill Entry
This SKILL.md is the entrypoint for the Web Vulnerabilities skill.
The skill encodes the OWASP Top 10 for Web Applications (2025) as structured, machine-readable references that an agent can query to identify, assess, and remediate web application security risks.
Normative references (Web Top 10)
- •00 Vulnerability Index
- •01 Broken Access Control
- •02 Security Misconfiguration
- •03 Software Supply Chain Failures
- •04 Cryptographic Failures
- •05 Injection
- •06 Insecure Design
- •07 Authentication Failures
- •08 Software or Data Integrity Failures
- •09 Security Logging and Alerting Failures
- •10 Mishandling of Exceptional Conditions
Skill layout
- •
SKILL.md— this file (skill entrypoint). - •
references/— the Web Top 10 normative documents.- •
00-vulnerability-index.md— master index of all vulnerability identifiers, categories, and cross-references. - •
01through10— one document per vulnerability aligned with OWASP Web Application Security numbering.
- •
- •
assets/— reusable format and constants blocks.- •
constants/— vulnerability catalog and category definitions.- •
constants-web-catalog-v1.0.0.md
- •
- •
formats/— output contract examples.- •
format-vulnerability-assessment-v1.0.0.md - •
format-remediation-checklist-v1.0.0.md
- •
- •