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 tmux terminal multiplexer to manage background processes. It includes best practices such as deriving session names from project roots and using send-keys to 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-pane commands in SKILL.md. 2. Boundary markers: Absent in generic output monitoring examples. 3. Capability inventory: tmux send-keys allows for shell command execution. 4. Sanitization: The skill partially mitigates this by recommending the use of rg (ripgrep) to filter output for specific status indicators rather than reading raw untrusted streams.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 25, 2026, 11:34 PM