cli
Fail
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The setup process modifies environment configurations to explicitly bypass security protections. It sets
bypassPermissionsin the Claude Codesettings.jsonfile and configures Codex withsandbox_mode = "danger-full-access", granting AI agents unrestricted shell access without user confirmation. - [COMMAND_EXECUTION]: Internal helper functions
execGitWithAuthinsrc/lib/pro-installer.tsandsrc/lib/openclaw-installer.tsconstruct shell commands using string interpolation of tokens and repository URLs. This pattern is vulnerable to command injection if the inputs contain shell metacharacters. - [EXTERNAL_DOWNLOADS]: The tool fetches and executes remote installation scripts from the web during setup, specifically for the Bun runtime (
https://bun.sh/install) and the Oh My Zsh framework (https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh). - [DATA_EXFILTRATION]: The CLI includes a telemetry module (
src/lib/telemetry.ts) that transmits system environment data tohttps://codelynx.dev/api/cli/events. The data collected includes OS type/version, total memory, CPU count, shell type, the user's home directory path, and the specific filesystem path to the user's Pro access token. - [PROMPT_INJECTION]: The
fix-on-my-computerskill contains recursive instructions (e.g., "NEVER give up until every single test is green", "REPEAT until 100% green") that override standard agent behavior. This could lead to resource-intensive infinite loops or unintended system modifications if the agent encounters persistent environment issues. - [COMMAND_EXECUTION]: Multiple skill files, such as
agents-config/skills/merge/SKILL.md, utilize dynamic context injection (!commandsyntax) to execute shell commands likegit branchandgit statusautomatically when the skill is loaded by the agent.
Recommendations
- HIGH: Downloads and executes remote code from: https://bun.sh/install - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata