skills/tokenrhythm/opensquilla/tmux/Gen Agent Trust Hub

tmux

Pass

Audited by Gen Agent Trust Hub on Sep 7, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses tmux commands extensively to manipulate terminal sessions, including creating, killing, and renaming sessions, as well as sending raw keystrokes and scraping pane content.
  • [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process untrusted data from terminal outputs (via tmux capture-pane and the wait-for-text.sh script). This creates an attack surface where an interactive process running inside a tmux pane could output malicious instructions intended to influence the agent's next actions.
  • Ingestion points: Pane output is captured in SKILL.md examples and scripts/wait-for-text.sh using tmux capture-pane.
  • Boundary markers: None identified; the skill processes raw terminal output.
  • Capability inventory: Subprocess execution through tmux, shell script execution, and interaction with other interactive processes.
  • Sanitization: None identified; output is piped directly to grep or tail and returned to the agent context.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 7, 2026, 06:17 PM
Security Audit — agent-trust-hub — tmux