# BeaverCheck Audit Report — https://lastpass.com

**Date:** April 21, 2026  
**URL:** https://lastpass.com  
**Overall Grade:** C (72/100)  
**Report:** https://beavercheck.com/results/cca929a0-2c1d-4bf5-a625-ddffda020de4

## Top Findings

1. **[CRITICAL]** 'unsafe-eval' found in script source — Security > Content Security Policy
2. **[CRITICAL]** 'unsafe-inline' found in script source — Security > Content Security Policy
3. **[CRITICAL]** 1 link(s) with no accessible text — Accessibility > Link & Button Quality
4. **[CRITICAL]** 2 button(s) with no accessible text — Accessibility > Link & Button Quality
5. **[CRITICAL]** 20 image-only link(s) without alt text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 16 |
| Accessibility | 75 |
| Best Practices | 73 |
| SEO | 77 |

---

## Security

### Security Headers (C — 60/100)

*5 of 10 headers properly configured*

- **[WARNING]** HSTS is missing includeSubDomains — Without includeSubDomains, subdomains can still be accessed over HTTP.
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[PASS]** Content-Security-Policy is present
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info

### Content Security Policy (F — 30/100)

*2 of 10 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[PASS]** default-src directive is set
- **[CRITICAL]** 'unsafe-inline' found in script source — 'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
- **[CRITICAL]** 'unsafe-eval' found in script source — 'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
- **[PASS]** No wildcard in script source
- **[WARNING]** object-src allows plugin content — Set object-src to 'none' to prevent Flash/Java plugin exploits.
- **[WARNING]** base-uri directive is missing — Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
- **[WARNING]** frame-ancestors directive is missing — frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.
- **[WARNING]** form-action directive is missing — form-action restricts where forms can submit data, preventing form hijacking.
- **[INFO]** upgrade-insecure-requests is not set — This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

