merge-worktree

Pass

Audited by Gen Agent Trust Hub on May 7, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes a series of standard Git commands, including git worktree, git checkout, git pull, git merge, and git push. These operations are used solely for the purpose of repository management and are limited to the user's local environment and configured remote origin.
  • [SAFE]: The skill incorporates several security best practices and safety guards, such as verifying that the command is run from the main repository root (preventing accidental directory deletion), performing pre-flight status checks on all worktrees before any merge operations, and using the safe delete flag (-d) for branch removal.
  • [SAFE]: No evidence of prompt injection, obfuscation, or data exfiltration was found. The skill does not download external scripts or packages and relies entirely on the local Git installation.
Audit Metadata
Risk Level
SAFE
Analyzed
May 7, 2026, 05:42 AM