docker-compose-basics
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE] (SAFE): Detected placeholder credentials like 'POSTGRES_PASSWORD: secret' and template variables like 'API_KEY=${API_KEY}' within code blocks. These are standard documentation practices for templates and do not represent a credential leak or unsafe storage of secrets.
- [COMMAND_EXECUTION] (SAFE): Includes reference commands for the Docker Compose CLI (e.g., 'docker compose up', 'docker compose exec'). These are presented as static documentation for the user and are not part of an automated or malicious execution flow.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard public Docker images (nginx:latest, postgres:15). These are well-known images from the official Docker Hub registry and are appropriate for the skill's stated purpose.
Audit Metadata