pr-merge-base
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes standard Git commands (
git remote,git rev-parse,git checkout,git merge) to manage the merge process, which aligns perfectly with its stated purpose of pull request management. - [SAFE]: It incorporates robust safety features, including the creation of a rollback checkpoint (
CHECKPOINT) and the use of temporary integration branches (merge-queue/<timestamp>) to ensure the main branch is not modified until validation is complete. - [SAFE]: The conflict resolution process focuses on structural analysis and code logic. It includes an explicit instruction to abort and report to the user if a conflict cannot be resolved with high confidence, preventing unsafe automated changes.
- [SAFE]: No evidence of prompt injection, data exfiltration, or obfuscation was detected. The skill does not perform any unauthorized network operations or access sensitive system files.
Audit Metadata