split-to-prs
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses local shell commands to interact with the Git version control system, including creating snapshots, managing branches, and pushing commits to the remote origin.
- [SAFE]: Prohibits destructive operations such as
git reset --hardorgit cleanwithout explicit user consent, protecting the local working environment. - [SAFE]: Implements a safety snapshot feature that uses
git stash createandgit update-refto preserve uncommitted work before the split process begins. - [SAFE]: Enforces a strict approval workflow where the agent must present a plan and obtain user confirmation before opening Pull Requests or creating new branches.
Audit Metadata