tmux
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard terminal management functionality using tmux. All shell scripts follow secure coding practices, including using
set -euo pipefailto prevent execution errors and utilizing the--separator intmux send-keysto prevent command injection from user-provided arguments. - [SAFE]: Socket management uses a dedicated directory (
OTTO_TMUX_SOCKET_DIR) with fallback to system temporary directories, ensuring isolated and identifiable session environments. - [SAFE]: The functionality is appropriately scoped to interactive TTY management on supported operating systems (Linux and macOS) as specified in the frontmatter.
Audit Metadata