tmux
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local
tmuxcommands to manage sessions, windows, and panes. This is the core intended functionality of the skill and is performed using standard CLI patterns. - [COMMAND_EXECUTION]: Provides helper scripts (
find-sessions.sh,wait-for-text.sh) that wraptmuxcalls for session discovery and output monitoring. These scripts include appropriate argument validation and safe shell practices (e.g.,set -euo pipefail). - [DATA_EXPOSURE]: The skill accesses
/tmpor a user-definedCLAWDBOT_TMUX_SOCKET_DIRto store tmux sockets. This is standard behavior for managing isolated tmux servers and does not involve accessing sensitive system credentials or private user data.
Audit Metadata