Skip to content
https://git-scm.com Export & share
Scanned
2026-04-21 19:02 UTC
Worker
🇪🇸 Madrid
Duration
35.00s
Vs prev

Audit overview

3 categories need attention: Security, and 2 others.

Fix Priority Matrix

5 findings

Quick Wins

3

High impact, low effort — start here.

Strategic

2

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

Content-Security-Policy header is missing

Without a CSP, a single XSS bug can exfiltrate everything your users type — including credentials.

Security › Security Headers
Critical: 2

HSTS header is missing

Without HSTS, a network attacker can downgrade the very first connection to HTTP and steal the user's session.

Security › Security Headers
Critical: 3

No Content-Security-Policy header found

Without a CSP, a single XSS bug can exfiltrate everything users type — credentials, payment data, session tokens.

Security › Content Security Policy
Critical: 4

6 image-in-link without alt text

Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.

Accessibility › Alt Text Quality
Critical: 5

6 image-only link(s) without alt text

Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.

Accessibility › Link & Button Quality
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
3 security gaps detected — browsers may warn visitors about your site.
2 accessibility issues exclude users who rely on assistive technology.

Business case

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

Return on investment

$725 investment → $921/month returns + USD 157,500 risk avoided

Investment
$725
7.3 h · 5 findings
Monthly returns
$921
$11,056/yr
Payback
0.8 mo
+1425% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$6250.7 mo payback · +1669% 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.
$125 — 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

6 barrier(s) likely increasing bounce by ~14%.

Barriers
6
6 warn
Bounce delta
+14pp
added vs baseline
Score
82
B
Speed
0
Trust
2
Usability
0
Content
3
Nav
1
  • No HSTS header
    Returning visitors are briefly exposed to downgrade attacks on first request
    → Set Strict-Transport-Security: max-age=31536000; includeSubDomains
  • No Content-Security-Policy header
    Higher XSS blast radius — one compromised script can exfiltrate the checkout form
    → Ship a reporting-only CSP first, then enforce once violations are clean
  • No Open Graph tags
    Links shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
    → Add og:title, og:description, og:image, og:url to the page head
  • No structured data
    No rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
    → Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
  • Thin content
    Under 300 words — visitors bounce looking for substance, search engines rank competitors first
    → Add a substantive FAQ, product detail, or case-study section

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

Remediation cost

$725 7.3 developer hours at $100/hr
Quick wins
$125 3 fixes in ~75 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

$921 / month at risk ~$11,056 / 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
  • Privacy Policy not detected
    CCPA/CPRA: USD 2,500 – USD 7,500
  • No <main> landmark found
    ADA Title III: USD 25,000 – USD 150,000

Bounce-Rate Cost

$921 /mo

+14.2pp bounce · ~1,417 lost visitors/mo

CPC: USD 0.65

Bandwidth Waste

$0.07 /mo

845.5 MB/mo × 0.080 USD/GB

  • Optimize transfer: save ~85 KB per page load
    Saves $0.07/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 5 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

100
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
82
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.

1.14 s

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

1.23 s

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

0 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.

1.14 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.

1.23 s

Desktop

100
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
82
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.

365 ms

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

670 ms

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

0 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.

365 ms

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

670 ms

Categories

8
Avg score 77.8

How you compare

Where this site stands against peers running the same stack.

Hugo · 35 peers
You 75
·
Avg 77
At average
0 50 100
Better than 22% of Hugo sites See full Hugo benchmark →
jQuery · 1922 peers
You 75
·
Avg 73
At average
0 50 100
Security P1Performance P98SEO P3Sustainability P96Infrastructure P93Content P16Compliance P24Accessibility P29

Top 10% of jQuery sites score 76+ on Security; you're at 56 — closing this gap is the highest-leverage improvement.

Better than 60% of jQuery sites See full jQuery benchmark →

Technology stack

Hugo 0.155.3, hosted on GitHub Pages, with Cloudflare CDN

8 technologies detected 3 stack layers 5 with CPE identifier Complex

Stack Architecture

Framework
Hugo 0.155.3 Modernizr 2.5.3 Varnish jQuery 3.7.1 jQuery UI 1.14.1
CDN
Cloudflare Fastly
Hosting
GitHub Pages

All Detected Technologies (8)

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 →

Fastly is a cloud computing services provider. Fastly's cloud platform provides a content delivery network, Internet security services, load balancing, and video & streaming services.

Categories CDN Website https://www.fastly.com Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

GitHub Pages is a static site hosting service.

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

Hugo is an open-source static site generator written in Go.

Categories Static site generator Website https://gohugo.io Detected by BeaverCheck

Modernizr is a JavaScript library that detects the features available in a user's browser.

Categories JavaScript libraries Website https://modernizr.com Detected by BeaverCheck

Varnish is a reverse caching proxy.

Categories Caching Website https://www.varnish-cache.org Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.

Categories JavaScript libraries Website https://jquery.com Detected by BeaverCheck Evidence Script URL: https://code.jquery.com/jquery-3.7.1.min.js
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery, Cascading Style Sheets, and HTML.

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

Observations (3)

Hosted on GitHub Pages

GitHub Pages provides free static hosting with automatic HTTPS. Limitations: no server-side code, 1GB site size limit, 100GB/month bandwidth.

No build tool detected

A framework (Hugo) 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

8 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%2Fgit-scm.com)](https://beavercheck.com/results/4a4a99bf-b31a-429b-9d40-dd2696d21b25)
<a href="https://beavercheck.com/results/4a4a99bf-b31a-429b-9d40-dd2696d21b25"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgit-scm.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fgit-scm.com

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 · 7h total → projected B (84)

Sprint 1: Quick Wins

+5

Highest ROI — low effort, high impact

3 findings 1h → B (80)
  • · HSTS header is missing
  • · 6 image-in-link without alt text
  • · 6 image-only link(s) without alt text

Sprint 2: Core Fixes

+4

Medium effort, high structural impact

2 findings 6h → B (84)
  • · Content-Security-Policy header is missing
  • · No Content-Security-Policy header found

Send Feedback