vp-stacked-pr-rebase
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's functionality is entirely consistent with its described purpose of automating complex Git workflows. It adheres to security best practices by utilizing backup branches and requesting user consent before history-rewriting operations.
- [COMMAND_EXECUTION]: The skill utilizes legitimate shell commands via
gitandghto inspect repository state, manage branches, and sync changes. Operations likegit push --force-with-leaseare used correctly to prevent accidental overwriting of remote work, and all execution steps are transparently presented to the user. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted commit messages and pull request metadata.
- Ingestion points: Commit messages are read via
git logand PR details are fetched throughgh pr view. - Boundary markers: The skill does not use specific delimiters to wrap the content of ingested commit messages.
- Capability inventory: The skill can manipulate local and remote repository states through branch resets and pushes.
- Sanitization: The logic incorporates
--fixed-stringswhen searching commit messages to prevent accidental character interpretation.
Audit Metadata