tmux
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
tmuxto manage sessions, panes, and send keystrokes to interactive processes. SKILL.md: Demonstrates orchestration of interactive tools like Claude Code and Python REPLs viatmux send-keys.scripts/find-sessions.sh: Usestmux list-sessionsto enumerate sessions on specific or all sockets.scripts/wait-for-text.sh: Usestmux capture-paneto monitor pane output against a specific regex or string pattern.- [SAFE]: The execution of
tmuxcommands is the primary and documented purpose of the skill. It uses socket isolation (-S) and literal key sending (-l) to manage sessions securely within the execution environment.
Audit Metadata