ia-git-worktree
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a shell script (
worktree-manager.sh) to automate Git operations, including adding worktrees, switching branches, and performing cleanup. It also instructs the agent to execute standard package managers (npm, pip, composer, go) when relevant configuration files are detected in a new worktree to establish the development environment. - [SAFE]: The skill includes functionality to copy environment configuration files (
.env*) from the main repository to new worktrees. This operation is performed locally to ensure development parity and is supported by automated updates to.gitignoreto prevent accidental exposure of these files. No remote data exfiltration or unauthorized network operations were identified.
Audit Metadata