worktree-status
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses standard Git commands (
git worktree list,git status,git diff) and POSIX shell utilities (grep,sed,basename,wc,tmux) to report repository state. - [COMMAND_EXECUTION]: Includes optional procedures for deleting branches and removing worktrees, which are correctly scoped to user-approved actions.
- [SAFE]: Performs a
git pull origin mainoperation to synchronize with the remote repository; this is a standard and expected operation for accurate branch analysis. - [SAFE]: No indicators of credential theft, data exfiltration, or prompt injection were detected.
Audit Metadata