docker-helper
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard instructional content for Dockerfile and docker-compose creation. The examples use generic placeholders for credentials (e.g., 'user', 'pass') and include explicit instructions to avoid hardcoding secrets in production environments.
- [SAFE]: The instructions promote security best practices, including the use of multi-stage builds to reduce image attack surface and the implementation of non-root users within containers.
- [SAFE]: The diagnostic commands provided (e.g.,
docker logs,docker inspect) are standard administrative tools for container troubleshooting and are presented as manual steps for a user to follow.
Audit Metadata