implement-tmux
Warn
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes heavy use of the
tmuxCLI to create windows, send keys, and manage processes. It executes shell commands likegit,command -v, andtmux capture-paneto manage the lifecycle of tickets. Arbitrary commands defined in theverifyfield of the manifest or inferred from project files are executed to validate ticket completion. - [REMOTE_CODE_EXECUTION]: The skill identifies and invokes other AI agents (
codebuddy,claude) using the--permission-mode bypassPermissionsflag. This explicitly disables security guardrails for the worker agents, allowing them to execute code and modify files without user confirmation. The skill passes user-provided or document-inferred prompts directly into these bypassed environments. - [DATA_EXFILTRATION]: While the skill primarily targets local task automation, it has the capability to read files via
git showandtmux capture-pane. The automated invocation of external CLI agents (claude,codebuddy) which have network access, combined withbypassPermissions, creates a potential path for data to be sent to external endpoints if a ticket's prompt or the inferred project context is malicious. - [PRIVILEGE_ESCALATION]: The instruction to use
--permission-mode bypassPermissionswhen spawning worker agents is a form of privilege escalation within the AI agent's environment, removing human-in-the-loop safety requirements for all sub-tasks.
Audit Metadata