git-worktree
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements legitimate developer workflows for Git worktree management. It automates common tasks such as creating worktrees, switching contexts, and cleaning up merged branches.
- [COMMAND_EXECUTION]: The skill utilizes shell scripts and AppleScript (
osascript) to interface with local system tools likegit,tmux, andiTerm2. These operations are performed locally and are consistent with the documented purpose of the skill. - [PERSISTENCE_MECHANISMS]: The instructions recommend adding shell functions to user configuration files (e.g.,
~/.zshrc). This is a standard practice for CLI utilities and is transparently documented for the user.
Audit Metadata