promovaweb-devops-docker
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute various Docker CLI commands (
docker version,docker info,docker node ls,docker network ls,docker network inspect,docker volume ls,docker service ls,docker stack ls) to collect environment data for auditing. - [COMMAND_EXECUTION]: Provides a command to create a Docker overlay network (
docker network create --driver=overlay --attachable network_swarm_public) if the required network is missing during the audit. - [COMMAND_EXECUTION]: Lists Docker maintenance commands (
docker system prune) in the documentation section, though it includes a specific safety instruction to only suggest these commands and not execute them automatically.
Audit Metadata