docker-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource for Docker best practices and does not contain any executable code or malicious instructions. It explicitly promotes security hardening techniques, such as:
- Using non-root users in Dockerfiles (
USER appuser). - Dropping container capabilities (
cap_drop: ALL). - Implementing read-only filesystems.
- Using
.dockerignoreto prevent sensitive files like.envfrom being included in image layers. - Explicitly warning against hardcoding secrets (e.g.,
API_KEY) in image layers or configuration files. - [CREDENTIALS_UNSAFE]: While the skill contains example credentials (e.g.,
POSTGRES_PASSWORD: postgres), these are used strictly as local development placeholders in documentation and do not represent a security risk. The skill also explicitly identifies hardcoding real secrets as an anti-pattern.
Audit Metadata