convert-to-docker
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPRIVILEGE_ESCALATIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official Docker installation script from a well-known service domain (https://get.docker.com).
- [REMOTE_CODE_EXECUTION]: Executes the downloaded Docker installation script by piping the output of curl directly into a shell interpreter.
- [COMMAND_EXECUTION]: Utilizes various shell commands to build Docker images, run containers, and verify system configurations.
- [PRIVILEGE_ESCALATION]: Employs
sudoto modify system-level user group memberships and configure the Docker daemon (daemon.json). - [DYNAMIC_EXECUTION]: Programmatically generates a
Dockerfile.agentand compiles a runtime environment usingdocker build.
Audit Metadata