Skip to main content

tmux

Enables remote control of tmux sessions for interactive command-line interfaces, enhancing productivity in development environments.

Install this skill

or
43/100

Security score

The tmux skill was audited on Jun 13, 2026 and we found 9 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49```bash
high line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74- Agents MUST place tmux sockets under `CLAUDE_TMUX_SOCKET_DIR` (defaults to `${TMPDIR:-/tmp}/claude-tmux-sockets`) and use `tmux -S "$SOCKET"` so we can enumerate/clean them. Create the dir first: `m
high line 86

Template literal with variable interpolation in command context

SourceSKILL.md
86- Scan all sockets under the shared directory: `~/.dotfiles/home/common/programs/pi-coding-agent/skills/tmux/scripts/find-sessions.sh --all` (uses `CLAUDE_TMUX_SOCKET_DIR` or `${TMPDIR:-/tmp}/claude-t
medium line 12

Access to hidden dotfiles in home directory

SourceSKILL.md
12**Script location:** `~/.dotfiles/home/common/programs/pi-coding-agent/skills/tmux/scripts/`
medium line 85

Access to hidden dotfiles in home directory

SourceSKILL.md
85- List sessions on your active socket with metadata: `~/.dotfiles/home/common/programs/pi-coding-agent/skills/tmux/scripts/find-sessions.sh -S "$SOCKET"`; add `-q partial-name` to filter.
medium line 86

Access to hidden dotfiles in home directory

SourceSKILL.md
86- Scan all sockets under the shared directory: `~/.dotfiles/home/common/programs/pi-coding-agent/skills/tmux/scripts/find-sessions.sh --all` (uses `CLAUDE_TMUX_SOCKET_DIR` or `${TMPDIR:-/tmp}/claude-t
low line 113

Access to hidden dotfiles in home directory

SourceSKILL.md
113~/.dotfiles/home/common/programs/pi-coding-agent/skills/tmux/scripts/wait-for-text.sh -t "$SESSION":0.0 -p '^>>>' -T 15 -l 4000
medium line 131

Access to hidden dotfiles in home directory

SourceSKILL.md
131`~/.dotfiles/home/common/programs/pi-coding-agent/skills/tmux/scripts/wait-for-text.sh` polls a pane for a regex (or fixed string) with a timeout. Works on Linux/macOS with bash + tmux + grep.
low line 134

Access to hidden dotfiles in home directory

SourceSKILL.md
134~/.dotfiles/home/common/programs/pi-coding-agent/skills/tmux/scripts/wait-for-text.sh -t session:0.0 -p 'pattern' [-F] [-T 20] [-i 0.5] [-l 2000]
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →
GitHub Stars 221
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
megalithic/dotfiles