www.box.com

Report from 7/24/2026, 9:53:55 AM https://www.box.com
Latest run · lab, cold cache
76
7/24/2026
28-day score · p75 · the standard
1/7 runs — building history (nightly)

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.78
SSD Semantic Signal Density Good
828 tok
TC Token Cost Good
28 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
46.6% · 4,001
Chrome (nav / header / footer)
50% · 4,287
Boilerplate (cookie / ad)
3.4% · 294
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 53.4% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 46.6%, chrome 50%, boilerplate 3.4%, other 0%. Only 46.6% 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: 103 KiB of this bundle is never executed on load.
Impact~-103 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.
highBreak up long main-thread tasks

longest task 475 ms (10 total)

EvidenceMain thread blocked 475 ms by the longest task.
ImpactFaster interactivity + content settling.
Effort1–4 h
FixSplit heavy work, defer third-party scripts, move compute off the main thread.
mediumCut total transfer weight

2.3 MB total

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

Third-party impact

108 third-party requests · 475 KiB (20.4% of transfer) · 655 ms main-thread — 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 KiB39 ms
adobedtm.com22102 KiB518 ms
knotch-cdn.com468 KiB
licdn.com241 KiB
ml314.com340 KiB10 ms
newrelic.com128 KiB88 ms
6sc.co1222 KiB
trustarc.com110 KiB
stackadapt.com49 KiB
marketo.net27 KiB
zi-scripts.com36 KiB
nr-data.net73 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?tinbl8158 KiB65.7%103 KiB
https://www.box.com/securemetric/162 KiB48%78 KiB
https://js.qualified.com/packs/js/multimodal_v2-ea429a0e.js 3P93 KiB54.1%51 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 3P40 KiB77.7%31 KiB
https://assets.box.com/sites/default/files/js/js_74-g2az1GvSajDFTiVrMXjij5zTF4Og9x0aS7zt0P3Q.js?scope=footer&delta=2&language=en&theme=box_shiny&include=eJyNUu1uwyAMfKEhtq5_9jSWA5eEFjDDNE339Es_NnVqJvUPMr7z-UDXyWwrtEjWMME07iL0pZOZ2EsHalwHNOtGuL3porg9vFkG5FAdHnkaZkVW0BFd4-FC8HLMUdirjSHvqVRxUJVKIVOJfJP5PHAMfYC3v5XZXZ2oq6E0tee6k9Yk3VpXFENCbuR8odBXTrD36BjyySbxHM0UPORv9xBBb6_v5BrT9bqCbz5I4zKroxxp2qwwttt1hctpIn-dzh_wANz5bCMSCBHnt6jNPIWBW5Bspo3pRRrqs7xlXx6M4gnhEezXhQsPMFzBpkl5wVw4e3KSG7tGvdSkloeKJTFikDjEfzi6-DA_CVjn7JYsZZxM4lJCHr4BDjQBeA35 KiB73.4%26 KiB
https://ml314.com/tag.aspx?246 3P39 KiB61%24 KiB
https://assets.adobedtm.com/6055abd7bbba/d4daa566f179/launch-5f423943e551.min.js 3P65 KiB28.2%18 KiB
https://www.knotch-cdn.com/ktag/latest/ktag.min.js?accountId=b88cfa0e-d9ca-4b61-bad8-d159ea771b23 3P22 KiB65.3%15 KiB
https://js-agent.newrelic.com/nr-full-1.314.0.min.js 3P28 KiB51%14 KiB
https://j.6sc.co/6si.min.js 3P19 KiB66.1%12 KiB
https://snap.licdn.com/li.lms-analytics/insight.beta.min.js 3P21 KiB58.5%12 KiB
https://consent.trustarc.com/notice?domain=box.com&c=teconsent&text=true&pcookie=true&gtm=true&js=bb&noticeType=bb 3P10 KiB69.4%7 KiB
https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js 3P13 KiB50%6 KiB
https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_AudienceManagement.min.js 3P9 KiB59.3%5 KiB

