pr-conflict-resolve
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard developer tools such as
gitandgh(GitHub CLI) for PR management. It also runs a local Python helper script (scripts/check_markers.py) that usessubprocess.runwith a static list of arguments to securely call Git commands without shell injection risks. - [DATA_EXFILTRATION]: Network activity is confined to standard Git operations (
git fetch,git push) and GitHub CLI interactions (gh pr checks) with the user's own remote repository. - [SAFE]: Documentation provides extensive safety measures, including creating backup branches and handling force pushes with
--force-with-leaseto prevent accidental data loss or history corruption.
Audit Metadata