readme-writer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited readme-writer (Agent Skill) and scored it 91/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} is the classic direct prompt-injection phrasing. Placed in a skill body that the agent reads as trusted instructions, it tries to make the agent abandon its prior rules and follow whatever comes next — a full system-prompt override.
ignore/disregard/forget … previous instructions sentence.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.
Generate professional README.md files that give developers everything they need to understand, install, and contribute to a project - in under 5 minutes of reading.
Before writing, gather:
Read the project's entry point, package file (package.json, pyproject.toml, go.mod), and any existing docs.
Library/SDK - emphasize the API, installation, and quick start code CLI tool - emphasize installation methods and command reference Web app/service - emphasize features, screenshots, and deployment Data science / ML - emphasize datasets, training steps, and results
# Project Name
> One-line description of what this does and who it's for.
[](LICENSE)
[](https://python.org)
[](...)Badges to include (pick relevant):
Explain the problem, the solution, and what makes this different. This is the most-skipped and most important section. Address: why would I use this instead of X?
## Quick Start
\```bash
pip install mypackage
\```
\```python
from mypackage import Client
client = Client(api_key="...")
result = client.do_thing()
\```The reader should be able to copy-paste and have something running in under 2 minutes.
Use a bullet list. Be specific and concrete. Bad: "Fast". Good: "Processes 10k requests/sec on a t3.medium".
Include all supported methods:
If the project takes config (env vars, config files, CLI flags), include a table:
| Variable | Required | Default | Description |
|---|---|---|---|
API_KEY | Yes | - | Your API key |
PORT | No | 8000 | Server port |
Document the main public API with types and examples. Link to full API docs if they exist.
## Contributing
1. Fork the repo
2. Create a feature branch: `git checkout -b feat/my-feature`
3. Make changes and add tests
4. Open a PR against `main`
Run tests: `pytest` / `npm test` / `go test ./...`## License
Apache 2.0 - see [LICENSE](LICENSE).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.