Network

218Requests
2330 KiBTransferred
56Scripts
20.4%3rd-party
10Long tasks
Image (97)
1101 KiB
Script (56)
863 KiB
Font (6)
128 KiB
Document (4)
108 KiB
Fetch (19)
68 KiB
Media (3)
27 KiB
Other (10)
24 KiB
XHR (18)
10 KiB
Manifest (1)
1 KiB
Ping (3)
0 KiB
Stylesheet (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://assets.box.com/sites/default/files/styles/768x768/public/2025-12/4-lr_automate_with_ai_agents_0.png?itok=chf2nj6nImage200299 KiB
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/Script200162 KiB
https://assets.box.com/modules/custom/box_qualified/js/qualified.js?tinbl8Script200158 KiB
https://www.box.com/Document200108 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.jsScript20065 KiB
https://assets.box.com/sites/default/files/self_hosted/271346/mouseflow.jsScript20055 KiB
https://www.knotch-cdn.com/ktag/latest/feedback.min.jsScript20040 KiB
https://ml314.com/tag.aspx?246Script20039 KiB
https://assets.box.com/sites/default/files/js/js_74-g2az1GvSajDFTiVrMXjij5zTF4Og9x0aS7zt0P3Q.js?scope=footer&delta=2&language=en&theme=box_shiny&include=eJyNUu1uwyAMfKEhtq5_9jSWA5eEFjDDNE339Es_NnVqJvUPMr7z-UDXyWwrtEjWMME07iL0pZOZ2EsHalwHNOtGuL3porg9vFkG5FAdHnkaZkVW0BFd4-FC8HLMUdirjSHvqVRxUJVKIVOJfJP5PHAMfYC3v5XZXZ2oq6E0tee6k9Yk3VpXFENCbuR8odBXTrD36BjyySbxHM0UPORv9xBBb6_v5BrT9bqCbz5I4zKroxxp2qwwttt1hctpIn-dzh_wANz5bCMSCBHnt6jNPIWBW5Bspo3pRRrqs7xlXx6M4gnhEezXhQsPMFzBpkl5wVw4e3KSG7tGvdSkloeKJTFikDjEfzi6-DA_CVjn7JYsZZxM4lJCHr4BDjQBeAScript20035 KiB
https://assets.box.com/modules/custom/box_adobe_target/js/adobe/at.min.js?tinbl8Fetch20035 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://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?tinbl8Fetch20022 KiB
https://www.box.com/themes/custom/box_shiny/fonts/InterDisplay-Medium.woff2Font20021 KiB
https://snap.licdn.com/li.lms-analytics/insight.beta.min.jsScript20021 KiB
https://snap.licdn.com/li.lms-analytics/insight.min.jsScript20020 KiB
https://j.6sc.co/6si.min.jsScript20019 KiB
https://assets.box.com/sites/default/files/styles/252x168/public/2026-06/501x336_Resource%20spotlight%20nav.jpg?itok=nIOYU1YQImage20018 KiB
https://assets.box.com/sites/default/files/styles/900x720/public/2026-05/4-LR_Background.png?itok=82lJEO2rImage20014 KiB
https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.jsScript20013 KiB
https://assets.box.com/sites/default/files/styles/252x168/public/2026-04/Spotlight-Automate%20-%20252x168.jpg?itok=tzObxGQRImage20012 KiB
https://assets.box.com/sites/default/files/styles/200xauto/public/2026-05/2-logo_samsung.png?itok=eei3ZlAiImage20011 KiB

Long tasks (>50 ms)

StartDuration
405 ms475 ms
948 ms205 ms
2246 ms157 ms
1556 ms153 ms
2491 ms106 ms
4388 ms104 ms
1262 ms97 ms
2608 ms89 ms
247 ms85 ms
4144 ms83 ms
Analyzing…
running mobile + desktop · ~30s