### TLS & Certificates (A+ — 100/100)

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[PASS]** Certificate is valid (expires in 185 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (B — 80/100)

*3 cookies analyzed, 5 checks passed*

- **[PASS]** Cookie 'lang' has the Secure flag
- **[WARNING]** Cookie 'lang' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie 'lang' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
- **[PASS]** Cookie '_abck' has the Secure flag
- **[WARNING]** Cookie '_abck' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie '_abck' has SameSite=None
- **[PASS]** Cookie 'bm_sz' has the Secure flag
- **[WARNING]** Cookie 'bm_sz' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie 'bm_sz' has SameSite=None

---

## Advanced Security

### Subresource Integrity (F — 20/100)

*0 of 3 external resources have SRI*

- **[WARNING]** External script from www.datadoghq-browser-agent.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from fonts.googleapis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.lputil.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

### JS Library Vulnerabilities (A+ — 100/100)

*No known vulnerabilities*

- **[PASS]** No known JavaScript library vulnerabilities detected

### Information Leakage (A+ — 100/100)

*No exposures*

- **[INFO]** No security.txt found — Consider adding a security.txt at /.well-known/security.txt.
- **[PASS]** No sensitive files exposed

### Email Security (A+ — 100/100)

*DMARC: reject*

- **[PASS]** DMARC policy is reject — strongest protection

### Permissions-Policy (D — 40/100)

*No header set*

- **[WARNING]** No Permissions-Policy header — Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

### CORS Configuration (B — 80/100)

*No CORS headers*

- **[PASS]** No CORS headers present — secure default

---

## Performance

### Page Weight Budget (F — 18/100)

*3.3 MB transferred, 179 requests*

- **[WARNING]** Page weighs 7.3 MB (3.3 MB transferred)
- **[WARNING]** JavaScript is 1.6 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[WARNING]** Images are 1.4 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** 179 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.69 g CO2 per page load

### Third-Party Impact (D — 50/100)

*100% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 100% of page weight (3.3 MiB of 3.3 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

### Text Compression (A+ — 100/100)

*All text resources are compressed*

- **[PASS]** All text resources are compressed

### Image Optimization (C — 60/100)

*99 images, 0 KB saveable*

- **[WARNING]** https://www.lastpass.com/-/media/141a4c09040b4903a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/87b4b0c371674a07a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/C8287817CFAA4E899... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/80daf3e0e5ef439e9... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/6c8a037857bb4bb48... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/72412a7a67034193a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/b934ff92607145088... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/8a16814557bb41898... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/1f23da193f0447af8... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/44800aab52654da28... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/986ec9724aea4e159... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/df5b71798abd4bcbb... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/168955172ff64700b... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/f7478f9c3b57454c9... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/fd7d85401f854604a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/cb0505ffc15b45a49... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/393abf46290f4fa08... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/fbc260615a2e4912a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/ea9dead1183647b7b... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/6487226fe3194522b... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/2628420fcf4147ee9... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/92df5bbb508944218... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.lastpass.com/-/media/065fb2a1a6b840919... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

### JS Execution Cost (F — 20/100)

*6936ms total JS execution*

- **[WARNING]** Unattributable: 1954ms CPU time
- **[WARNING]** https://www.lastpass.com/: 1315ms CPU time
- **[WARNING]** https://www.lastpass.com/assets/js/main.js?t=25032...: 1249ms CPU time
- **[WARNING]** https://www.datadoghq-browser-agent.com/us1/v5/dat...: 615ms CPU time
- **[WARNING]** https://connect.facebook.net/signals/config/735319...: 319ms CPU time
- **[WARNING]** Third-party scripts: 6936ms (100% of total)

### Font Loading (A+ — 100/100)

*2 fonts (58 KB)*

- **[INFO]** 2 font(s) use font-display: swap (FOUT risk but functional)

### JS Bundles (F — 20/100)

*48 scripts, 790 KB unused*

- **[WARNING]** https://static.lputil.com/lpassets/ab-test/tests.j...: 319 KB unused (99%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.lastpass.com/assets/form/static/js/thi...: 90 KB unused (53%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://static.lputil.com/lpassets/aiq/lastpass-pr...: 71 KB unused (55%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-0000...: 66 KB unused (48%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://web-analytics.lastpass.com/gtag/js?id=G-SY...: 63 KB unused (38%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 790 KB

### Resource Caching (A+ — 100/100)

*All resources properly cached*

- **[PASS]** No caching issues found

### Critical Rendering Path (A+ — 100/100)

*No render-blocking resources*

- **[PASS]** No render-blocking resources detected

### Resource Hints (A+ — 100/100)

*4 hints, 0 missing preconnects*

- **[PASS]** Page uses 4 resource hint(s)

### Page Weight Inventory (F — 30/100)

*179 resources · 3.3 MB · 790 KB savings available*

- **[WARNING]** Page weight 2.3 MB over 1MB target
- **[INFO]** ~790 KB of savings available
- **[WARNING]** 178 third-party resources (100% of weight)
- **[INFO]** 2 resources over 200KB

### Render-Blocking Resources (A+ — 100/100)

*No render-blocking resources detected*

- **[PASS]** No render-blocking resources detected in <head>

### Third-Party Resources (A+ — 100/100)

*No third-party resources detected*


---

## Content Quality

### Links (F — 40/100)

*200 links checked, 127 healthy, 73 broken*

- **[CRITICAL]** 127 of 200 links are healthy
- **[WARNING]** Broken link: https://fonts.googleapis.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/assets/styles/styles.css?t=250320261... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/assets/form/static/css/main.css?t=25... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/assets/js/main.js?t=25032026172601 — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/assets/form/static/js/index.bundle.j... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/assets/form/static/js/thirdparty.bun... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/43c6c6862a08410a8ef34ab46a3a... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/layouts/system/VisitorIdentification.js — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/assets/js/price-cards.js?v=41c5c09c9... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/assets/js/pick%20language.js?v=472be... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/assets/js/animOnScroll.js?v=5a54ad6d... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/7afd343f0230450f97897f44723f... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/7a226bee88ba433288a210d2efc7... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/4720d7adc6294ec0bad4417328ad... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/07bb195cb30d463db05550dda2f6... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/afdb972bf4404ab28258a27bacad... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/c4173af74ce44144a5fad12bbdae... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/366c223f99c14d02ac715269c5c1... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/56a9151207424fb5be34189f8dde... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/f60adad1329c48de898249fa7a6c... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/6d8a85cdc02d4b12bf0e545b7b53... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/61bc0755bfb74ba98d7ab2905511... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/b511ffa58fe14333868f2bbb7b75... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/355395c30a284becb81878bcee46... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/3800e389a8fc4106b3ae01eb50f6... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/c2f36ac152e04ac59b23249d3799... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/44e0a57a5d5b4e11bffe42217834... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/af802c3853684a7291e4c2c05da4... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/1f23da193f0447af82a4e0179342... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/26f066959bca4cc9add4dbb206d2... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/fbc260615a2e4912a9eed2b7687b... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/cd544eef7ab649589bb42639e330... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/c7075e7edd814388972cedf0cfbd... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/cac816137b964117b903f05dd807... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/cbec4962cb3b488193daba7ae60e... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/30881b06cd26429da26fc492f83d... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/c07e4ade02924d6cb056eaaaeaae... — Found in <img src>. Returns HTTP 404.
- **[CRITICAL]** Broken link: http: — Found in <a href>. Get "http:": http: no Host in request URL
- **[WARNING]** Broken link: https://lastpass.com/-/media/f7478f9c3b57454c95568024d34e... — Found in <img src>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://lastpass.com/google.com — Found in <a href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/496dca79dc004100b112d46c48dd... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/1e1945573b914b759b477e1859eb... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/ca5c371561c9438fbc7def085cb3... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/a558d8e4530d4db1a1b268fe3e14... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/891138b2c7634b08909fecf253dc... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/fd7d85401f854604a2d4215ece33... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/87b4b0c371674a07ab66209840b4... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/92df5bbb5089442183fc0283da94... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/72412a7a67034193a994dd5a0937... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/ea9dead1183647b7bb50dccfb76d... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/904f9c0f3cce4fc9a2711423bf1f... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/2a95116b8b974765ae7a0f380b7c... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/f31e7e5c7dce4b67acbba2389d57... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/a793a7d28cb44026ac8ee892a485... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/44800aab52654da28f79ca9ca923... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/986ec9724aea4e1590c5dbfe5570... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/80daf3e0e5ef439e9f5520a7caf6... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/b934ff92607145088750958b81aa... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/d96b893160794ba3908b4e2cd3c2... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/330e84c97fb74d55b38e47f68daa... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/5cbf3ba4528b42fea0626c103002... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/cb0505ffc15b45a49a36efdfd7a6... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/449397e2aaee4204bce5d6930b5d... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/735adcccc1204da5b074374d9932... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/393abf46290f4fa08c754897a126... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/065fb2a1a6b8409195984fc31c14... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/8a16814557bb41898b3812da489f... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/6487226fe3194522ba071fd0b376... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/2628420fcf4147ee90ca6daee7a8... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/6c8a037857bb4bb48ff0f1e588eb... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/df5b71798abd4bcbb572f96cc1ae... — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://lastpass.com/-/media/141a4c09040b4903a1d30a887f25... — Found in <img src>. Returns HTTP 404.

### Mixed Content (A+ — 100/100)

*No mixed content detected — all resources use HTTPS.*

- **[PASS]** No mixed content detected — all resources use HTTPS

### Open Graph (C — 75/100)

*Open Graph tags are partially configured — some improvements recommended.*

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.
- **[INFO]** og:title is long (78 characters) — Titles over 60 characters may be truncated in social sharing previews.
- **[INFO]** og:description is long (212 characters) — Descriptions over 200 characters may be truncated in social sharing previews.
- **[INFO]** Missing og:type — The og:type tag helps social platforms categorize the content.
- **[INFO]** Missing og:site_name — The og:site_name tag displays the website name in social previews.
- **[INFO]** Missing twitter:card — Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

### Structured Data (A+ — 100/100)

*3 JSON-LD block(s) found — structured data is well configured.*

- **[PASS]** 3 JSON-LD blocks found

---

## Infrastructure

### DNS Records (A+ — 95/100)

*1 A records, 20 ms lookup*

- **[PASS]** Resolves to 1 IPv4 address(es)
- **[INFO]** Single A record — no DNS redundancy — Multiple A records provide failover if one server goes down.
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 6 nameserver(s) configured
- **[PASS]** 1 mail exchanger(s) configured
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 20 ms

### Redirect Chain (A — 90/100)

*1 redirect(s), 156 ms total*

- **[PASS]** Single redirect
- **[INFO]** WWW normalization redirect
- **[INFO]** Uses 302 (temporary) redirect — If permanent, use 301 instead.

### IPv6 Readiness (C — 60/100)

*No IPv6 support*

- **[INFO]** No IPv6 (AAAA) records found — IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

### Crawlability (A+ — 100/100)

*robots.txt present, sitemap with 7 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 7 entries
- **[PASS]** Sitemap index with 7 child sitemaps
- **[PASS]** robots.txt references sitemap

### URL Variants (B — 75/100)

*www/non-www, trailing slash, HTTP→HTTPS*

- **[CRITICAL]** Both www and non-www versions serve content
- **[PASS]** HTTP correctly 301-redirects to HTTPS

### Domain Intelligence (A+ — 100/100)

*lastpass.com — via CSC Corporate Domains, Inc., 21 years, 5 months old, hosted on Akamai*

- **[PASS]** Domain registered until Jan 2, 2028 (1 years, 8 months remaining)
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: CSC Corporate Domains, Inc.
- **[WARNING]** Registrar lock is NOT enabled — The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
- **[PASS]** Hosting: Akamai

---

## Compliance

### WCAG Compliance (A+ — 100/100)

*No testable criteria*


### Cookie Consent & Privacy (B — 80/100)

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[PASS]** 3 cookie(s) set on initial load (functional)
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

### Language & i18n (A — 90/100)

*Lang attribute present*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[INFO]** No Content-Language HTTP header
- **[INFO]** Language signals are inconsistent — The <html lang> attribute and Content-Language header should agree.

### Readability & Typography (A+ — 100/100)

*Font sizes and tap targets checked*


### Viewport Configuration (A+ — 100/100)

*Viewport properly configured*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[PASS]** User zooming is allowed

### Third-Party Trackers (C — 55/100)

*4 trackers detected*

- **[INFO]** 4 third-party trackers detected — Found 4 analytics, 0 advertising, 0 marketing, 0 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 4 trackers but no cookie policy was detected. GDPR requires disclosure when using tracking cookies.
- **[WARNING]** Trackers detected but no privacy policy found — Most data protection regulations require a privacy policy when collecting user data via trackers.

### Cookie & Tracker Inventory (A+ — 100/100)

*3 cookies · 4 trackers · 0 pre-consent*

- **[INFO]** 1 cookie(s) could not be classified
- **[INFO]** 4 third-party tracker(s) detected on page

---

## Legal

### Legal Page Ecosystem (F — 25/100)

*1 of 7 expected legal pages detected*

- **[WARNING]** Privacy Policy not detected — No link matching common Privacy Policy URL patterns or link text was found. Most websites are expected to have a Privacy Policy, especially those collecting user data.
- **[PASS]** Terms of Service detected — Found at /legal-center.
- **[INFO]** Cookie Policy not detected — No link matching common Cookie Policy URL patterns or link text was found. Most websites are expected to have a Cookie Policy, especially those collecting user data.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[INFO]** DMCA / Copyright Notice not detected — No link matching common DMCA / Copyright Notice URL patterns or link text was found. Most websites are expected to have a DMCA / Copyright Notice, especially those collecting user data.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

### Copyright Notice (A+ — 100/100)

*© 2026 LastPass US LP*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 LastPass US LP
- **[PASS]** Copyright holder: LastPass US LP

### Regulatory Indicators

*2 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (moderate confidence) — Indicators suggesting GDPR may be relevant: Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

*0 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** No recognized third-party data-sharing services detected — This page does not appear to load external tracking, analytics, or advertising scripts.

### Compliance Badges (B — 70/100)

*1 compliance badge(s) detected*

- **[PASS]** TRUSTe / TrustArc badge detected — Found via body text: 'truste'. Note: the presence of a badge does not verify the certification is current or valid.

---

## Availability

### CDN & Delivery (B — 80/100)

*Akamai*

- **[PASS]** Site is served via Akamai CDN

### HTTP Caching (D — 40/100)

*no-store (uncacheable)*

- **[INFO]** Cache-Control: no-store prevents all caching — Intentional for dynamic content, but increases server load for every page view.
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

### Transport Security (A — 90/100)

*HTTP/3, HSTS, and TLS version analysis*

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[PASS]** HSTS enabled (base policy)
- **[INFO]** HSTS missing includeSubDomains — Without includeSubDomains, HSTS only protects the exact domain.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

### Landmark Structure (A+ — 100/100)

*4 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 1 <nav> landmark(s) found
- **[PASS]** Skip navigation link present

### Heading Hierarchy (F — 5/100)

*59 headings, 6 skip(s)*

- **[PASS]** Single H1 present
- **[WARNING]** Heading level skipped: H1 → H3 (missing H2) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H5 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** 1 empty heading(s) — Empty headings appear in the document outline but provide no information.

### Alt Text Quality (A — 94/100)

*2 of 117 images have issues*

- **[WARNING]** 2 image(s) with generic alt text
- **[PASS]** 29 decorative image(s) correctly marked
- **[PASS]** 86 image(s) with good alt text

### Form Accessibility (A+ — 100/100)

*No form controls*

- **[PASS]** No form controls on this page

### Link & Button Quality (F — 23/100)

*6 issue(s) across 309 links and 47 buttons*

- **[CRITICAL]** 1 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 3 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[CRITICAL]** 20 image-only link(s) without alt text — Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
- **[WARNING]** 21 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 2 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 264 link(s) with descriptive text

---

## UX

### 404 Error Page (C — 55/100)

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page

### Favicon & Branding (F — 30/100)

*2 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[INFO]** No apple-touch-icon detected — iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.

### Web Manifest (D — 40/100)

*Not found*

- **[INFO]** No web manifest found — No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

### Dark Mode Support (D — 40/100)

*No dark mode signals*

- **[INFO]** No dark mode signals detected — Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
- **[INFO]** Detection limited to meta tags and inline styles — External CSS files may contain prefers-color-scheme rules not visible to this scan.

### Print Stylesheet (D — 40/100)

*No print styles*

- **[INFO]** No print-specific styles detected — When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.

### Navigation UX (F — 35/100)

*1 navigation pattern(s)*

- **[PASS]** Skip navigation link detected
- **[PASS]** 1 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)

---

## SEO

### Canonical URL (A+ — 95/100)

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target reachable (self-referencing)
- **[INFO]** Canonical points to a different domain

### Meta Tags (A — 85/100)

*Title: 78 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is 78 characters — will be truncated in search results
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

### Content Depth (A+ — 100/100)

*3382 words, Very Difficult*

- **[PASS]** Page has 3382 words — good depth for search engines
- **[INFO]** Reading level: Very Difficult (grade 15)

### Internal Links (A+ — 95/100)

*254 internal, 55 external*

- **[PASS]** 254 internal links (82%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** Page has 309 links — consider reducing
- **[INFO]** 254 internal / 55 external links

### Image SEO (B — 80/100)

*117 images, 0 descriptive filenames*

- **[WARNING]** 100% of images have non-descriptive filenames — Search engines use filenames as a signal. Rename to descriptive names like 'team-photo.jpg'.

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (D — 50/100)

*0.93g CO2 per view*

- **[INFO]** 0.93g CO2 per page view — This page transfers 3.3 MB, producing an estimated 0.93g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.17g, network 0.16g, end-user device 0.60g.
- **[INFO]** At 10,000 monthly views: 111.9 kg CO2/year — With 10,000 page views per month, this page would generate approximately 111.9 kg of CO2 annually — equivalent to charging 13990 smartphones.

### Green Hosting (D — 40/100)

*Not green*

- **[INFO]** No confirmed renewable energy commitment detected — Consider providers like Cloudflare, Google Cloud, or Vercel that match 100% of their energy use with renewables.
- **[INFO]** Akamai: Committed to 50% renewable by 2030
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

### Repeat Visit Weight (A+ — 100/100)

*99% cached*

- **[PASS]** 99% reduction on repeat visits — Returning visitors download only 48 KB (vs 3372 KB first visit). 172 of 179 resources are served from browser cache, saving 0.92g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.93g)

### Carbon Budget (D — 50/100)

*59th percentile*

- **[WARNING]** 0.93g CO2 — above the median website (0.60g) — Heavier than an estimated 41% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 59th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (B — 80/100)

*77% efficient*

- **[INFO]** Transfer efficiency: 77% — An estimated 790 KB (23%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 790 KB of unused JavaScript. This wasted data produces 0.22g of unnecessary CO2 per page view.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/cca929a0-2c1d-4bf5-a625-ddffda020de4*
