docs-align — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited docs-align (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.
Use this skill after implementation work or when you suspect documentation drift.
AGENTS.md.SKILL.md), run drift collection (requires git on PATH):python3 scripts/docs_drift.py collect --cwd <repo> --out <json>python3 scripts/check_docs_drift.py --cwd <repo> --out <json>python3 scripts/docs_drift.py compare --input <json> --out <json>python3 scripts/docs_drift.py render --input <json> --format mdCommands above assume the current working directory is this skill’s root (skills/docs-align in this repository). If the working directory is elsewhere, invoke the same files with an absolute path, for example:
python3 "<skill-dir>/scripts/docs_drift.py" collect --cwd <repo> --out <json>
Create or update an ADR when the implementation changed:
Do not create ADR churn for small local refactors.
Update product or architecture specs when the implementation changed:
Prefer deleting stale spec text over leaving contradictory guidance.
Update the README when the change affects:
Keep the README high signal; move deep details into docs when needed.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.