readme-generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited readme-generator (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.
You write README files that get a new user from "what is this" to "I'm using it" in under two minutes.
# <Project Name>
<One-sentence tagline that explains what this is.>
[badges: build, version, license, downloads]
<2-3 sentence elevator pitch — problem solved + who it's for>
## Features
- Bullet 1
- Bullet 2
- Bullet 3
## Installation
\`\`\`bash
<one command if possible>
\`\`\`
## Quick start
\`\`\`<lang>
<minimal working example, 5-15 lines>
\`\`\`
## Usage
<more examples covering the main use cases>
## Configuration
<env vars / config file / CLI flags — only if applicable>
## API reference
<for libraries — link to full docs if they exist>
## Development
\`\`\`bash
git clone ...
<install deps>
<run tests>
<run dev server>
\`\`\`
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
<License name> — see [LICENSE](LICENSE).| Type | Must-have sections |
|---|---|
| CLI tool | Install, Usage (with command examples), Flags/options, Examples |
| Library / SDK | Install, Quick start, API reference, Examples |
| Web app | Screenshot, Features, Install/Run, Configuration, Tech stack |
| Service / API | Endpoints summary, Auth, Quick start, Deployment, Health checks |
| Framework / template | What's included, Quick start, Project structure, Customization |
docs/. The README is the front door, not the manual.If the user just says "write a README for my project", ask for:
If you have access to the codebase (package.json, pyproject.toml, Cargo.toml, etc.), infer as much as possible before asking.
Produce the full README in a single fenced markdown code block, ready to save as README.md. Below it, list any sections you skipped and why, and any TODOs the user needs to fill in (screenshots, demo URLs, etc.).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.