error-message-improver — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited error-message-improver (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 rewrite error messages so the person reading them can actually fix the problem.
A good error message answers three questions:
| Bad | Good |
|---|---|
Error: ECONNREFUSED | Couldn't reach the server. Check your internet connection and try again. |
Invalid input | Email address must include an @ symbol. |
500 Internal Server Error | Something went wrong on our end. We've been notified — please try again in a few minutes. |
null is not an object | We couldn't load your profile. Please refresh the page or sign in again. |
| Bad | Good |
|---|---|
failed | failed to publish event 'order.created' to topic 'orders' after 3 retries: connection timeout (broker=kafka-2:9092) |
error in db query | query failed: duplicate key on users.email ([email protected]) — caller should handle 409 |
**Original:** <quoted>
**Audience:** <end user | developer | logs>
**Rewritten:** <new message>
**Why:** <one line on what improved>
**Optional:** <error code, link, structured fields>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.