docker-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a comprehensive reference guide for Docker patterns. It provides instructional templates rather than executable logic.
- [CREDENTIALS_UNSAFE]: The documentation contains default credentials (e.g.,
POSTGRES_PASSWORD: postgres) and local development connection strings. These are clearly identified as boilerplate for local environments, and the skill includes an 'Anti-Patterns' section specifically warning against hardcoding secrets in production. - [EXTERNAL_DOWNLOADS]: The templates reference official and well-known Docker images (e.g.,
node:22-alpine,postgres:16-alpine,redis:7-alpine,axllent/mailpit). These are standard images for development and do not constitute a security risk. - [COMMAND_EXECUTION]: The skill provides examples of standard Docker CLI commands (e.g.,
docker compose up,docker compose exec) for developer reference. No automated or hidden command execution patterns were found.
Audit Metadata