Docker Vulnerabilities — Skill Entry
This SKILL.md is the entrypoint for the Docker Vulnerabilities skill.
The skill encodes the OWASP Docker Security Top 6 as structured, machine-readable references that an agent can query to identify, assess, and remediate Docker container security risks.
Normative references (Docker Top 6)
- •00 Vulnerability Index
- •01 Secure User Mapping
- •02 Patch Management Strategy
- •03 Network Segmentation and Firewalling
- •04 Secure Defaults and Hardening
- •05 Maintain Security Contexts
- •06 Resource Protection
Skill layout
- •
SKILL.md— this file (skill entrypoint). - •
references/— the Docker Top 6 normative documents.- •
00-vulnerability-index.md— master index of all vulnerability identifiers, categories, and cross-references. - •
01through06— one document per vulnerability aligned with OWASP Docker Security numbering.
- •
- •
assets/— reusable format and constants blocks.- •
constants/— vulnerability catalog and category definitions.- •
constants-docker-catalog-v1.0.0.md
- •
- •
formats/— output contract examples.- •
format-vulnerability-assessment-v1.0.0.md - •
format-remediation-checklist-v1.0.0.md
- •
- •