Scan Report
0 /100
smux
Cross-pane messaging for tmux. Use tmux-bridge command to send messages between panes labeled p1, p2, p3...
Pure documentation-only skill with no executable code. Describes a legitimate tmux cross-pane messaging CLI. All declared capabilities match the documentation.
Safe to install
No action needed. This is a documentation-only skill referencing the external tmux-bridge CLI binary.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in any markdown document |
| Network | NONE | NONE | — | No network requests documented or implied |
| Shell | NONE | NONE | — | No shell scripts present; tmux-bridge is an external CLI (requires bash/tmux ext… |
| Environment | NONE | NONE | — | No environment variable access documented |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation documented |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 6.6 KB · 186 lines Markdown 3f · 186L
├─
▾
references
│ ├─
tmux-bridge.md
Markdown
│ └─
tmux.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present — only 3 markdown documentation files
✓ All functionality clearly documented in SKILL.md with no hidden behavior
✓ No sensitive file access (.ssh, .env, credentials)
✓ No network requests or data exfiltration patterns
✓ No obfuscation or encoded payloads
✓ No dependency files that could introduce supply chain risks
✓ tmux-bridge is a documented CLI tool for legitimate tmux session/pane management
✓ The skill requires tmux as an external binary — no bundled malicious code