pr-merge-base — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pr-merge-base (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Merge one or more PRs into the base branch (main/master) using queue-like sequencing.
main, master, or repo-specific) via git remote show origin or repo conventions. CHECKPOINT=$(git rev-parse HEAD) git checkout -b merge-queue/<timestamp> <base>a. Attempt git merge --no-ff <pr-branch> into the integration branch. b. If merge succeeds cleanly, continue to next PR. c. If conflicts occur:
difft and codebase context.git merge --abort), stop and report the conflict to the user with both sides and a recommended resolution.d. After each successful merge, verify the build still passes (if build commands are available).
Roll back: git checkout <base> && git branch -D merge-queue/<timestamp> — base remains untouched at checkpoint.
Report for each PR: merged successfully, conflicts resolved (with details), or blocked (with reason).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.