git-rebase-main
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes standard Git commands including
git fetch,git rebase, andgit push. These are legitimate operations for the skill's stated purpose of managing branch history. - [SAFE]: Implements protective logic to verify the current branch is not 'main' and that the working directory is clean before proceeding.
- [SAFE]: Follows security best practices by using
git push --force-with-leaseinstead of a standard force push, which prevents accidental overwriting of remote changes that the local environment is unaware of.
Audit Metadata