container-auditlisted
Install: claude install-skill greglas75/zuvo
# zuvo:container-audit
Audit container artifacts (Dockerfile, Containerfile, docker-compose) as **code** for
security defects — running as root, mutable `:latest` bases, secrets baked into layers,
bloated attack surface, known CVEs, and `docker.sock` mounts. Single-pass, read-only.
**When to use:** before shipping a Dockerized service, after editing a Dockerfile or
compose file, periodic container hardening review, pre-deploy gate.
**When NOT to use:** auditing the **live Docker daemon** on a remote host over SSH
(`zuvo:infra-audit` IS9); Docker **build speed / cache** in CI (`zuvo:ci-audit` CI8);
application-code vulnerabilities (`zuvo:security-audit`).
## Mandatory File Loading
Read every file below before starting. Print the checklist.
```
CORE FILES LOADED:
1. ../../shared/includes/codesift-setup.md -- [READ | MISSING -> STOP]
2. ../../shared/includes/env-compat.md -- [READ | MISSING -> STOP]
3. ../../shared/includes/report-output-location.md -- [READ | MISSING -> STOP]
4. ../../shared/includes/severity-vocabulary.md -- [READ | MISSING -> STOP]
5. ../../shared/includes/run-logger.md -- [READ | MISSING -> STOP]
6. ../../shared/includes/retrospective.md -- [READ | MISSING -> STOP]
```
If any file is MISSING, STOP. Do not proceed from memory.
---
## Argument Parsing
| Token | Behavior |
|-------|----------|
| _(empty)_ or `full` | All applicable dimensions, scope = project root |
| `[path]` | Scope t