rest-api-design — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited rest-api-design (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.
/api/v1/resources — versioned, plural nouns/api/v1/resources/123 — single resource by ID/api/v1/resources/123/relationships — sub-resources?status=active&sort=-created_at&page=2&per_page=20| Method | Action | Success | Error |
|---|---|---|---|
| GET | List | 200 | — |
| GET | Retrieve | 200 | 404 |
| POST | Create | 201 | 400, 422 |
| PUT | Replace | 200 | 404, 400 |
| PATCH | Partial update | 200 | 404, 422 |
| DELETE | Remove | 204 | 404 |
{
"data": { ... },
"meta": { "page": 1, "per_page": 20, "total": 100 },
"error": null
}{
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid email address",
"details": [
{ "field": "email", "message": "must be a valid email", "code": "invalid_format" }
]
}
}next_cursor or next_page in response meta~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.