tmux
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill enables the agent to execute arbitrary shell commands in background terminal sessions using
tmux send-keys. This functionality is the primary purpose of the skill, intended for managing long-running tasks such as development servers, continuous builds, and remote SSH connections that exist outside the agent's direct execution context. - [PROMPT_INJECTION]: The skill introduces an indirect prompt injection surface by reading external process output into the agent's context through
tmux capture-pane(found in SKILL.md). Ingested data from sources like server logs or remote shells could theoretically contain instructions intended to influence the agent. Following the mandatory evidence chain: 1) Ingestion points: terminal output captured viacapture-pane; 2) Boundary markers: absent in code but safety warnings are provided in prose; 3) Capability inventory: full shell access viasend-keys; 4) Sanitization: the skill recommends manual cleanup of ANSI escape sequences usingsed. The risk is further mitigated by explicit documentation advising the agent not to automatically respond to security-sensitive prompts like sudo passwords or SSH host key verifications.
Audit Metadata