hiclaw-collaborative-agent-os
Fail
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs users to download and execute shell scripts directly from an external domain (
higress.ai) using thebash <(curl ...)pattern. This allows the remote server to execute arbitrary commands on the user's host machine without verification. - [REMOTE_CODE_EXECUTION]: For Windows users, the skill suggests using PowerShell's
Invoke-Expression(iex) to download and run a script fromhttps://higress.ai/hiclaw/install.ps1. This method bypasses execution policies and runs unverified code from a remote source. - [EXTERNAL_DOWNLOADS]: The installation process involves adding and fetching resources from multiple external locations, including a remote Helm repository at
higress.ioand community-contributed skills fromskills.sh, introducing unverifiable third-party code into the infrastructure. - [COMMAND_EXECUTION]: The skill requires administrative-level operations, such as modifying PowerShell execution policies (
Set-ExecutionPolicy Bypass) and performing deep system integrations with Docker and Kubernetes that necessitate elevated privileges. - [CREDENTIALS_UNSAFE]: Multiple Helm installation examples guide users to pass sensitive information, such as
llmApiKeyandadminPassword, directly as command-line arguments using the--setflag. This practice exposes secrets in the system's process list and shell history. - [PROMPT_INJECTION]: The skill's architecture relies on ingesting untrusted data from Matrix rooms, GitHub repositories, and local filesystems. Because this data is processed by agents with capabilities like code execution (Hermes runtime) and filesystem access (MCP), it creates a significant surface for indirect prompt injection attacks.
Recommendations
- HIGH: Downloads and executes remote code from: https://higress.ai/hiclaw/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata