infra-docker
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill includes default development credentials such as 'POSTGRES_PASSWORD: postgres' and 'PGADMIN_DEFAULT_PASSWORD: admin' within Docker Compose configuration examples. These are standard for local development environments and are accompanied by instructions to use secure passwords in production.
- [COMMAND_EXECUTION]: The skill provides patterns for executing local infrastructure commands, including 'docker compose' for container management and 'psql' for database operations. These commands are essential for the stated purpose of managing a local development environment.
- [EXTERNAL_DOWNLOADS]: The skill references official Docker images from well-known repositories, including PostgreSQL, Redis, pgAdmin, and Minio. These are trusted sources for infrastructure components.
Audit Metadata