git-worktrees
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several bash scripts that execute local commands such as
git,grok,find,du, andrmto manage the filesystem and Git state. scripts/agent-worktree-clean.shuses thegrokCLI to manage a registry of worktrees and performs cleanup operations.scripts/agent-worktree-merge.shandscripts/agent-worktree-remove.shuse standardgit worktreecommands for repository management.- Implementation uses secure patterns (list-based
subprocesscalls in Python, quoting of shell variables, andfind -print0) to prevent command injection from local file paths or tool outputs.
Audit Metadata