# BeaverCheck Audit Report — https://nsa.gov

**Date:** April 22, 2026  
**URL:** https://nsa.gov  
**Overall Grade:** C (72/100)  
**Report:** https://beavercheck.com/results/594bfa9e-6f30-4519-93d7-57e74ebdaa93

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
3. **[CRITICAL]** Page weighs 7.9 MB (5.3 MB transferred) — Performance > Page Weight Budget
4. **[CRITICAL]** 18 link(s) with no accessible text — Accessibility > Link & Button Quality
5. **[WARNING]** 84 third-party resources (100% of weight) — Performance > Page Weight Inventory

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 56 |
| Accessibility | 96 |
| Best Practices | 77 |
| SEO | 83 |

---

## Security

### Security Headers (F — 25/100)

*2 of 10 headers properly configured*

- **[WARNING]** HSTS is missing includeSubDomains — Without includeSubDomains, subdomains can still be accessed over HTTP.
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[WARNING]** X-Frame-Options header is missing — This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
- **[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.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[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 — 0/100)

*No enforcing CSP policy found*

- **[CRITICAL]** No Content-Security-Policy header found — CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

### TLS & Certificates (A — 90/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 27 days)
- **[WARNING]** Certificate expires soon (27 days remaining) — Renew the certificate before it expires to avoid browser warnings.
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 69 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*No cookies set — no cookie security risks*

- **[PASS]** No cookies set — no cookie security risks

---

## Advanced Security

### Subresource Integrity (D — 40/100)

*1 of 5 external resources have SRI*

- **[PASS]** script from use.fontawesome.com has SRI protection
- **[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 dap.digitalgov.gov lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from search.usa.gov 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 — 0/100)

*5.3 MB transferred, 85 requests*

- **[CRITICAL]** Page weighs 7.9 MB (5.3 MB transferred)
- **[WARNING]** Images are 3.7 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[INFO]** Fonts are 1.0 MB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 85 HTTP requests
- **[INFO]** Estimated 1.1 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 (5.3 MiB of 5.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)

*20 images, 0 KB saveable*

- **[WARNING]** https://www.nsa.gov/portals/75/Homepage/lightbulb.... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.nsa.gov/portals/75/Homepage/book.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.nsa.gov/portals/75/Homepage/business.p... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.nsa.gov/DesktopModules/SharedLibrary/I... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.nsa.gov/Portals/75/logos.png?ver=EYzGy... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

### JS Execution Cost (C — 60/100)

*1635ms total JS execution*

- **[WARNING]** Unattributable: 492ms CPU time
- **[WARNING]** https://www.nsa.gov/: 403ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 355ms CPU time
- **[INFO]** https://www.nsa.gov/Resources/libraries/jQuery/03_...: 223ms CPU time
- **[INFO]** https://dap.digitalgov.gov/web-vitals/dist/web-vit...: 87ms CPU time
- **[WARNING]** Third-party scripts: 1635ms (100% of total)

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

*10 fonts (1052 KB)*

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

### JS Bundles (B — 80/100)

*27 scripts, 120 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-CSLL...: 61 KB unused (41%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.nsa.gov/Resources/libraries/jQuery-UI/...: 59 KB unused (89%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 120 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)

*No optimization needed*

- **[PASS]** No resource hint issues

### Page Weight Inventory (D — 45/100)

*85 resources · 5.3 MB · 120 KB savings available*

- **[WARNING]** Page weight 4.3 MB over 1MB target
- **[INFO]** ~120 KB of savings available
- **[WARNING]** 84 third-party resources (100% of weight)
- **[INFO]** 3 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)

*176 links checked, 80 healthy, 96 broken*

- **[CRITICAL]** 80 of 176 links are healthy
- **[WARNING]** Broken link: https://nsa.gov/Portals/75/Homepage/animate.css — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://use.fontawesome.com/releases/latest/js/all.js — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://nsa.gov/Resources/Shared/stylesheets/dnndefault/7... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/PhotoDashboard/module.css?... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/Announcements/module.css?c... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/ArticleCSDashboard/module.... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/AccordionMenu/CSS/jumpMenu... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/AccordionMenu/CSS/Template... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Boot... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/_default/skins/dod2/skin.css?cdv=... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/_default/Containers/DOD2/containe... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/75/portal.css?cdv=4840 — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/_default/skins/dod2/assets/dist/c... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/75/Homepage/Home.css?cdv=4840 — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Soci... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Skin... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/SharedLibrary/ValidatedPlu... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/spec... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/PhotoDashboard/Templates/D... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/desktopmodules/ArticleCS/styles/DOD2/styl... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Colo... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/ValidatedPlu... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/ValidatedPlu... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Resources/libraries/jQuery/03_07_01/jquer... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Resources/libraries/jQuery-Migrate/03_04_... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Resources/libraries/jQuery-UI/01_13_03/jq... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Resources/libraries/HoverIntent/01_10_01/... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/75/Homepage/wow.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/75/favicon.ico?ver=qRajspwcTqAKBy... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/SharedLibrary/Controls/Ban... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Goog... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://search.usa.gov/javascripts/remote.loader.js — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://nsa.gov/WebResource.axd?d=pynGkmcFUV0JwCJq02pBM5h... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/ScriptResource.axd?d=NJmAwtEo3IrZZmhJbgLN... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/ScriptResource.axd?d=dwY9oWetJoIvUjxxH4p9... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/spec... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/js/dnn.js?cdv=4840 — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/js/dnn.modalpopup.js?cdv=4840 — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/_default/skins/dod2/resources/js/... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/js/dnncore.js?cdv=4840 — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Mobi... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/SharedLibrary/ValidatedPlu... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/ArticleCS/Resources/Articl... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Colo... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/js/dnn.servicesframework.js?cdv=4840 — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Skin... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Portals/75/logos.png?ver=EYzGyE75m8q1mOtv... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/About/Cybersecurity-Collaboration-Center/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Cybersecurity/ — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/portals/75/Homepage/mission_icon.png — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Signals-Intelligence — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/portals/75/Homepage/lightbulb.png — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Research/ — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/portals/75/Homepage/book.png — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Academics/ — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/portals/75/Homepage/business.png — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Business/ — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/portals/75/Homepage/ncm_logo.png — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/museum/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/about/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/about/Leadership/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Helpful-Links/Contact-NSA/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/nsa-accessibility/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/ABA/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Site-Policies/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Culture/Operating-Authorities/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Culture/Civil-Liberties-and-Privacy/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/culture/compliance/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Culture/General-Counsel/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Helpful-Links/NSA-FOIA/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Helpful-Links/NSA-FOIA/Submit-a-Privacy-A... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Helpful-Links/Request-an-NSA-Speaker/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Helpful-Links/Prepublication-Review/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Helpful-Links/Submit-a-Media-Query/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/about/faqs/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Helpful-Links/Scams-and-Safety/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Portals/75/Applicant%20Reasonable%20Accom... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Portals/75/Personal%20Assistance%20Servic... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Portals/75/documents/Culture/NSA%20FY24%2... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Resources/NSA-Classified-Materiel-Convers... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Resources/Commercial-Solutions-for-Classi... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Resources/Cryptographic-support-Services/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Resources/Media-Destruction-Guidance/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Lapse-In-Appropriations/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Portals/75/Applicant%20Reasonable%20Accom... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Portals/75/Personal%20Assistance%20Servic... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://nsa.gov/Helpful-Links/No-Fear-Act/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: http://www.dimoc.mil/resources/limitations/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://nsa.gov/site_map/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: http://www.twitter.com/nsagov — Found in <a href>. Returns HTTP 520.
- **[CRITICAL]** Broken link: https://www.instagram.com/nsausgov/ — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://nsa.gov/DesktopModules/ArticleCS/RSS.ashx?Content... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/SharedLibrary/Images/VCL%2... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/SharedLibrary/Controls/Ban... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/Desktopmodules/SharedLibrary/Plugins/Boot... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://nsa.gov/DesktopModules/SharedLibrary/ValidatedPlu... — Found in <script src>. Returns HTTP 403.

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

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

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

### Open Graph (F — 0/100)

*No Open Graph tags found — social sharing previews will be generic.*

- **[WARNING]** No Open Graph meta tags found — Without og:title, og:description, and og:image, social media platforms will generate a generic preview when your page is shared.

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

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


---

## Infrastructure

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

*1 A records, 5 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]** 6 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: 5 ms

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

