readme-hardening-195a64 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited readme-hardening-195a64 (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 good README is an executable contract, not a marketing page. It must allow an agent or a new engineer to clone the repository and run tests within 3 minutes.
rg -n "^( {4}|\t)\S|^\$ " README.md # command lines in the README
rg -n "\"scripts\"" -A 20 package.json # do documented npm scripts exist? rg -no "process\.env\.[A-Z0-9_]+" src/ | sort -u # Project name + one-line purpose
## Install # exact commands
## Run # exact commands, expected output
## Test # exact commands
## Configuration # env vars with example values
## Architecture # entry points by path
## Troubleshooting # the 2-3 most common failures and their fixes~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.