skills/nicknisi/claude-plugins/tmux/Gen Agent Trust Hub

tmux

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides tools for driving tmux terminal panes. It uses a safety denylist in scripts/safe-send.sh to block command sending to sensitive interactive applications like vim, ssh, and top, ensuring the agent only interacts with shells or REPLs.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes terminal history which could contain untrusted content. It mitigates this risk in scripts/run-in-pane.sh by using unique, randomized sentinel tokens to delimit command output.\n
  • Ingestion points: Pane output via capture-pane (documented in SKILL.md and used in scripts).\n
  • Boundary markers: Randomized start/end tokens in run-in-pane.sh.\n
  • Capability inventory: Shell command execution and keystroke simulation.\n
  • Sanitization: Denylist of interactive programs in safe-send.sh.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 02:15 AM
Security Audit — agent-trust-hub — tmux