smart-rebase
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local bash script (scripts/smart-rebase-analyze.sh) to perform git repository analysis. The script uses standard git commands to identify common ancestors and commit differences between branches.
- [EXTERNAL_DOWNLOADS]: The analysis script performs a git fetch operation to ensure the local repository is up-to-date with the remote target branch. This is a standard network operation for git-based developer tools.
- [SAFE]: The skill incorporates safety checks, such as preventing operations on protected branches and requiring a clean working tree. It also explicitly requires user confirmation before executing potentially destructive git commands.
Audit Metadata