*0 redirect(s), 29 ms total*


### 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 (B — 75/100)

*no robots.txt, no sitemap*

- **[INFO]** No robots.txt found — robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.

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

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

- **[CRITICAL]** HTTP version does not redirect to HTTPS

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

*nsa.gov — via get.gov, 28 years, 11 months old, hosted on Akamai*

- **[PASS]** Domain registered until Aug 19, 2026 (3 months remaining)
- **[PASS]** DNSSEC is enabled
- **[PASS]** Registrar: get.gov
- **[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
- **[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 3 analytics, 0 advertising, 0 marketing, 1 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)

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

- **[INFO]** 4 third-party tracker(s) detected on page

---

## Legal

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

*2 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 https://www.defense.gov/Legal-Administrative/Privacy-Security/.
- **[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.
- **[PASS]** Accessibility Statement detected — Found at /nsa-accessibility/.
- **[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 (C — 55/100)

*No copyright notice detected*

- **[INFO]** No copyright notice detected — No copyright notice detected in the page content. While not legally required in most jurisdictions (copyright exists automatically), a notice is standard practice and signals site ownership.

### Regulatory Indicators

*3 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]** ADA indicators detected (strong confidence) — Indicators suggesting ADA may be relevant: Accessibility link found: Accessibility; Text mentions: section 508. Americans with Disabilities Act / Section 508 — requires digital accessibility for people with disabilities.
- **[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

*1 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]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: Analytics (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Google Analytics (Analytics) — Detected via script URL. Typically collects: Page views, User behavior, Demographics, Device info, IP address. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.

### Compliance Badges (C — 55/100)

*0 compliance badge(s) detected*

- **[INFO]** No compliance badges detected — No recognized compliance certification badges or seals were found. This is common — many sites do not display compliance badges.

---

## Availability

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

*Akamai*

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

### HTTP Caching (F — 30/100)

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

### 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 — 90/100)

*3 landmarks*

- **[PASS]** <main> landmark present
- **[WARNING]** No <nav> landmark found
- **[PASS]** Skip navigation link present

### Heading Hierarchy (A — 85/100)

*19 headings, 1 skip(s)*

- **[PASS]** Single H1 present
- **[WARNING]** Heading level skipped: H2 → H5 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

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

*All 7 images OK*

- **[PASS]** 5 decorative image(s) correctly marked
- **[PASS]** 2 image(s) with good alt text

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

*All 2 controls labeled*

- **[PASS]** 2 control(s) properly labeled

### Link & Button Quality (C — 58/100)

*18 issue(s) across 147 links and 4 buttons*

- **[CRITICAL]** 18 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 33 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 96 link(s) with descriptive text

---

## UX

### 404 Error Page (F — 5/100)

*HTTP 403, bare page*

- **[WARNING]** Unexpected status code: HTTP 403 — Expected HTTP 404 but received 403. This may confuse search engine crawlers.
- **[WARNING]** Bare server default 404 page — The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.

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

*1 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[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 — 15/100)

*1 navigation pattern(s)*

- **[PASS]** Skip navigation link detected

---

## SEO

### Canonical URL (B — 80/100)

*Minor issues*

- **[WARNING]** No canonical tag found — Search engines will determine the canonical URL themselves, which may cause duplicate content issues.

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

*Title: 4 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 4 characters — consider expanding
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

### Content Depth (B — 80/100)

*828 words, Very Difficult*

- **[PASS]** Page has 828 words of content
- **[INFO]** Reading level: Very Difficult (grade 15)

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

*60 internal, 87 external*

- **[PASS]** 60 internal links (41%)
- **[PASS]** 88% of links use descriptive anchor text
- **[INFO]** 60 internal / 87 external links

### Image SEO (A+ — 100/100)

*7 images, 7 descriptive filenames*

- **[PASS]** All images have descriptive filenames

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*1.50g CO2 per view*

- **[WARNING]** 1.50g CO2 per page view — This page transfers 5.3 MB, producing an estimated 1.50g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.28g, network 0.26g, end-user device 0.96g.
- **[INFO]** At 10,000 monthly views: 179.4 kg CO2/year — With 10,000 page views per month, this page would generate approximately 179.4 kg of CO2 annually — equivalent to charging 22428 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)

*100% cached*

- **[PASS]** 100% reduction on repeat visits — Returning visitors download only 20 KB (vs 5406 KB first visit). 84 of 85 resources are served from browser cache, saving 1.49g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 1.50g)

### Carbon Budget (F — 30/100)

*75th percentile*

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

### Transfer Efficiency (A+ — 100/100)

*98% efficient*

- **[PASS]** Transfer efficiency: 98% — Only 119 KB of potential savings identified. Your page is well-optimized for size.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/594bfa9e-6f30-4519-93d7-57e74ebdaa93*
