What problem does it solve? Building secure, reproducible, production-grade container images requires coordinating Dockerfile design, runtime contracts, hardening, and validation evidence, which is error-prone when done ad hoc. ## Core Features & Use Cases - Dockerfile and Compose Engineering: Create, review, and harden Dockerfiles, Containerfiles, build contexts, .dockerignore rules, and Compose files against explicit build and runtime standards. - Offline-First Auditing: Run scripts/container_audit.py for static source checks, local image inspection, and optional opt-in build, runtime smoke test, and supply-chain evidence collection. - Bounded Runtime Validation: Use scripts/container_smoke_test.py for disposable, resource-limited local container tests with dropped capabilities, no-new-privileges, and verified cleanup. - Use Case: Given a Python service repository, classify the workload, render the typed Dockerfile profile, audit it offline, then run an authorized build and smoke test to produce a documented runtime contract. ## Quick Start Use the container skill to review the Dockerfile and compose.yaml in this repository and report hardening findings with a runtime contract.