Skip to content
Scanned
2026-04-22 22:40 UTC
Worker
🇪🇸 Madrid
Duration
1.3m
Vs prev

Audit overview

Accessibility needs attention; the rest of the categories are in good shape.

Fix Priority Matrix

5 findings

Quick Wins

4

High impact, low effort — start here.

Strategic

1

High impact, requires investment.

Easy Improvements

0

Small gains, minimal effort.

Nothing in this quadrant — good news.

Deprioritize

0

Low impact, high effort — do last.

Nothing in this quadrant — good news.

← Low effort High effort →

Screenshots

DESKTOP + MOBILE
Desktop
Desktop screenshot
Mobile
Mobile screenshot

Top Priorities (5)

Sorted by impact
Critical: 1

Cookie 'NEXT_LOCALE' is missing the Secure flag

A cookie without the Secure flag can leak over HTTP — in HSTS-protected sites, this is still a defense-in-depth gap.

Security › Cookie Security
Warning: 2

Cookie 'NEXT_LOCALE' is missing the HttpOnly flag

Without HttpOnly, JavaScript can read the cookie — an XSS bug becomes a session-stealing attack.

Security › Cookie Security
Warning: 3

Cookie '__cf_bm' has no SameSite attribute

Without SameSite, cookies ride along on cross-site requests — enabling CSRF attacks that SameSite=Lax blocks for free.

Security › Cookie Security
Warning: 4

Cross-Origin-Embedder-Policy header is missing

COEP enforces that all embedded resources opt-in to cross-origin embedding — required for cross-origin isolation features.

Security › Security Headers
Warning: 5

Cross-Origin-Opener-Policy header is missing

COOP isolates your top-level browsing context from cross-origin windows — without it, popup-based side-channel attacks remain possible.

Security › Security Headers
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
5 security gaps detected — browsers may warn visitors about your site.

Business case

What fixing the audit's findings is worth -- and what ignoring them keeps costing.

Return on investment

$200 investment → $6,311/month returns + USD 157,500 risk avoided

Investment
$200
2.0 h · 5 findings
Monthly returns
$6,311
$75,737/yr
Payback
0.0 mo
+37769% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$750.0 mo payback · +100883% Y1
Optimistic scenario assuming the top 3 capture most of the upside. Real-world recovery typically falls between this projection and the full-fix ROI above.
$100 — in quick wins — start here for the fastest payback

Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.

Conversion barriers

4 barrier(s) likely increasing bounce by ~23%.

Barriers
4
2 crit 2 warn
Bounce delta
+23pp
added vs baseline
Score
74
B
Speed
2
Trust
1
Usability
0
Content
0
Nav
1
  • Page takes 12.8s to load
    Users abandon at ~3s — you're 10.3s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 3.9s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • No HSTS header
    Returning visitors are briefly exposed to downgrade attacks on first request
    → Set Strict-Transport-Security: max-age=31536000; includeSubDomains
  • No skip-to-content link
    Keyboard and screen-reader users must tab through the entire header on every page
    → Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element

Preliminary CRO audit — each barrier links to the tab with detailed analysis.

Remediation cost

$200 2.0 developer hours at $100/hr
Quick wins
$100 4 fixes in ~60 minutes

Start here for the best return on investment

Cost by category

Cost by effort level

Adjust assumptions

Team composition

Multiplier applied to dev hours to reflect QA, design, and PM overhead. Use Dev only for solo work; Full team for projects with formal review processes.

$ /hr

Rates reflect fully-loaded developer cost including overhead

How developer rates are sourced

Warning:Cost of inaction

$6,311 / month at risk ~$75,737 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Compliance Risk

$157,500

ADA Title IIICCPA/CPRA
  • No privacy policy link detected
    CCPA/CPRA: USD 2,500 – USD 7,500
  • 1 advertising/retargeting trackers detected
    CCPA/CPRA: USD 2,500 – USD 7,500
  • Trackers detected but no cookie policy found
    CCPA/CPRA: USD 2,500 – USD 7,500

