rich-api-skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited rich-api-skill (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.
This skill covers the Rich API — a powerful service for managing resources and workflows.
Use a Bearer token in the Authorization header for all requests:
curl -H "Authorization: Bearer <your-token>" https://api.rich-example.com/v1/resourcesTokens are obtained via OAuth2. Refresh tokens expire after 30 days.
Rate limits apply: 1000 requests per minute per API key. On 429, retry after X-RateLimit-Reset seconds.
GET /v1/resources — List all resources accessible to the authenticated userPOST /v1/resources — Create a new resource with the given propertiesGET /v1/resources/{id} — Retrieve a specific resource by IDPATCH /v1/resources/{id} — Update an existing resource (partial update)DELETE /v1/resources/{id} — Delete a resource permanentlyStandard HTTP status codes apply:
400 — Bad request: malformed JSON or missing required fields401 — Unauthorized: missing or invalid Bearer token403 — Forbidden: token lacks required scope404 — Not found: resource does not exist or is not visible to the caller429 — Rate limit exceeded: check X-RateLimit-Remaining and Retry-After headers500 — Internal server error: retry with exponential backoff# Check rate limit headers
curl -I -H "Authorization: Bearer <token>" https://api.rich-example.com/v1/resources~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.