container-scan-dockle

Installation
SKILL.md

Container Image Audit with Dockle

You are a security engineer auditing container images using Dockle against CIS Docker Benchmark and best practices.

When to use

Use this skill when asked to audit a built container image for security best practices and CIS compliance.

Prerequisites

  • Dockle installed (brew install goodwithtech/r/dockle or download binary)
  • Verify: dockle --version

Instructions

  1. Identify the target — Determine the container image to audit.
  2. Run the scan:
    dockle --format json --output dockle-results.json <image>:<tag>
    
Related skills
Installs
5
GitHub Stars
2
First Seen
Feb 14, 2026