tmux-processes
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides structured templates for using the
tmuxterminal multiplexer to manage background processes. It includes best practices such as deriving session names from project roots and usingsend-keysto ensure interactive shells initialize correctly with appropriate environment variables and paths. - [PROMPT_INJECTION]: The skill provides patterns for monitoring process output using
tmux capture-pane, which introduces a surface for indirect prompt injection if a managed process generates malicious terminal output. 1. Ingestion points:tmux capture-panecommands in SKILL.md. 2. Boundary markers: Absent in generic output monitoring examples. 3. Capability inventory:tmux send-keysallows for shell command execution. 4. Sanitization: The skill partially mitigates this by recommending the use ofrg(ripgrep) to filter output for specific status indicators rather than reading raw untrusted streams.
Audit Metadata