dmux-workflows
Warn
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends a global installation of the
dmuxorchestration tool vianpm install -g dmux. This dependency is hosted atgithub.com/standardagents/dmux, which is a third-party repository from a source that is not verified as trusted. - [COMMAND_EXECUTION]: The skill documentation includes examples of shell command execution for managing tmux panes and git worktrees. It also highlights a helper script
scripts/orchestrate-worktrees.jsthat executes commands defined in aplan.jsonfile through thelauncherCommandfield, enabling arbitrary code execution on the user's system. - [INDIRECT_PROMPT_INJECTION]: The orchestration helper reads and processes a
plan.jsonfile to coordinate agent tasks. If this plan is derived from untrusted repository content (such as a project being audited), it could serve as a vector for malicious task injection or command execution. - Ingestion points: The
plan.jsonfile is used as input for theorchestrate-worktrees.jsscript. - Boundary markers: There are no boundary markers or explicit isolation instructions provided to prevent the orchestrator from executing commands or tasks embedded within untrusted JSON data.
- Capability inventory: The skill has the capability to execute shell commands via the
launcherCommandproperty, manage git worktrees, and perform file system writes (writing task, handoff, and status files). - Sanitization: No sanitization or validation mechanisms are described for the
launcherCommandortaskfields within the JSON plan.
Audit Metadata