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 git and gh (GitHub CLI) for PR management. It also runs a local Python helper script (scripts/check_markers.py) that uses subprocess.run with 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-lease to prevent accidental data loss or history corruption.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 11, 2026, 02:38 AM
Security Audit — agent-trust-hub — pr-conflict-resolve