rebase2main
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local shell commands to interact with the Git version control system. It executes commands such as
git branch,git status,git checkout,git rebase, andgit pushto perform its primary function. These operations are restricted to the local repository environment. - [SAFE]: The skill contains no malicious patterns. It does not access sensitive files, perform unauthorized network requests, or use obfuscation. It includes defensive logic, such as confirming the working directory is clean before proceeding and specifically avoiding the
--forceflag during remote pushes to protect repository history.
Audit Metadata