cmux
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides the
cmux sendandcmux send-keycommands, which allow the agent to execute arbitrary shell commands within managed terminal surfaces. This is a core feature for terminal orchestration. - [COMMAND_EXECUTION]: The skill enables arbitrary JavaScript execution within browser surfaces using the
cmux browser evalcommand, which is used for advanced browser automation tasks. - [DATA_EXFILTRATION]: The skill includes capabilities to read terminal output (
cmux read-screen) and browser secrets (cmux browser cookies get). Additionally, thecmux pipe-panecommand can write terminal output history to a specified file, which could involve sensitive data if not managed carefully by the agent. - [PROMPT_INJECTION]: The skill ingests untrusted data from terminal outputs and web pages, creating an attack surface for indirect prompt injection.
- Ingestion points: Terminal output is ingested via
cmux read-screen(documented in SKILL.md), and web content is ingested viacmux browser snapshotandcmux browser get html(documented in references/browser-automation.md). - Boundary markers: Absent. The instructions do not provide delimiters or warnings to the agent regarding instructions that might be embedded in the read terminal or browser content.
- Capability inventory: The skill possesses powerful execution capabilities, including shell command execution (
cmux send) and browser script execution (cmux browser eval). - Sanitization: Absent. There are no instructions for validating or escaping external content before it is processed by the agent.
Audit Metadata