# BeaverCheck Audit Report — https://chsi.com.cn

**Date:** April 21, 2026  
**URL:** https://chsi.com.cn  
**Overall Grade:** D (65/100)  
**Report:** https://beavercheck.com/results/788f69f8-dceb-40ab-87ad-40d9a6e9cf41

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** Cookie 'CHSICC_CLIENTFLAGCHSI' is missing the Secure flag — Security > Cookie Security
3. **[CRITICAL]** Cookie 'acw_tc' is missing the Secure flag — Security > Cookie Security
4. **[CRITICAL]** Cookie 'aliyungf_tc' is missing the Secure flag — Security > Cookie Security
5. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 51 |
| Accessibility | 44 |
| Best Practices | 81 |
| SEO | 92 |

---

## 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 not present

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

*TLS 1.2, 7 checks passed*

- **[PASS]** TLS 1.2 is used
- **[INFO]** TLS 1.3 is not negotiated — TLS 1.3 offers improved performance and security. Consider enabling it.
- **[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 270 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (D — 50/100)

*4 cookies analyzed, 4 checks passed*

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

---

## Advanced Security

### Subresource Integrity (A+ — 100/100)

*No external resources*

- **[PASS]** No external resources to protect

### 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 (F — 30/100)

*No DMARC*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures.

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

*1.2 MB transferred, 50 requests*

- **[PASS]** Page weighs 2.3 MB (1.2 MB transferred)
- **[WARNING]** JavaScript is 523 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[PASS]** 50 HTTP requests
- **[INFO]** Estimated 0.26 g CO2 per page load

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

*99% third-party, 0 ms blocking*

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

*30 images, 0 KB saveable*

- **[WARNING]** https://t1.chei.com.cn/common/images/wap-icon/nav-... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t2.chei.com.cn/news/img/2293452275.jpg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t2.chei.com.cn/common/images/icon-search-w... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t1.chei.com.cn/news/img/2293452001.jpg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t4.chei.com.cn/news/img/2293447374.jpg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t4.chei.com.cn/chsi/assets/gb/wap/images/i... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t3.chei.com.cn/chsi/assets/gb/wap/images/l... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t1.chei.com.cn/news/img/2293461486.jpg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t4.chei.com.cn/news/img/2293444024.jpg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t2.chei.com.cn/chsi/assets/gb/wap/images/i... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://t2.chei.com.cn/chsi/images/jgwab.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

### JS Execution Cost (D — 40/100)

*2940ms total JS execution*

- **[WARNING]** Unattributable: 773ms CPU time
- **[WARNING]** https://www.chsi.com.cn/wap/index.jsp: 609ms CPU time
- **[WARNING]** https://t1.chei.com.cn/common/wap/vant/2.12.27/van...: 477ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-8YMQ...: 326ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=UA-100...: 273ms CPU time
- **[WARNING]** Third-party scripts: 2331ms (79% of total)

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

*4 fonts (95 KB)*

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

### JS Bundles (C — 60/100)

*8 scripts, 237 KB unused*

- **[WARNING]** https://t1.chei.com.cn/common/wap/vant/2.12.27/van...: 71 KB unused (75%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-8YMQ...: 69 KB unused (41%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=UA-100...: 63 KB unused (51%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://t1.chei.com.cn/chsi/assets/gb/wap/js/app.j...: 34 KB unused (54%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 237 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 (C — 60/100)

*50 resources · 1.2 MB · 237 KB savings available*

- **[WARNING]** Page weight 253 KB over 1MB target
- **[INFO]** ~237 KB of savings available
- **[WARNING]** 48 third-party resources (99% of weight)

---

## Infrastructure

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

*1 A records, 107 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
- **[INFO]** No NS records found
- **[INFO]** No MX records — email not configured via DNS
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[INFO]** No SPF record found in TXT records — SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
- **[PASS]** DNS resolution time: 107 ms

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

*No redirects — direct access*

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

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

*robots.txt present, no sitemap*

- **[PASS]** robots.txt is present
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.
- **[INFO]** robots.txt does not reference a sitemap — Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

### URL Variants (A — 90/100)

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

- **[WARNING]** HTTP→HTTPS redirect uses 302 instead of 301

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

*chsi.com.cn — via 北京国科云计算技术有限公司（原北京中科三方网络技术有限公司）, 24 years, 3 months old, hosted on CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation, CN*

- **[PASS]** Domain registered until May 16, 2030 (4 years, 1 months remaining)
- **[PASS]** Registrar: 北京国科云计算技术有限公司（原北京中科三方网络技术有限公司）
- **[PASS]** Registrar lock is enabled — Domain cannot be transferred without explicit unlock from the registrar. This protects against unauthorized transfers.
- **[PASS]** Hosting: CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation, CN

---

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

*No viewport meta tag*

- **[CRITICAL]** No viewport meta tag found — Without a viewport meta tag, the page will not render correctly on mobile devices.

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

*No third-party trackers detected*

- **[PASS]** No third-party trackers detected

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

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

- **[INFO]** 3 cookie(s) could not be classified

---

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

*public*

- **[PASS]** Cache-Control header is set
- **[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.

---

## UX

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

*HTTP 404, custom page*

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

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

*1 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[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 — 0/100)

*No navigation patterns*

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

---

## Sustainability

### CO2 Per Page Load (A — 85/100)

*0.35g CO2 per view*

- **[PASS]** 0.35g CO2 per page view — This page transfers 1.2 MB, producing an estimated 0.35g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.07g, network 0.06g, end-user device 0.23g.
- **[INFO]** At 10,000 monthly views: 42.4 kg CO2/year — With 10,000 page views per month, this page would generate approximately 42.4 kg of CO2 annually — equivalent to charging 5299 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)

*99% cached*

- **[PASS]** 99% reduction on repeat visits — Returning visitors download only 10 KB (vs 1277 KB first visit). 49 of 50 resources are served from browser cache, saving 0.35g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.00g CO2 (first visit: 0.35g)

### Carbon Budget (A — 85/100)

*25th percentile*

- **[PASS]** 0.35g CO2 — below the sustainability target of 0.50g — Cleaner than an estimated 75% of websites analyzed. This page meets the Web Sustainability Guidelines target.
- **[INFO]** Estimated 25th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

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

*81% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/788f69f8-dceb-40ab-87ad-40d9a6e9cf41*
