← methodology
Response speed & weight
access.response-hygiene · Access · 1 pts · required
Goal
Can an agent use you reliably in production?
Response hygiene, TLS and redirect discipline, and security contact channels agents depend on at runtime.
How we test
Measured homepage TTFB, payload size, and compression.
How to pass
Enable compression and trim your homepage payload — agents run on strict timeouts.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["access.response-hygiene"]}'