cmux
Fail
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use
sudofor creating symbolic links in system-level directories (/usr/local/bin/cmux), which constitutes privilege escalation. - [EXTERNAL_DOWNLOADS]: The skill directs the installation of external software and AI agent skills from the 'manaflow-ai' organization using
brewandnpx. These are external, non-trusted sources. - [REMOTE_CODE_EXECUTION]: The command
cmux browser evalallows for the execution of arbitrary JavaScript within controlled WKWebView browser surfaces, enabling dynamic code execution. - [CREDENTIALS_UNSAFE]: The skill provides commands to export browser session states, including cookies and authentication data, to local files (
cmux browser state save /tmp/auth.json), which could lead to credential exposure if accessed by unauthorized processes. - [PROMPT_INJECTION]: The skill establishes a significant attack surface for indirect prompt injection by ingesting untrusted data from terminal screens and browser content (
cmux read-screen,cmux browser snapshot) and using it to drive sensitive capabilities such as command execution (cmux send) and browser manipulation without explicit sanitization or boundary markers.
Recommendations
- AI detected serious security threats
Audit Metadata