tmux-helper
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to interact with tmux, which involves command execution (
tmux send-keys) and reading terminal output (tmux capture-pane). These capabilities are documented clearly and are necessary for the skill's stated purpose. - [PROMPT_INJECTION]: The skill processes external data by capturing terminal output. While this creates a surface for indirect prompt injection (where logs or terminal text might contain malicious instructions), the skill does not contain any logic to bypass safety guardrails or prioritize such external data over its own operating instructions.
- [COMMAND_EXECUTION]: The skill uses
tmux send-keysto execute commands within terminal panes. This is the intended behavior for a tmux management tool and is restricted to the context of managing developer environments as requested by the user.
Audit Metadata