worktree-cleanup
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Employs standard terminal tools including
git,docker, andfindto perform repository and system-level cleanup operations. It usesgit worktree removeandgit branch -dfor safe repository pruning based on merged status and commit history. - [EXTERNAL_DOWNLOADS]: Communicates with remote servers via
git fetch --allto synchronize branch states and usessshaliases to manage workspaces on remote servers (e.g., VPS cleanup). The network operations are restricted to standard development workflows.
Audit Metadata