git-squash-rebase
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents a legitimate Git workflow using standard commands such as
git stash,git checkout,git pull, andgit rebase --onto. - [COMMAND_EXECUTION]: The skill involves the execution of shell commands, but these are restricted to local Git operations necessary for the stated functionality. User-provided branch names are used as parameters, which is expected for this use case.
- [DATA_EXPOSURE_AND_EXFILTRATION]: No sensitive files or credentials are accessed. Network operations are limited to
git pull, which targets the user's own configured remote repository.
Audit Metadata