What problem does it solve?
Docker environments often ship with insecure defaults such as root-run containers, unpatched images, flat networks, and missing resource limits. This Skill gives an agent structured OWASP Docker Top 6 knowledge to identify, assess, and remediate those container security risks.
Core Features & Use Cases
- Vulnerability Reference Library: Six normative documents covering secure user mapping, patch management, network segmentation, secure defaults and hardening, security contexts, and resource protection.
- Detection and Remediation Guidance: Each reference includes checklists, prevention controls, example attack scenarios, detection commands, and remediation steps.
- Use Case: While reviewing a Dockerfile or deployment configuration, ask the agent to check for OWASP Docker risks; it can flag a missing USER directive, the --privileged flag, or absent memory limits and recommend concrete fixes.
Quick Start
Review my Dockerfile and container deployment configuration against the OWASP Docker Top 6 and list any vulnerabilities with remediation steps.