build-fix-minimal-diff — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited build-fix-minimal-diff (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.
Fix the failing build, test, or type check. Nothing else.
Touch only what is broken. Fix the root cause. Rerun. Done.
Any unrelated improvement — even a one-line cleanup — is out of scope for this skill.
npm test, cargo build, tsc --noEmit, pytest)git status --short, git diff --stat)Run the exact failing command and confirm it fails with the same error.
If it does not fail locally:
npm ci, pip install -r requirements.txt, etc.) and retryFIXED: <what was broken — command and error>
CAUSE: <root cause — specific, not vague>
CHANGE: <file:line — what was changed and why>
VERIFIED: <command run> → exit 0
REGRESSIONS: none / [list]
DEFERRED: <adjacent issues noticed but not touched>Inspired by Yeachan-Heo/oh-my-codex prompts/build-fixer.md. Rewritten in Agent Powerups style.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.