audit-docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited audit-docs (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.
A read-first audit answering "do the docs still match reality?" Produces a findings report; it does not silently rewrite docs.
whenever the doc set might have drifted from the code and issues.
Per the agent guide's Workflow conventions + documentation map, then read what THIS skill needs: the roadmap, the fix index + template, and the feature folder layout — the map tells you which links and invariants to check.
Run these and collect findings (cite paths/lines/issue numbers each):
docs/features/<NN>-<slug>/ is in theroadmap, and every roadmap entry has a folder (or is explicitly "scheduled").
Depends on / Branch fields are valid; nodependency cycles; ordering is consistent with the roadmap.
branch; flag entries whose issue is closed or whose PR merged (should have been removed). Flag open fix branches missing from the index.
flag "scheduled, not yet authored" items so they aren't mistaken for drift.
files/sections.
#N aren'tpointing at long-closed issues without note.
(this repo: English); file/dir naming matches conventions (e.g. kebab-case TS files, PascalCase components).
INV-/D-/KI-), spot-check that referenced IDs exist where claimed.
Adapt the list to what the project has; skip checks for absent structures and say so.
grep, file reads, and the forge CLI(per Workflow conventions; examples use gh).
broken, low = cosmetic), evidence, and a proposed fix.
--fix (or user go-ahead), apply thelow-risk corrections (remove a merged fix-index row, fix a dead link, register a missing roadmap entry). Leave judgment calls to the user.
don't report deliberate tradeoffs as errors.
plan-feature (which creates the docs this audits) andtriage-issue (which keeps the fix index honest).
applied — with genuine deferrals left untouched and labeled as such.
triage-issue / plan-fix).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.