prepare-pr
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses various standard shell commands (
git,gh,pnpm,sed,ls) to manage code and execute development gates. These are standard tools for a developer-oriented agent and are used within a defined scope. - [SAFE]: The skill implements explicit safety guardrails, such as checking that the head branch is not 'main' or 'master' before pushing, requiring manual confirmation of PR metadata, and prohibiting dangerous commands like
git clean -fdxorgit add .. - [SAFE]: Data processing is limited to reading review findings from a local file (
.local/review.md) and writing a summary to.local/prep.md, which is a common pattern for local agent state management.
Audit Metadata