www.box.com

Report from 9/21/2026, 11:25:40 AM https://www.box.com
Latest run · lab, cold cache
76
9/21/2026
28-day score · p75 · the standard
76
27 runs
CRR80%latest
SSD77%latest
TC828 toklatest
TTFUT29 ms28-day p75

Scored by v3 · source-of-truth hashes: score db860d6ac94e · thresholds e94f8b33e500 — verifiable against the canonical scorer.

The 28-day score is the p75 of nightly runs — the stable number to cite. Deterministic metrics (CRR/SSD/TC) show their latest value (they move only when the site changes); timing (TTFUT) and answer-fidelity (AF) are smoothed by 28-day p75 — the same lab-vs-field split Core Web Vitals uses. Synthetic daily measurement, not real-user field data.

Core Agent Vitals badge  Embed this badge

Show your agent-readiness score anywhere — it links back to this report.

[![Core Agent Vitals](https://agentvitals.dev/badge/box.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.box.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.box.com"><img src="https://agentvitals.dev/badge/box.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameBox, Inc.
CategoryOrganization
Pricenot found
Location900 Jefferson Ave, Redwood City, CA, 94063, USA
Hoursnot found
Productsnot found
DescriptionBox is the leader in Intelligent Content Management. Our platform enables organizations to fuel collaboration, manage the entire content lifecycle, secure critical content, and transform business w…

An agent gets the basics but will guess on the gaps. 4/7 applicable facts come from machine-readable structured data.

76
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

80%
CRR Content Recovery Poor
0.77
SSD Semantic Signal Density Good
828 tok
TC Token Cost Good
26 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈8,689 across regions). 54% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
46% · 3,999
Chrome (nav / header / footer)
51.6% · 4,483
Boilerplate (cookie / ad)
2.4% · 207
Other
0% · 0

Final screenshot

Final screenshot of https://www.box.com

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence20% of content requires JS
ImpactA non-rendering agent never sees the JS-injected content.
Effort1–4 h

Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.

medium TC 54% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 46%, chrome 51.6%, boilerplate 2.4%, other 0%. Only 46% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.

Rendered profile: headless

Agent Discoverability 83/100 · Agent Ready

Access & discovery checks — separate from the gated CAV metrics above. Click an issue for business impact, what we measured, and how to fix. · Take the Agent Readiness course →

Agent files & endpoints

llms.txt Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (5)

~ No content-blocking cookie wall medium impact Consent platform: trustarc (verify it doesn't block content)

Business impact A consent wall that hides content until a click is invisible to agents — they cannot click 'Accept'.

What we measured We fingerprint OneTrust, Cookiebot, Usercentrics and similar managers and flag content-blocking ones.

How to fix Use an overlay banner that leaves content in the DOM, not a blocking interstitial.

Spec: https://gdpr.eu/cookies/

llms.txt present high impact Absent at /llms.txt and /.well-known/llms.txt

Business impact llms.txt is the robots.txt for AI: it tells agents what your site is, what matters, and where to find it. Without it AI guesses — and guessing means inaccurate recommendations and lost visibility.

What we measured We fetch /llms.txt and /.well-known/llms.txt and validate the spec (H1 title + a one-line blockquote summary). We also note /llms-full.txt (your full content as Markdown).

How to fix Create /llms.txt with a short summary + key pages; optionally /llms-full.txt with full content in Markdown.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

~ agents.json discovery low impact Absent (emerging standard)

Business impact agents.json describes what your site can DO for agents (services, endpoints, capabilities) — an emerging discovery standard. Early adopters get native agent integration.

What we measured We check /agents.json and /.well-known/agents.json for a valid configuration.

How to fix Publish /agents.json describing your site's capabilities and actions.

Learn how to implement →

Spec: https://github.com/wild-card-ai/agents-json

~ WebMCP endpoint low impact Absent (emerging standard)

Business impact WebMCP lets agents call actions on your site directly (book, buy, query) instead of scraping the DOM. Early adopters get native AI-agent interoperability.

What we measured We check /.well-known/webmcp and /webmcp.json for a valid actions array.

How to fix Add a WebMCP endpoint exposing your key actions to agents.

Learn how to implement →

Spec: https://webmcp.org

~ API documentation low impact No OpenAPI/Swagger found

Business impact Programmatic agents prefer a typed API. An OpenAPI/Swagger spec lets them integrate without scraping.

What we measured We probe /openapi.json, /swagger.json, /api-docs and /.well-known/openapi.json.

How to fix Publish an OpenAPI spec at a well-known path.

Learn how to implement →

Spec: https://www.openapis.org/

Passed audits (7)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)✓ XML sitemap present + fresh✓ Server response (TTFB)

Transport & Trust (SEC 1.0.0)

HTTPS, HSTS, CSP, sniffing, referrer and CORS posture. Diagnostic only — this does not affect the CAV score. A security header does not make a page more legible to an agent, so scoring it would reward a CDN toggle that changes nothing an agent can recover. We measure it and say so.

77Transport posture (0–100, unscored)
3pass
2warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
⚠️ HSTSmax-age=2592000 is below the 180-day baseline
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

qualified.js — 158 KiB transferred, 65.7% unused

EvidenceCDP JS coverage: 104 KiB of this bundle is never executed on load.
Impact~-104 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of qualified.js, or drop unused dependencies.
mediumCut total transfer weight

2.1 MB total

Evidence2.1 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

89 third-party requests · 416 KiB (19% of transfer) — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
qualified.com12124 KiB
adobedtm.com1999 KiB
knotch-cdn.com469 KiB
newrelic.com128 KiB
openai.com328 KiB
6sc.co1022 KiB
trustarc.com110 KiB
stackadapt.com49 KiB
marketo.net27 KiB
zi-scripts.com37 KiB
doubleclick.net23 KiB
demdex.net42 KiB

Wasted JavaScript (by bundle)

Transfer-accurate — each bundle's transfer size × its unused %, ranked by wasted bytes (the biggest code-splitting wins). Unused JS also inflates Token Cost (TC).

BundleTransferUnusedWasted
https://assets.box.com/modules/custom/box_qualified/js/qualified.js?tlit4f158 KiB65.7%104 KiB
https://www.box.com/securemetric/172 KiB48.3%83 KiB
https://js.qualified.com/packs/js/multimodal_v2-ea429a0e.js 3P93 KiB54.1%50 KiB
https://assets.box.com/sites/default/files/self_hosted/271346/mouseflow.js55 KiB81.4%45 KiB
https://www.knotch-cdn.com/ktag/latest/feedback.min.js 3P41 KiB79%33 KiB
https://assets.box.com/sites/default/files/js/js_wGIXfcfSE7d73roN92f5_97S_7nyzYFDuWCgTLJK60o.js?scope=footer&delta=2&language=en&theme=box_shiny&include=eJyNktFuwyAMRX-oiK3ry77GcsAhdIAZdpN0X7-06aZOzaS-INv3cG2QO55tI6lcJI5kFLtEsut4BvTcESi2QGrXpLLorfKISJyFihBM1CmGK-B5KonRi02xfEBt7EiEG8QCNaGjK_V5whT7SN7-Rua4DiGuxapiL3HHqpxvpVWlkKkoOF8h9g0z2Xt1iOVsM3tMZoye-G_1lAheX97AKcKabuj7d5C03JWBJxj3G8ThsO1wPU3Cr_PlAx6Euzl1oExAiS5vEVtwjAE1cjHj3vTMSu1ZbulXghF6wngg9NvGFQMZbIRGue5orlg8OC6KTqHnlsViaLQsCxvKGNM_jCxzmJ8N2GaOfGqFziZjrbGEb_7V_9s36 KiB72.4%26 KiB
https://assets.box.com/modules/custom/box_adobe_target/js/adobe/at.min.js?v=2.11.935 KiB64%23 KiB
https://assets.adobedtm.com/6055abd7bbba/d4daa566f179/launch-5f423943e551.min.js 3P64 KiB28%18 KiB
https://bzrcdn.openai.com/sdk/oaiq.min.js 3P27 KiB61.4%16 KiB
https://js-agent.newrelic.com/nr-full-1.314.0.min.js 3P28 KiB55.8%16 KiB
https://www.knotch-cdn.com/ktag/latest/ktag.min.js?accountId=b88cfa0e-d9ca-4b61-bad8-d159ea771b23 3P22 KiB65.3%15 KiB
https://j.6sc.co/6si.min.js 3P20 KiB64.8%13 KiB
https://assets.box.com/modules/custom/box_adobe_target/js/adobe/visitorapi.min.js?tlit4f22 KiB49.9%11 KiB
https://consent.trustarc.com/notice?domain=box.com&c=teconsent&text=true&pcookie=true&gtm=true&js=bb&noticeType=bb 3P10 KiB68.9%7 KiB
https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js 3P13 KiB50%6 KiB

Network

202Requests
2189 KiBTransferred
56Scripts
19%3rd-party
0Long tasks
Image (87)
966 KiB
Script (56)
918 KiB
Font (6)
128 KiB
Document (4)
109 KiB
Media (3)
27 KiB
Other (11)
24 KiB
XHR (16)
9 KiB
Fetch (15)
8 KiB
Manifest (1)
1 KiB
Ping (2)
0 KiB
Stylesheet (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://assets.box.com/sites/default/files/styles/1440xauto/public/2026-07/1-hero_box-contentai_1440-new.png?itok=Evg5rL40Image200256 KiB
https://www.box.com/securemetric/Script200172 KiB
https://assets.box.com/sites/default/files/styles/768x768/public/2025-12/4-lr_automate_with_ai_agents_0.png?itok=chf2nj6nImage200164 KiB
https://assets.box.com/modules/custom/box_qualified/js/qualified.js?tlit4fScript200158 KiB
https://www.box.com/Document200109 KiB
https://assets.box.com/sites/default/files/styles/768x768/public/2025-12/3-lr_collaborate_easily_and_securely.jpg?itok=bynKQFHuImage20095 KiB
https://js.qualified.com/packs/js/multimodal_v2-ea429a0e.jsScript20093 KiB
https://assets.adobedtm.com/6055abd7bbba/d4daa566f179/launch-5f423943e551.min.jsScript20064 KiB
https://assets.box.com/sites/default/files/self_hosted/271346/mouseflow.jsScript20055 KiB
https://www.knotch-cdn.com/ktag/latest/feedback.min.jsScript20041 KiB
https://assets.box.com/sites/default/files/js/js_wGIXfcfSE7d73roN92f5_97S_7nyzYFDuWCgTLJK60o.js?scope=footer&delta=2&language=en&theme=box_shiny&include=eJyNktFuwyAMRX-oiK3ry77GcsAhdIAZdpN0X7-06aZOzaS-INv3cG2QO55tI6lcJI5kFLtEsut4BvTcESi2QGrXpLLorfKISJyFihBM1CmGK-B5KonRi02xfEBt7EiEG8QCNaGjK_V5whT7SN7-Rua4DiGuxapiL3HHqpxvpVWlkKkoOF8h9g0z2Xt1iOVsM3tMZoye-G_1lAheX97AKcKabuj7d5C03JWBJxj3G8ThsO1wPU3Cr_PlAx6Euzl1oExAiS5vEVtwjAE1cjHj3vTMSu1ZbulXghF6wngg9NvGFQMZbIRGue5orlg8OC6KTqHnlsViaLQsCxvKGNM_jCxzmJ8N2GaOfGqFziZjrbGEb_7V_9sScript20036 KiB
https://assets.box.com/modules/custom/box_adobe_target/js/adobe/at.min.js?tlit4fScript20035 KiB
https://assets.box.com/modules/custom/box_adobe_target/js/adobe/at.min.js?v=2.11.9Script20035 KiB
https://js-agent.newrelic.com/nr-full-1.314.0.min.jsScript20028 KiB
https://assets.qualified.com/static-media/piperx-orb/orb-animation.mp4Media20627 KiB
https://bzrcdn.openai.com/sdk/oaiq.min.jsScript20027 KiB
https://www.box.com/themes/custom/box_shiny/fonts/InterDisplay-SemiBoldItalic.woff2Font20026 KiB
https://www.box.com/themes/custom/box_shiny/fonts/InterDisplay-Italic.woff2Font20025 KiB
https://www.box.com/themes/custom/box_shiny/fonts/InterDisplay-SemiBold.woff2Font20024 KiB
https://www.box.com/themes/custom/box_shiny/fonts/InterDisplay-Regular.woff2Font20024 KiB
https://www.knotch-cdn.com/ktag/latest/ktag.min.js?accountId=b88cfa0e-d9ca-4b61-bad8-d159ea771b23Script20022 KiB
https://assets.box.com/modules/custom/box_adobe_target/js/adobe/visitorapi.min.js?tlit4fScript20022 KiB
https://www.box.com/themes/custom/box_shiny/fonts/InterDisplay-Medium.woff2Font20021 KiB
https://j.6sc.co/6si.min.jsScript20020 KiB
https://assets.box.com/sites/default/files/styles/900x720/public/2026-05/4-LR_Background.png?itok=82lJEO2rImage20014 KiB
https://assets.box.com/sites/default/files/styles/252x168/public/2026-09/501x336_Resource%20spotlight%20nav_0.jpg?itok=DqoPVBVJImage20014 KiB
https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.jsScript20013 KiB
https://assets.box.com/sites/default/files/styles/200xauto/public/2026-05/2-logo_samsung.png?itok=eei3ZlAiImage20011 KiB
https://assets.box.com/sites/default/files/styles/294x250/public/2026-08/BW_Promo%20Nav%20290x250.png.webp?itok=X5y5_bBmImage20011 KiB
https://consent.trustarc.com/notice?domain=box.com&c=teconsent&text=true&pcookie=true&gtm=true&js=bb&noticeType=bbScript20010 KiB
Analyzing…
running mobile + desktop · ~30s