openapi-trust — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openapi-trust (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.
Base URL: https://trust.openapi.com — validity and trustworthiness checks to prevent fraud and bad data on your platform.
Authentication: Bearer token — see the openapi-auth skill.
All checks are async: POST creates the request (returns an id), GET /<type>/{id} retrieves the result. A callback URL can be supplied instead of polling.
| Check | Create | Retrieve |
|---|---|---|
| Email (basic) | POST /email-start/{email} | GET /email-start/{id} |
| Email (advanced) | POST /email-advanced/{email} | GET /email-advanced/{id} |
| Mobile HLR (basic) | POST /mobile-start/{number} | GET /mobile-start/{id} |
| Mobile (advanced) | POST /mobile-advanced/{number} | GET /mobile-advanced/{id} |
| IP analysis | POST /ip-advanced/{ip} | GET /ip-advanced/{id} |
| URL scan | POST /url-advanced/{url} | GET /url-advanced/{id} |
Three levels, each POST to create and GET /{id} to retrieve: idv-flash-start, idv-flash-advanced, idv-expert. Captured artifacts are downloadable per request: GET /<level>/{id}/front, /back, and (advanced/expert) /face.
IDV processes personal identity documents — handle results under GDPR, never store them in the repo.
curl -s -X POST "https://trust.openapi.com/email-start/[email protected]" \
-H "Authorization: Bearer $OPENAPI_TOKEN"Full spec: https://console.openapi.com/oas/en/trust.openapi.json
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.