cmux-settings
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard configuration management practices for the cmux application.
- [COMMAND_EXECUTION]: The bundled helper script includes a command to open the configuration file in a user-defined text editor. This functionality is common in configuration tools and uses standard environment variables ($EDITOR) safely via shlex splitting and subprocess execution.
- [DATA_EXPOSURE]: The skill reads from and writes to
~/.config/cmux/cmux.json. While this file contains application preferences, including optional automation passwords, the skill does not contain any logic for transmitting this information over a network and strictly limits its operations to the local filesystem.
Audit Metadata