stack-rebase
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple Git commands (e.g.,
git rebase --update-refs,git push --force-with-lease) and GitHub CLI operations (gh pr edit) to automate the workflow for stacked pull requests. These commands are necessary for the skill's primary function. - [EXTERNAL_DOWNLOADS]: Includes
git fetch originto synchronize the local environment with the remote repository. This is a standard operation in Git-based workflows and targets the user's configured origin (typically a well-known service like GitHub). - [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscation were detected. Variables like
${STACK}and${NEXT_PR}are used within shell scripts, but the logic is consistent with intended developer tooling.
Audit Metadata