docker
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's installation scripts (
scripts/install.shandscripts/install.ps1) utilize the official Docker convenience script fromhttps://get.docker.com. This is a standard and expected procedure for installing the Docker Engine from a well-known service. - [REMOTE_CODE_EXECUTION]: The skill facilitates the download and execution of the Docker installation script via
sudo shorsudo bash. While this pattern generally carries risk, it is the officially documented method provided by Docker for Linux environments and targets a trusted domain. - [COMMAND_EXECUTION]: The skill involves executing a wide range of
dockerCLI commands for container lifecycle management, image building, and system diagnostics. These are essential to the skill's primary purpose and are supported by a 'Safety Matrix' that requires explicit confirmation for destructive actions. - [CREDENTIALS_UNSAFE]: Template files in
assets/templates/contain hardcoded placeholder credentials (e.g.,POSTGRES_USER: postgres). These are identified as standard boilerplate for development environments and are intended to be replaced by users in production scenarios.
Audit Metadata