worktree-commit-merge

Pass

Audited by Gen Agent Trust Hub on Aug 17, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses several git commands to manage worktrees and branches. These include context gathering (git status, git diff), staging (git add), committing (git commit), and merging (git merge). These are standard development operations required for the skill's primary purpose.
  • [COMMAND_EXECUTION]: The skill uses the -C flag to execute git commands in the main worktree path. This is a standard git feature for operating on a repository at a specific filesystem path.
  • [SAFE]: The skill specifically instructs the agent to stage specific relevant files rather than using git add -A. This is a defensive security practice designed to prevent the accidental staging and commitment of sensitive files like .env, secrets, or private configurations that might be present in the environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 17, 2026, 03:12 AM
Security Audit — agent-trust-hub — worktree-commit-merge