docker-syntax-cli-containers
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for Docker CLI commands (
run,exec,logs,inspect, etc.). It contains no executable scripts, remote downloads, or automated actions. - [SAFE]: Includes an extensive 'Anti-Patterns' reference that explicitly warns against high-risk behaviors such as using the
--privilegedflag, running containers as root, mounting the Docker socket, and hardcoding secrets in environment variables. - [SAFE]: Documentation follow industry standards for secure container management, recommending the use of specific Linux capabilities (
--cap-add/--cap-drop), non-root users, and resource limits.
Audit Metadata