git-worktree
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The
worktree-manager.shscript is designed to identify and copy sensitive local environment files matching the.env*pattern (excluding.env.example) from the main repository to new worktree directories. This data exposure is localized to the user's filesystem and is a documented feature for environment consistency. - [COMMAND_EXECUTION]: The skill executes shell-based Git commands (e.g.,
git worktree,git checkout,git pull) using arguments provided by the user, such as branch names and base branches. These operations are managed via a dedicated script to ensure consistent setup and cleanup.
Audit Metadata