init
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill installs the
terse-clipackage globally using npm and executesnpx create-terseto bootstrap the local environment. These are vendor-provided tools for the Terse platform. - [COMMAND_EXECUTION]: Shell commands are used to initialize projects, manage Docker containers, and configure the CLI. User-provided arguments from
$ARGUMENTSare interpolated into shell commands (e.g.,terse init <project-name>). The setup process also modifies shell configuration files (~/.zshrcor~/.bashrc) to export environment variables. - [EXTERNAL_DOWNLOADS]: The skill fetches packages from the npm registry and pulls Docker images from
us-central1-docker.pkg.devto set up the self-hosted control plane. These sources are consistent with the vendor's documented infrastructure.
Audit Metadata