tmux-sessions
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script executes tmux commands to manage sessions and windows. It includes functionality to send keystrokes to panes and capture their output. This is the primary intended purpose of the skill and is implemented with standard tmux utility calls in scripts/tmux-session.sh.
- [PROMPT_INJECTION]: Potential for Indirect Prompt Injection through processed data. Ingestion points: User-supplied command strings passed to the send subcommand in scripts/tmux-session.sh. Boundary markers: The script uses the -- delimiter to separate command arguments from script options. Capability inventory: The skill can execute arbitrary shell commands via tmux send-keys and read terminal history via tmux capture-pane (defined in scripts/tmux-session.sh). Sanitization: The send command utilizes the tmux -l (literal) flag to prevent the interpretation of tmux command sequences within the input string.
Audit Metadata