cli-setup
Warn
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill instructions include installing a global package
omniroutevianpm install -g. Theupdate --applycommand indicates a mechanism for downloading and executing remote code to update the utility on the host system. - [PERSISTENCE_MECHANISMS]: The skill provides specific subcommands (
autostart enable,autostart disable,autostart toggle) designed to manage the automatic execution of the tool on the host system, which could be used to maintain persistent access. - [DATA_EXPOSURE_AND_EXFILTRATION]: Multiple commands are designed to handle sensitive data. The
setupcommand accepts--api-keyand--passwordflags, and theenv setcommand allows the agent to modify environment variables. Furthermore, theenv show --jsoncommand could potentially expose system secrets to the agent's execution context. - [INDIRECT_PROMPT_INJECTION]: The skill provides an attack surface where untrusted data could influence system-altering commands.
- Ingestion points: Parameters provided to
omniroute env set,omniroute config set, andomniroute setup. - Boundary markers: None identified in the skill instructions.
- Capability inventory: Subprocess calls via the
omnirouteCLI to modify system persistence, manage environment credentials, and install/update global software packages. - Sanitization: No validation or sanitization logic is specified for the input parameters.
Audit Metadata