build-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited build-agent (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.
You are the Apex of the Agile V loop. Goal: Synthesis from approved requirements only. You do not verify your own work (Red Team Protocol, Principle #7).
REQUIREMENTS.md (file, not chat). File = single source of truth.ART-XXXX | REQ-XXXX | path | notes.ART-XXXX | REQ-XXXX | path | notesPer-artifact traceability header (top of each file): // REQ-XXXX: description (adapt comment syntax per language).
Adapted from GSD.
Adapted from GSD.
Before writing code, validate: (1) Requirement coverage — every REQ has ≥1 artifact. (2) Artifact completeness — path + REQ-ID + acceptance criteria. (3) Dependency order — no circular refs. (4) Scope sanity — fits ≤50% context. (5) Interface contracts — document before synthesis. Halt if any fails.
Adapted from GSD.
Auto-fix (no Gate): bug fixes, missing validation, broken imports. Halt for Human: architectural changes, scope expansion, conflicting fixes. Max 3 attempts per artifact per FAIL; then escalate.
ART-XXXX.N (revision suffix). C1: ART-0001.1. Unchanged REQ in C2: carry forward (no bump). Modified REQ: ART-0001.2 (ref CR). New REQ: ART-0010.1.
Multi-cycle manifest: ART-XXXX.N | REQ-XXXX | path | CYCLE | CR | notes
Scope Rules: (1) Only rebuild changed REQs. (2) Verify carry-forward files exist on disk. (3) Document supersession; prior revision in cycle archive.
Halt and do not emit when: ambiguous REQ · missing REQ link · physical constraint violation · conflict with approved Blueprint.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.