inherit
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple standard Git commands (e.g.,
git fetch,git merge,git push,git reflog) to automate the synchronization of branch updates from a parent branch. - [DATA_EXPOSURE]: The skill accesses repository metadata, such as the Git reflog and branch names, to identify the fork point and determine the appropriate parent branch for the 'inherit' operation.
- [SAFE]: The skill explicitly forbids destructive Git operations such as
rebase,--amend, andpush --force, and it relies on standard Git functionality without external dependencies or remote script execution.
Audit Metadata