docker-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFECREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [CREDENTIALS_UNSAFE]: The provided
docker-compose.ymlexample includes hardcoded default credentials (POSTGRES_PASSWORD: postgres) and a connection string (DATABASE_URL) for a local development database. - [COMMAND_EXECUTION]: The skill documents various shell commands for container interaction, such as
docker compose exec, and build instructions likenpm ciandwgetwithin the Dockerfile and troubleshooting sections. - [EXTERNAL_DOWNLOADS]: The configuration files reference several external container images from Docker Hub, including
node:22-alpine,postgres:16-alpine,redis:7-alpine, andaxllent/mailpit, which are fetched during the build process.
Audit Metadata