docker-web
Warn
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: Hardcoded database credentials are included in multiple Docker Compose templates, including those intended for production-like environments.
- Evidence:
SKILL.mdcontainsPOSTGRES_PASSWORD: passwordandDATABASE_URL=postgres://user:password@db:5432/myappin thedocker-compose.ymlanddocker-compose.prod.ymlexamples. - [COMMAND_EXECUTION]: The Traefik configuration pattern recommends mounting the Docker host socket, which is a high-risk practice.
- Evidence:
references/patterns.mdcontains a Traefik configuration with `volumes: - /var/run/docker.sock:/var/run/docker.sock`. Mounting the Docker socket grants the container root-equivalent control over the host Docker daemon, facilitating potential container escape and host compromise.
Audit Metadata