git-worktrees
Warn
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides complex shell scripts intended to be added to the user's
~/.gitconfigas aliases (new-wtandclone-wt). These scripts use the!f() { ... }; fsyntax to execute multi-line shell functions. - [COMMAND_EXECUTION]: These aliases perform persistent environment modifications by creating directories (
mkdir), writing to files (printf), and altering the internal configuration of Git repositories (git config). - [COMMAND_EXECUTION]: Instructions guide the agent to modify a persistent user configuration file (
~/.gitconfig), which ensures the custom shell logic remains active across shell sessions. - [EXTERNAL_DOWNLOADS]: The
clone-wtalias includes logic to perform agit cloneoperation from a remote URL provided at runtime, facilitating the download of external repository data.
Audit Metadata