architecture-decision-records-5a0609 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited architecture-decision-records-5a0609 (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.
Code tells you how a system works. ADRs tell you why it works that way, preventing future maintainers (and AI agents) from suggesting "improvements" that were already tried and discarded.
ls docs/adr/ # existing records
rg -ln "<topic keyword>" docs/adr/ # is this decision already covered?docs/adr/YYYY-MM-DD-<short-title>.md — date-prefixed for ordering, kebab-case title. # <Decision title>
## Status
Accepted | Superseded by <newer ADR filename>
## Context
What is the problem? What constraints apply?
## Decision
What are we doing?
## Consequences
What trade-offs are we accepting? What becomes harder?~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.