← methodology
Auth documentation
usability.auth-docs · Usability · 2 pts · recommended
Goal
Can an agent authenticate to you?
Whether agents can discover your auth model machine-readably (OAuth metadata) and follow documented steps to credentials.
How we test
Looked for /auth.md or an authentication docs page with code examples.
How to pass
Document auth end-to-end (key creation → header format → example call), or ship /auth.md.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["usability.auth-docs"]}'