tmux
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted output from terminal sessions, creating a surface for indirect prompt injection.
- Ingestion points: The agent reads terminal content using
tmux capture-pane(documented inSKILL.mdand implemented inscripts/wait-for-text.sh). - Boundary markers: There are no specific instructions or delimiters to help the agent distinguish between process output and system instructions.
- Capability inventory: The agent can perform read/write cycles by using
tmux send-keysto respond to captured output. - Sanitization: Content retrieved from terminal panes is processed without explicit sanitization or filtering.
- [COMMAND_EXECUTION]: The skill facilitates the execution of arbitrary commands within tmux sessions.
- It uses
tmux send-keysto relay text, control sequences, and special keys to terminal panes. - It includes helper scripts
scripts/find-sessions.shandscripts/wait-for-text.shto automate the discovery of and waiting for specific states in terminal sessions.
Audit Metadata