operations-on-merge — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited operations-on-merge (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 executor is AI in every mode (trigger / semi_auto / auto). AI runs gh pr merge after all preconditions pass (self-review + mode-specific human gate, and mergeable state check). GitHub auto-merge handoff is no longer used.
Pre-merge mergeable state check: gh pr view {pr} -R {owner}/{repo} --json mergeStateStatus --jq '.mergeStateStatus' CLEAN -> proceed to merge. BEHIND -> git fetch origin main && git rebase origin/main && git push --force-with-lease -> restart [CI Loop] from step1. CONFLICTING -> attempt rebase: git fetch origin main && git rebase origin/main if rebase succeeds: git push --force-with-lease -> restart [CI Loop] from step1 if rebase fails: git rebase --abort -> comment on issue -> escalate to human BLOCKED or UNKNOWN -> wait and recheck (GitHub may still be computing)
Merge strategy: Default = squash (repo convention). All modes = AI runs: gh pr merge {pr} -R {owner}/{repo} --squash Deviation from squash = AI pauses and asks human.
Parent close condition: closed automatically on merge via issue reference.
Real device test: Merge first. Then test on main. Not a merge gate.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.