git-worktree-workflows
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of shell commands to manage Git worktrees and the
gwCLI tool. These commands are descriptive and intended for the user or agent to execute locally to manage repository state. - [EXTERNAL_DOWNLOADS]: The skill documentation describes installing the
gwtool vianpxfrom the author's GitHub repository. It also references using the GitHub CLI (gh) for PR management. These are standard external resources for developer-oriented skills. - [REMOTE_CODE_EXECUTION]: The skill provides instructions for shell integration using
eval "$(gw install-shell)". This is a standard but sensitive pattern used to enable terminal-based features like directory jumping. It also contains examples of usingdeno run --allow-allfor development aliases, which is a high-privilege but standard practice for local script execution during development.
Audit Metadata