git-merge-expert-worktree
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Git commands (e.g., git worktree, git merge) and development tools (pnpm) to manage code integration. These operations are performed within the local repository context and adhere to standard engineering practices.
- [EXTERNAL_DOWNLOADS]: The skill includes instructions to run
pnpm install, which downloads dependencies from the official pnpm registry. This is a routine and safe operation for project environment setup. - [DATA_EXFILTRATION]: The skill describes the local copying of
.envfiles and symlinking ofnode_modulesbetween the main repository and its worktrees. These actions are intended to ensure environment consistency during development and do not involve any network transmission or external data exposure.
Audit Metadata