documentation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited documentation (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.
Any task involving writing or updating documentation, comments, or guides. Switch to tech-writer.md persona when this skill activates.
# Project Name
One sentence that says exactly what this does.
## Quick start
[Fewest possible steps to get from zero to first value — under 5 minutes]
## Installation
[Step by step — no assumed knowledge]
## Usage
[The most common use case with a working code example]
## Commands / API reference
[Link to docs/commands-reference.md or inline if short]
## Configuration
[All environment variables with type, default, and description]
## Contributing
[How to run tests, branch naming, PR process]
## Licence// We use bcrypt cost 14 here because this is the admin auth path — speed is not critical// Hash the password/**
* Verifies a JWT access token and returns the decoded payload.
*
* @param token - The raw JWT string from the Authorization header
* @returns Decoded token payload containing userId and role
* @throws {TokenExpiredError} If the token has passed its expiry time
* @throws {InvalidTokenError} If the token signature is invalid
*/
export function verifyAccessToken(token: string): TokenPayload { ... }Every user-visible change must appear in CHANGELOG.md before release. Format follows Keep a Changelog (keepachangelog.com). Categories: Added, Changed, Deprecated, Removed, Fixed, Security.
Before marking a task done when this skill was active:
I remembered off the top of my head?
has that file been written to the correct path?
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.