doncheli-api-contract-91ffcf — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited doncheli-api-contract-91ffcf (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 Contract: <service/feature name>
### Style & Version
- Protocol: REST / GraphQL / gRPC / Webhook
- Base URL: …
- Version: v1 (strategy: <path/header/content-negotiation>)
### Endpoints / Operations
#### <METHOD> <path>
**Purpose:** …
**Auth required:** yes/no — scope: …
**Request:**{ "field": "type — description" }
**Response 200:**{ … }
**Error responses:**
| Status | Code | Meaning |
|--------|---------------|----------------------|
| 400 | INVALID_INPUT | … |
| 409 | CONFLICT | … |
**Idempotency:** required / not required — key: <header name>
---
### Cross-Cutting Concerns
**Auth:** …
**Rate Limiting:** X req/min per API key; headers: X-RateLimit-Remaining, X-RateLimit-Reset
**Retry Policy:** safe methods (GET, PUT, DELETE) — exponential backoff, max 3 attempts
**Circuit Breaker:** open at 50% error rate over 10s window; half-open probe after 30s
**Error Envelope:**{ "error": { "code": "…", "message": "…", "trace_id": "…" } }
### Breaking Change Policy
- Breaking: removing fields, changing types, removing endpoints → requires major version bump
- Non-breaking: adding optional fields, new endpoints → compatible within same version~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.