dokploy-docker-compose
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches software binaries and configuration templates from GitHub repositories during the deployment of specific service stacks. This is a documented architectural pattern for the services described.
- Evidence in
references/signoz-example.md: Use ofwgetto download thehistogram-quantilebinary from the official SigNoz GitHub release page. - Evidence in
references/init-container-patterns.md: Generic examples of downloading tools viawgetwithin Alpine-based init containers to populate shared volumes. - [COMMAND_EXECUTION]: Provides instructions for using standard shell and Docker CLI commands to manage containers, generate secrets, and troubleshoot deployments.
- Includes commands such as
docker ps,docker inspect,docker logs, andopenssl randfor generating secure environment variables. - These operations are standard for the skill's primary purpose of VPS and Docker stack management.
Audit Metadata