skills/openclaw/skills/tmux-agents/Gen Agent Trust Hub

tmux-agents

Pass

Audited by Gen Agent Trust Hub on Feb 23, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes local scripts (spawn.sh, status.sh, check.sh) and uses tmux commands to manage processes and inject input into terminal sessions via tmux send-keys.
  • [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to how it handles external input.
  • Ingestion points: Data enters the agent context through the <task> argument in the spawn.sh script and the instruction string in the tmux send-keys command.
  • Boundary markers: There are no delimited boundaries or instructions provided to the agent to disregard potentially malicious commands embedded in the task description.
  • Capability inventory: The skill possesses the capability to execute shell scripts, create background terminal sessions, and inject keyboard events into those sessions.
  • Sanitization: There is no evidence of sanitization or escaping of the task or instruction strings before they are processed by the shell or the agent.
  • [SAFE]: The skill correctly identifies and uses well-known services, such as Homebrew for dependency management and Ollama for local model hosting.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 23, 2026, 08:46 AM