← methodology
npm SDK
usability.sdk-npm · Usability · 2 pts · recommended
Goal
Can an agent integrate with you?
Whether the artifacts an agent needs to build on you — docs, API specs, SDKs, MCP servers — exist and are findable.
How we test
Searched the npm registry for an official, domain-verified SDK package.
How to pass
Publish an official npm SDK with your domain in package.json homepage so agents can verify it's official.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["usability.sdk-npm"]}'