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 --hard or git clean without explicit user consent, protecting the local working environment.
  • [SAFE]: Implements a safety snapshot feature that uses git stash create and git update-ref to 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
Risk Level
SAFE
Analyzed
Jul 12, 2026, 09:59 AM
Security Audit — agent-trust-hub — split-to-prs