git-worktree-manager
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python's
subprocessmodule and shell scripts to execute Git commands (git worktree,git status,git branch) and standard package managers (npm,pnpm,pip,go). These operations are necessary for the skill's functionality and are performed on the local file system. - [EXTERNAL_DOWNLOADS]: The
setup-worktree.shscript facilitates the installation of project dependencies by invoking tools likenpm installorpip installwhen a new worktree is created. This is standard developer workflow behavior and targets established package registries. - [DATA_EXPOSURE]: The skill accesses and copies
.envfiles and reads.worktree-ports.jsonto manage environment synchronization and port allocation. This data remains local to the user's machine and no network exfiltration patterns were detected.
Audit Metadata