verification — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited verification (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.
Evidence before claims, always. NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION.
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE. If you have not run the verification command in the current session, you cannot claim it passes. Prior knowledge, assumptions, and memory of previous runs do not count. Only fresh output from the current session constitutes evidence.
Every completion claim must pass through this gate:
Before claiming work is complete in this project, run each applicable command and confirm clean output:
| Check | Command | What it proves |
|---|---|---|
| Type checking | tsc --noEmit | No type errors across the project |
| Tests | npx vitest run or npm test | All tests pass |
| Lint | npx eslint . | No lint errors or warnings |
| Formatting | npx prettier --check . | All files match formatting rules |
| Production build | next build | Build succeeds, catches SSR/hydration issues |
Run these in order. A type error caught by tsc is cheaper to fix than one discovered during next build. A lint error is cheaper to fix before tests run.
If a project uses a different test runner, linter, or build tool, substitute the appropriate commands. The principle is the same: run the real tool, read the real output.
These phrases are signals that the verification gate has NOT been passed:
If you catch yourself using these phrases, stop and run the actual command.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.