hf-cmux
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
cmuxCLI to perform various terminal operations, including creating workspaces, splitting panes, and focusing specific terminal areas. It specifically usescmux sendto inject and execute shell commands inside these panes, such as sourcing environment files and launching thehf runprocess. - [PROMPT_INJECTION]: The skill uses
cmux read-screento capture output from the agent dashboard and orchestrator logs into the agent's context. This creates an indirect prompt injection surface where untrusted data (such as logs or task statuses from the swarm) could contain embedded instructions. The ingestion occurs inSKILL.mdwithout explicit boundary markers or sanitization, while the agent possesses the capability to execute further shell commands via thecmuxtool chain. - [CREDENTIALS_UNSAFE]: The skill references the management of sensitive environment variables like
DASHSCOPE_API_KEY,INCEPTION_API_KEY, andZAI_API_KEY. However, it adheres to safe practices by instructing the user to store these in a.envfile and sourcing them locally rather than hardcoding or transmitting them.
Audit Metadata