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 sudo to modify system-level user group memberships and configure the Docker daemon (daemon.json).
  • [DYNAMIC_EXECUTION]: Programmatically generates a Dockerfile.agent and compiles a runtime environment using docker build.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 4, 2026, 12:30 PM
Security Audit — agent-trust-hub — convert-to-docker