# BeaverCheck Audit Report — https://ufsc.br

**Date:** April 23, 2026  
**URL:** https://ufsc.br  
**Overall Grade:** D (68/100)  
**Report:** https://beavercheck.com/results/e3cd0600-6d69-489b-b8fe-ee91c6b1b611

## Top Findings

1. **[CRITICAL]** Cookie 'PHPSESSID' is missing the Secure flag — Security > Cookie Security
2. **[CRITICAL]** Page weighs 27.6 MB (25.0 MB transferred) — Performance > Page Weight Budget
3. **[CRITICAL]** 1 image-in-link without alt text — Accessibility > Alt Text Quality
4. **[CRITICAL]** 13 link(s) with no accessible text — Accessibility > Link & Button Quality
5. **[CRITICAL]** 58 image(s) missing alt attribute — Accessibility > Alt Text Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 55 |
| Accessibility | 50 |
| Best Practices | 77 |
| SEO | 73 |

---

## Security

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

*3 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (0s, should be ≥ 31536000s) — A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
- **[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.
- **[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 (C — 65/100)

*2 of 10 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[WARNING]** default-src directive is missing — default-src provides a fallback for other directives. Set it to restrict default resource loading.
- **[INFO]** No script-src or default-src to check for 'unsafe-inline'
- **[INFO]** No script-src or default-src to check for 'unsafe-eval'
- **[INFO]** No script-src or default-src to check for wildcard
- **[PASS]** object-src falls back to default-src
- **[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.
- **[PASS]** upgrade-insecure-requests is enabled

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

*1 cookies analyzed, 0 checks passed*

- **[CRITICAL]** Cookie 'PHPSESSID' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie 'PHPSESSID' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie 'PHPSESSID' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.

---

## Advanced Security

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

*0 of 2 external resources have SRI*

- **[WARNING]** External link from fonts.googleapis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from ufsc3.paginas.ufsc.br 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 — 85/100)

*DMARC: quarantine*

- **[PASS]** DMARC policy is quarantine — good 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 (C — 60/100)

*Origin: **

- **[INFO]** Access-Control-Allow-Origin: * — unrestricted — Any website can read this resource's response. Appropriate for public APIs but not for user-specific content.
- **[INFO]** Origin reflection not testable with a single request — Some servers reflect the request Origin header. This requires manual testing with a crafted Origin header.

---

## Performance

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

*25.0 MB transferred, 138 requests*

- **[CRITICAL]** Page weighs 27.6 MB (25.0 MB transferred)
- **[WARNING]** Images are 23.3 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 1.0 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** CSS is 589 KB — consider purging unused styles — Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
- **[WARNING]** 138 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 5.2 g CO2 per page load

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

*97% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 97% of page weight (24.2 MiB of 25.0 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)

*89 images, 0 KB saveable*

- **[WARNING]** https://noticias.paginas.ufsc.br/files/2025/05/05_... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/122724-2/Pra__a%20da%20C... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/133106-2/Centro%20Tecnol... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/258578-2/Fazenda%20da%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/258580-2/Restaurante%20U... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2024/10/ufsc-s... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/122740-2/Fazenda%20da%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/256592-2/Cidade%20das%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2025/12/ufsc-6... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/258576-2/Esta____o%20de%... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2023/07/banner... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/247451-2/Ararangu__%20-%... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/258590-2/Acessibilidade%... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ouvidoria.paginas.ufsc.br/files/2022/11/Ba... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/133084-2/Campus%20Araran... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/133088-2/Campus%20Curiti... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/244330-2/IMG_9732%20CCS_... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/245907-2/Campus%20Joinvi... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/257039-2/Fazenda%20Exper... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/120588-2/Reflexo%20na%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc.br/files/2022/11/banner_qrcode_mec_uf... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/122734-2/CCE%20-%20Foto%... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251199-2/IMG_0563%20-%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251254-2/IMG_0197_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/257003-2/Cidade%20das%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2023/07/banner... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/120596-2/Nova%20pista%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/133098-2/Gar__a%20no%20C... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/166945-2/Reitoria%20ilum... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251203-2/Reitoria_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/258603-2/Biblioteca%2031... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc.br/wp-content/themes/brasilGov/img/br... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2026/03/consul... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/243260-2/315A0145_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251197-2/IMG_0544%20-%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251249-2/Campus%20Blumen... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/256594-2/IMG_8005%20-%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2025/10/03_ban... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/122732-2/Campus%20Curiti... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/122738-2/Reitoria%20-%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251205-2/Reitoria2_Gusta... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251260-2/IMG_0868_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://noticias.paginas.ufsc.br/files/2024/01/cam... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/126167-2/Boitat__%20-%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/133096-2/MArque%20-%20Fo... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/133104-2/Templo%20Ecum__... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251195-2/UFSC%20GustavoD... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/255999-2/Campus%20Blumen... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2025/10/02_ban... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/122730-2/Biblioteca%20Un... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/133092-2/Centro%20de%20C... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/243256-2/315A0073_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/252069-2/IMG_5769_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2024/10/01_cal... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://ufsc3.paginas.ufsc.br/files/2023/07/banner... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://noticias.paginas.ufsc.br/files/2025/05/04_... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/120594-2/Campus%202015%2... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/122726-2/Centro%20de%20C... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/152923-2/Inaugura____o%2... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/243264-2/315A9956_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251227-2/Laborat__rio%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://noticias.paginas.ufsc.br/files/2025/05/01_... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/243262-2/315A9972_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/244509-2/CCB%20%20-%20IM... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251256-2/IMG_0663%20-%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/257207-2/Fazenda%20Exper... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/243258-2/315A0121_Gustav... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/126121-2/DSC_0049.jpg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/251201-2/IMG_0487%20-%20... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/255381-2/Fortaleza%20Rat... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/245905-2/MArquE%20-%20IM... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://galeria.ufsc.br/d/258582-2/CTC%20-%20IMG_6... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*6948ms total JS execution*

- **[WARNING]** https://ufsc.br/wp-includes/js/jquery/jquery.js?ve...: 2272ms CPU time
- **[WARNING]** https://ufsc.br/: 1909ms CPU time
- **[WARNING]** Unattributable: 1862ms CPU time
- **[WARNING]** https://ufsc.br/wp-content/mu-plugins/videojs/vide...: 760ms CPU time
- **[INFO]** https://ufsc.br/wp-content/themes/brasilGov/js/mod...: 144ms CPU time
- **[INFO]** Third-party scripts: 1862ms (27% of total)

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

*3 fonts (83 KB)*

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

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

*17 scripts, 78 KB unused*

- **[WARNING]** https://ufsc.br/wp-content/mu-plugins/videojs/vide...: 47 KB unused (75%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://ufsc.br/wp-includes/js/jquery/jquery.js?ve...: 31 KB unused (33%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://ufsc.br/wp-content/themes/brasilGov/js/pik...: unminified — 4 KB could be saved
- **[INFO]** Total unused JavaScript: 78 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)

*3 hints, 0 missing preconnects*

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

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

*138 resources · 25.0 MB · 78 KB savings available*

- **[WARNING]** Page weight 24.0 MB over 1MB target
- **[INFO]** ~78 KB of savings available
- **[WARNING]** 102 third-party resources (97% of weight)
- **[INFO]** 60 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 (C — 73/100)

*200 links checked, 194 healthy, 5 broken*

- **[CRITICAL]** 194 of 200 links are healthy
- **[CRITICAL]** Broken link: https://www.instagram.com/universidadeufsc — Found in <a href>. Returns HTTP 429.
- **[INFO]** Long redirect chain: http://ararangua.ufsc.br (3 hops)
- **[CRITICAL]** Broken link: https://cdgen.saad.ufsc.br/2020/07/23/solicitacao-do-nome... — Found in <a href>. Get "https://cdgen.saad.ufsc.br/2020/07/23/solicitacao-do-nome-social-durante-a-pandemia/": tls: failed to verify certificate: x509: certificate is valid for *.ufsc.br, ufsc.br, not cdgen.saad.ufsc.br
- **[CRITICAL]** Broken link: https://repositorio.ufsc.br/ — Found in <a href>. Get "https://repositorio.ufsc.br/": context deadline exceeded
- **[CRITICAL]** Broken link: https://noticias.ufsc.br/calendar/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://ufsc.br/galeria — Found in <a href>. Returns HTTP 404.

### Mixed Content (F — 20/100)

*8 HTTP resource(s) loaded on HTTPS page*

- **[WARNING]** HTTP img loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[WARNING]** HTTP img loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[WARNING]** HTTP img loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[WARNING]** HTTP img loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[WARNING]** HTTP img loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[WARNING]** HTTP img loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[WARNING]** HTTP img loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[WARNING]** HTTP img loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to 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 (C — 40/100)

*No structured data (JSON-LD) found.*

- **[INFO]** No structured data (JSON-LD) found — Adding structured data helps search engines understand your content and can enable rich results.

---

## Infrastructure

### DNS Records (A — 85/100)

*1 A records, 384 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.
- **[PASS]** Has 1 IPv6 (AAAA) record(s)
- **[PASS]** 2 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
- **[WARNING]** DNS resolution is slow (384 ms) — Slow DNS adds latency to every page load. Consider a faster DNS provider.

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

*No redirects — direct access*

- **[PASS]** No redirects — direct access

### IPv6 Readiness (F — 30/100)

*IPv6 records exist but unreachable*

- **[WARNING]** IPv6 DNS records exist but server is not reachable — Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
- **[INFO]** IPv6 connection error

### 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 (A+ — 100/100)

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

- **[PASS]** www/non-www redirect configured correctly (preferred: non-www)
- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*ufsc.br — 30 years, 8 months old, hosted on Universidade Federal de Santa Catarina, BR*

- **[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.
- **[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: Universidade Federal de Santa Catarina, BR

---

## 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]** 1 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 (F — 5/100)

*Missing <html lang>*

- **[WARNING]** <html lang> attribute is missing — The lang attribute on <html> is required for screen readers and WCAG 3.1.1 compliance.
- **[INFO]** No Content-Language HTTP header
- **[PASS]** Language signals are consistent

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

*Font sizes and tap targets checked*


### Viewport Configuration (C — 60/100)

*Viewport prevents zooming*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[CRITICAL]** Viewport prevents user zooming — user-scalable=no or maximum-scale < 2 prevents users from zooming. This is a WCAG 1.4.4 (Level AA) failure and an accessibility barrier for users with low vision.

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

*2 trackers detected*

- **[INFO]** 2 third-party trackers detected — Found 2 analytics, 0 advertising, 0 marketing, 0 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 2 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)

*1 cookies · 2 trackers · 0 pre-consent*

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

---

## Legal

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

*0 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.
- **[WARNING]** Terms of Service not detected — No link matching common Terms of Service URL patterns or link text was found. Most websites are expected to have a Terms of Service, especially those collecting user data.
- **[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 (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

*0 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]** No specific regulatory indicators detected — No strong signals for GDPR, CCPA, ADA, PCI, HIPAA, or COPPA were found. This does not mean these regulations don't apply — it means we didn't detect common technical indicators.

### 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 (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 (D — 50/100)

*No CDN detected*

- **[WARNING]** No CDN detected — A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.

### 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 (B — 75/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.
- **[WARNING]** HSTS max-age is short: 0 days — HSTS max-age should be at least 1 year (31536000 seconds).
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

### Landmark Structure (C — 60/100)

*3 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[PASS]** 1 <nav> landmark(s) found
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

### Heading Hierarchy (B — 75/100)

*33 headings, 1 skip(s)*

- **[WARNING]** Multiple H1 headings (4 found) — A page should have only one H1. Multiple H1s dilute the document outline.
- **[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 (D — 43/100)

*58 of 82 images have issues*

- **[CRITICAL]** 58 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[CRITICAL]** 1 image-in-link without alt text — An image inside a link with no alt creates an empty link.
- **[INFO]** 1 image(s) with alt text over 125 characters
- **[PASS]** 8 decorative image(s) correctly marked
- **[PASS]** 15 image(s) with good alt text

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

*1 of 1 controls have issues*

- **[WARNING]** 1 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.

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

*13 issue(s) across 174 links and 0 buttons*

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

---

## UX

### 404 Error Page (B — 80/100)

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page
- **[PASS]** Navigation links present on 404 page
- **[PASS]** Homepage link present on 404 page

### 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)

*No navigation patterns*

- **[PASS]** 1 navigation landmark(s) detected
- **[INFO]** No breadcrumbs, search, or skip link detected — These navigation aids help users orient themselves and find content efficiently, especially on large sites.

---

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (38 chars) is optimal
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*627 words, Very Difficult*

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

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

*39 internal, 135 external*

- **[PASS]** 39 internal links (22%)
- **[PASS]** 93% of links use descriptive anchor text
- **[INFO]** 39 internal / 135 external links

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

*82 images, 80 descriptive filenames*

- **[INFO]** 2 image(s) have hash/generic filenames
- **[INFO]** 58 image(s) missing alt text — see Accessibility tab

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (F — 15/100)

*7.09g CO2 per view*

- **[CRITICAL]** 7.09g CO2 per page view — This page transfers 25.0 MB, producing an estimated 7.09g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 1.31g, network 1.22g, end-user device 4.55g.
- **[INFO]** At 10,000 monthly views: 850.4 kg CO2/year — With 10,000 page views per month, this page would generate approximately 850.4 kg of CO2 annually — equivalent to charging 106300 smartphones.

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

*Unknown*

- **[INFO]** Hosting provider could not be identified — Without knowing the provider, we cannot determine their energy sourcing. Check with your hosting provider about their renewable energy commitments.
- **[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 74 KB (vs 25624 KB first visit). 136 of 138 resources are served from browser cache, saving 7.07g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 7.09g)

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

*95th percentile*

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

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

*100% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/e3cd0600-6d69-489b-b8fe-ee91c6b1b611*
