docker-and-orchestration
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a POSIX-compliant shell script located at
scripts/verify-docker-stack.sh. This script is intended to be executed via therun_commandtool to audit project directories for compliance with the Zero-Host-Dependencies standard. The script performs local file system discovery usingfindand inspects file contents usinggrepto validate Docker and Makefile configurations. - [INDIRECT_PROMPT_INJECTION]: The skill exposes an attack surface for indirect prompt injection via its verification script.
- Ingestion points: The
scripts/verify-docker-stack.shscript reads local project files, specificallyMakefile,Dockerfile*,docker-compose.yml, anddocker-compose.dev.yml(located in the user-specified target directory). - Boundary markers: None identified; the script performs raw pattern matching using
grepwithout explicit delimitation for the agent context. - Capability inventory: The script uses
find,grep, andprintf. The agent context utilizesrun_commandto execute the audit andview_fileto read the reference guides. - Sanitization: None; the script processes file contents directly to detect specific strings (e.g.,
USER,FROM,help:). - [SAFE]: The skill demonstrates high security awareness by providing detailed guidelines for container hardening, including the enforcement of
USER 1000:1000to avoid root execution, the use of--ignore-scriptsto mitigate supply chain attacks during dependency installation, and the recommendation of distroless or scratch base images for production environments.
Audit Metadata