Bounce-Rate Cost

$6,310 /mo

+23.5pp bounce · ~2,346 lost visitors/mo

CPC: USD 2.69

Bandwidth Waste

$0.95 /mo

11818.2 MB/mo × 0.080 USD/GB

  • Optimize transfer: save ~1.2 MB per page load
    Saves $0.95/mo

Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.

Compliance methodology · SEO assumptions · Bandwidth model

Your performance is already good — improvements may show diminishing returns

Unique monthly visitors from your analytics

Purchases, signups, or key actions

Optional — for revenue estimation

additional conversions/month

more engaged visitors from reduced bounce

potential monthly revenue
Current bounce (est.)
After fixes (est.)
Estimated bounce reduction

Fix 1 critical issues to capture this value

How this is calculated

Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.

Your site's LCP: → estimated after fixes.

These are estimates based on industry research — actual results vary

Bounce-rate model & assumptions

Your data stays in your browser — nothing is sent to our servers

Lighthouse

Mobile

28
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

4.77 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

12.77 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

3.93 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

8.27 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

21.20 s

Desktop

69
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

997 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.47 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

390 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.11 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.30 s

Categories

8
Avg score 82.6

How you compare

Where this site stands against peers running the same stack.

Contentful · 89 peers
You 79
·
Avg 74
At average
0 50 100
Better than 88% of Contentful sites See full Contentful benchmark →
Cloudflare Bot Management · 466 peers
You 79
·
Avg 74
At average
0 50 100
Content P96Compliance P89Infrastructure P87Accessibility P80Sustainability P24Security P72Performance P39SEO P53

Top 10% of Cloudflare Bot Management sites score 96+ on Sustainability; you're at 76 — closing this gap is the highest-leverage improvement.

Better than 84% of Cloudflare Bot Management sites See full Cloudflare Bot Management benchmark →

Technology stack

Contentful, hosted on Next.js, with Cloudflare CDN

23 technologies detected 5 stack layers 3 with CPE identifier Enterprise

Stack Architecture

Analytics
Linkedin Ads Linkedin Insight Tag Vercel Speed Insights 2.0.0
CMS
Contentful
Framework
Cloudflare Bot Management GSAP Google Search Console Google Workspace HSTS Lenis 1.3.21 Open Graph Osano Priority Hints Prism RSS React Three.js 182 Webpack lit-html 2.8.0
CDN
Cloudflare
Hosting
Next.js 16.2.3 Next.js App Router Vercel

All Detected Technologies (23)

Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.

Categories CDN Website https://www.cloudflare.com Detected by BeaverCheck Evidence Server header in redirect: cloudflare
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Next.js is a React framework for developing single page Javascript applications.

Categories JavaScript frameworks, Web frameworks, Web servers, Static site generator Website https://nextjs.org Detected by BeaverCheck Evidence Script URL: https://metamask.io/_next/static/chunks/51034008-5950fed2277c9bf1.js
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

The Next.js App Router is a new paradigm for building applications using React's latest features.

Categories JavaScript frameworks, Web servers Website https://nextjs.org/docs/app Detected by BeaverCheck

Vercel is a cloud platform for static frontends and serverless functions.

Categories PaaS Website https://vercel.com Detected by BeaverCheck Evidence Header: x-vercel-id

Contentful is an API-first content management platform to create, manage and publish content on any digital channel.

Categories CMS Website https://www.contentful.com Detected by BeaverCheck

Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.

Categories Security Website https://www.cloudflare.com/en-gb/products/bot-management/ Detected by BeaverCheck

GSAP is an animation library that allows you to create animations with JavaScript.

Categories JavaScript frameworks Website https://greensock.com/gsap Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=YtaNNt_XG9lp97tHolcYR0NqdyhSkGWdfpMCFUVru4U
Categories Email Detected by BeaverCheck Evidence MX record: smtp.google.com

HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.

Categories Security Website https://www.rfc-editor.org/rfc/rfc6797#section-6.1 Detected by BeaverCheck

Lenis is a smooth scroll library to normalise the scrolling experience across devices.

Categories JavaScript libraries Website http://lenis.darkroom.engineering Detected by BeaverCheck

Open Graph is a protocol that is used to integrate any web page into the social graph.

Categories Miscellaneous Website https://ogp.me Detected by BeaverCheck

Osano is a data privacy platform that helps your website become compliant with laws such as GDPR and CCPA.

Categories Cookie compliance Website https://www.osano.com Detected by BeaverCheck

Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.

Categories Performance Website https://wicg.github.io/priority-hints/ Detected by BeaverCheck

Prism is an extensible syntax highlighter.

Categories Miscellaneous Website https://prismjs.com Detected by BeaverCheck

RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

Categories Miscellaneous Website https://www.rssboard.org/rss-specification Detected by BeaverCheck

React is an open-source JavaScript library for building user interfaces or UI components.

Categories JavaScript frameworks Website https://reactjs.org Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Three.js is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL.

Categories JavaScript graphics Website https://threejs.org Detected by BeaverCheck

Webpack is an open-source JavaScript module bundler.

Categories Miscellaneous Website https://webpack.js.org/ Detected by BeaverCheck

lit-html is a simple, modern, safe, small and fast HTML templating library for JavaScript.

Categories JavaScript libraries Website https://lit.dev Detected by BeaverCheck

Linkedin Ads is a paid marketing tool that offers access to Linkedin social networks through various sponsored posts and other methods.

Categories Advertising Website https://business.linkedin.com/marketing-solutions/ads Detected by BeaverCheck

LinkedIn Insight Tag is a lightweight JavaScript tag that powers conversion tracking, website audiences, and website demographics.

Categories Analytics Website https://business.linkedin.com/marketing-solutions/insight-tag Detected by BeaverCheck

Vercel Speed Insights provides you with a detailed view of your website's performance metrics, based on Core Web Vitals.

Categories Analytics Website https://vercel.com/docs/speed-insights Detected by BeaverCheck

Observations (2)

No build tool detected

A framework (Cloudflare Bot Management) was detected but no bundler was identified. The build tool may not be detectable from output patterns, or the site may use the framework's built-in bundler.

Complex technology stack detected

23 technologies identified. A complex stack increases maintenance burden and attack surface. Consider whether all components are actively needed.

Show your score

Drop this badge on your README, marketing site, or status page. It auto-updates every time the audit re-runs and links back to this report.

BeaverCheck badge

This badge auto-updates with your latest scan result.

[![BeaverCheck](https://beavercheck.com/badge?url=https%3A%2F%2Fmetamask.io)](https://beavercheck.com/results/884b2477-f411-47a0-aa5d-3093e75d69fc)
<a href="https://beavercheck.com/results/884b2477-f411-47a0-aa5d-3093e75d69fc"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmetamask.io" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fmetamask.io

Export & share

Download the audit, share with your team, or grab a fix plan ready to copy into your tracker.

Share

Copies markdown to clipboard

Export
Download Markdown Report Download JSON

Fix Plan

Three-week roadmap to ship the audit's findings, with one-click copy targets for your tracker.

Three-week fix plan

2 sprints · 2h total → projected B (84)

Sprint 1: Quick Wins

+4

Highest ROI — low effort, high impact

4 findings 1h → B (83)
  • · Cookie 'NEXT_LOCALE' is missing the Secure flag
  • · Cookie 'NEXT_LOCALE' is missing the HttpOnly flag
  • · Cookie '__cf_bm' has no SameSite attribute
  • · Cross-Origin-Opener-Policy header is missing

Sprint 2: Core Fixes

+1

Medium effort, high structural impact

1 findings 1h → B (84)
  • · Cross-Origin-Embedder-Policy header is missing

Send Feedback