Skip to content
https://www.cloudflare.com

Security

· 11 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
65
GRADE
D
FIX
3
REVIEW
5
PASS
3
INFO
0
Checks
11
3 PASS 5 REVIEW 3 FIX
F
Content Security Policy
Action
No enforcing CSP policy found
FIX
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.
Expected: default-src 'self'
Info::
Content-Security-Policy-Report-Only is set but does not enforce
Report-Only logs violations but does not block them. Deploy an enforcing policy when ready.
Got: script-src 'unsafe-inline' 'unsafe-eval'; connect-src 'none'; report-uri https://csp-reporting.cloudflare.com/cdn-cgi/sc…

CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

Expected: default-src 'self'
Why this matters

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

Learn more

Content-Security-Policy is the browser-enforced firewall against XSS. With a strict CSP, a script injection that would otherwise steal session cookies is silently blocked. Without it, your only defense is hoping every input on every form is escaped correctly forever. Start in Report-Only mode, fix violations, then graduate to enforcing.

Source: OWASP / MDN

Report-Only logs violations but does not block them. Deploy an enforcing policy when ready.

Why this matters

Report-Only CSP catches violations but doesn't block them — protection is only realized when you graduate to enforcing.

Learn more

Report-Only mode is the right starting point: deploy, monitor reports for a week, fix violations, then graduate to enforcing CSP. Sites that get stuck in Report-Only forever have all the operational cost of a CSP with none of the security benefit. Once your reports are clean, swap the header name to `Content-Security-Policy`.

Source: MDN CSP

D
Subresource Integrity
Action
1 of 15 external resources have SRI
FIX
1 of 15 external resources have SRI
Warning::
External script from cdn.bizible.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.bizible.com/xdc.js?_biz_u=f0a8bde137f94c248deadd9687200643&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01
Warning::
External script from munchkin.marketo.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //munchkin.marketo.net/165/munchkin.js
Warning::
External script from static.ads-twitter.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.ads-twitter.com/uwt.js
Warning::
External script from snap.licdn.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://snap.licdn.com/li.lms-analytics/insight.min.js
Warning::
External script from tag.demandbase.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://tag.demandbase.com/1be41a80498a5b73.min.js
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtm.js?id=GTM-NDGPDFZ&gtg_health=1
Warning::
External script from ot.www.cloudflare.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://ot.www.cloudflare.com/ot/scripttemplates/otSDKStub.js
Warning::
External script from ot.www.cloudflare.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://ot.www.cloudflare.com/ot/scripttemplates/202503.1.0/otBannerSdk.js
Warning::
External script from js.adsrvr.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://js.adsrvr.org/up_loader.1.1.0.js
Warning::
External script from munchkin.marketo.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //munchkin.marketo.net/munchkin-beta.js
Warning::
External script from cdn.bizible.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.bizible.com/scripts/bizible.js
Warning::
External script from js.qualified.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://js.qualified.com/qualified.js?token=37pXYrro6wCZbsU7
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtm.js?id=GTM-NDGPDFZ
Info::
script from static.cloudflareinsights.com has SRI protection
Warning::
External script from challenges.cloudflare.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://challenges.cloudflare.com/turnstile/v0/api.js
SRI Coverage 1 / 15 of external resources have integrity hashes
TagDomainIntegrity
<script>cdn.bizible.com Missing
<script>munchkin.marketo.net Missing
<script>static.ads-twitter.com Missing
<script>snap.licdn.com Missing
<script>tag.demandbase.com Missing
<script>www.googletagmanager.com Missing
<script>ot.www.cloudflare.com Missing
<script>ot.www.cloudflare.com Missing
<script>js.adsrvr.org Missing
<script>munchkin.marketo.net Missing
<script>cdn.bizible.com Missing
<script>js.qualified.com Missing
<script>www.googletagmanager.com Missing
<script>static.cloudflareinsights.com Protected
<script>challenges.cloudflare.com Missing
F
Email Security
Action
No DMARC
FIX
No DMARC
Warning::
No DMARC record found
Without DMARC, email receivers have no policy for handling authentication failures.
DMARC

No DMARC record found

Without DMARC, email receivers have no policy for handling authentication failures from your domain.

Without DMARC, email receivers have no policy for handling authentication failures.

Why this matters

Without DMARC, anyone can send phishing emails using your domain name.

Learn more

DMARC tells receiving mail servers what to do with email that fails SPF/DKIM checks for your domain. With a strict 'p=reject' policy, spoofed emails get bounced; without it they reach the inbox. Domains used in phishing campaigns lose deliverability and brand trust fast.

Source: DMARC.org / NIST

B
Security Headers
7 of 10 headers properly configured
REVIEW
7 of 10 headers properly configured
Info::
Strict-Transport-Security is properly configured (consider adding preload)
Got: max-age=31536000; includeSubDomains
Info::
X-Content-Type-Options is properly configured
Got: nosniff
Info::
X-Frame-Options is properly configured
Got: SAMEORIGIN
Info::
Referrer-Policy is properly configured
Got: strict-origin-when-cross-origin
Info::
Permissions-Policy is set
Got: geolocation=(), camera=(), microphone=()
Critical::
Content-Security-Policy header is missing
CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
Expected: default-src 'self'
Warning::
Cross-Origin-Opener-Policy header is missing
COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
Expected: 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.
Expected: require-corp
Info::
X-Powered-By header is not present
Info::
Server header is present without version info
Got: cloudflare

CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.

Expected: default-src 'self'
Why this matters

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

Learn more

Content-Security-Policy is the browser-enforced firewall against XSS. With a strict CSP, a script injection that would otherwise steal session cookies or rewrite the page is silently blocked. Without it, your only defense is hoping every input on every form is escaped correctly forever.

Source: OWASP / MDN

COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.

Expected: same-origin
Why this matters

COOP isolates your top-level browsing context from cross-origin windows — without it, popup-based side-channel attacks remain possible.

Learn more

Cross-Origin-Opener-Policy: same-origin prevents cross-origin pages from sharing a browsing-context group with yours. This blocks cross-window references that enable Spectre-style timing attacks and tab-nabbing. Required if you want to enable SharedArrayBuffer.

Source: MDN / web.dev

COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.

Expected: require-corp
Why this matters

COEP enforces that all embedded resources opt-in to cross-origin embedding — required for cross-origin isolation features.

Learn more

Cross-Origin-Embedder-Policy: require-corp ensures every embedded resource (script, iframe, image) explicitly allows being loaded cross-origin. Combined with COOP, this enables the cross-origin-isolated context that unlocks SharedArrayBuffer, high-resolution timers, and other powerful APIs.

Source: MDN / web.dev

C
Cookie Security
Action
5 cookies analyzed, 9 checks passed
REVIEW
5 cookies analyzed, 9 checks passed
Info::
Cookie 'cf_willow_version_key' has the Secure flag
Info::
Cookie 'cf_willow_version_key' has the HttpOnly flag
Info::
Cookie 'cf_willow_version_key' has SameSite=Strict
Info::
Cookie '_cfms_willow' has the Secure flag
Warning::
Cookie '_cfms_willow' is missing the HttpOnly flag
Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
Info::
Cookie '_cfms_willow' has SameSite=Strict
Critical::
Cookie '_ga' is missing the Secure flag
Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
Warning::
Cookie '_ga' is missing the HttpOnly flag
Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
Warning::
Cookie '_ga' has no SameSite attribute
Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
Info::
Cookie 'kndctr_8AD56F28618A50850A495FB6_AdobeOrg_identity' has the Secure flag
Warning::
Cookie 'kndctr_8AD56F28618A50850A495FB6_AdobeOrg_identity' is missing the HttpOnly flag
Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
Info::
Cookie 'kndctr_8AD56F28618A50850A495FB6_AdobeOrg_identity' has SameSite=Lax
Info::
Cookie '__cf_bm' has the Secure flag
Info::
Cookie '__cf_bm' has the HttpOnly flag
Warning::
Cookie '__cf_bm' has no SameSite attribute
Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
5 cookies analyzed 1 critical 5 warnings
NameSecureHttpOnlySameSiteSizeIssues
cf_willow_version_keyStrict57 B
_cfms_willowStrict18 B1
_ga45 B3
kndctr_8AD56F28618A50850A495FB6_AdobeOrg_identityLax137 B1
__cf_bm228 B1
B
Permissions-Policy
3 directives, 2 missing
REVIEW
3 directives, 2 missing
Info::
geolocation=() — blocked for all origins
Info::
camera=() — blocked for all origins
Info::
microphone=() — blocked for all origins
Info::
payment not restricted
Consider adding payment=() to block payment access from embedded content.
Info::
usb not restricted
Consider adding usb=() to block usb access from embedded content.

Raw Header

geolocation=() camera=() microphone=()

Feature Permissions

Blocked Self Only Unrestricted Not Set
geolocation Blocked
camera Blocked
microphone Blocked
payment Not Set
usb Not Set
B
CORS Configuration
No CORS headers
REVIEW
No CORS headers
Info::
No CORS headers present — secure default
CORS Configuration Secure

No CORS headers detected.

Cross-origin requests are blocked by browser same-origin policy.

Origin reflection test

Some servers mirror the request Origin header, which can be exploited. Test manually:

curl -sI -H "Origin: https://evil.com" <url> | grep -i access-control
B
security.txt
Published with 2 contact(s)
REVIEW

security.txt

Contact: https://hackerone.com/cloudflare, https://www.cloudflare.com/abuse/
Policy: https://www.cloudflare.com/.well-known/security.txt
A+
TLS & Certificates
TLS 1.3, 7 checks passed
PASS
TLS 1.3, 7 checks passed
Info::
TLS 1.3 is used
Got: TLS 1.3
Info::
Strong cipher suite is used
Got: TLS_CHACHA20_POLY1305_SHA256
Info::
HTTP/2 is not negotiated
HTTP/2 provides multiplexing and header compression for better performance.
Got: http/1.1
Info::
Certificate is valid (expires in 77 days)
Got: 2026-06-21T13:12:04Z
Info::
Certificate chain has 3 certificates
Info::
Certificate uses modern signature algorithm
Got: ECDSA-SHA256
Info::
Certificate covers 2 domain(s)
Got: www.cloudflare.com, timeline.www.cloudflare.com
Info::
Certificate is issued by a trusted CA
Got: CN=WE1,O=Google Trust Services,C=US

HTTP/2 provides multiplexing and header compression for better performance.

Why this matters

HTTP/1.1 forces the browser to make sequential requests, multiplying latency on every page.

Learn more

HTTP/2 (and HTTP/3) multiplex many requests over a single connection, eliminating head-of-line blocking. HTTP/1.1 forces the browser to either queue requests or open many parallel connections — both worse. Most modern web servers support HTTP/2 with one config line.

Source: MDN Web Docs

Connection
Protocol
TLS 1.3
Cipher Suite
TLS_CHACHA20_POLY1305_SHA256
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject CN=www.cloudflare.comIssuer CN=WE1,O=Google Trust Services,C=USValid 2026-03-23T12:12:06Z → 2026-06-21T13:12:04ZExpires in 77 days SANs www.cloudflare.com, timeline.www.cloudflare.comSignature ECDSA-SHA256Serial 764e9ae6601991140e82e3f1e47bc3f4
Intermediate (CA Certificate)
Subject CN=WE1,O=Google Trust Services,C=USIssuer CN=GTS Root R4,O=Google Trust Services LLC,C=USValid 2023-12-13T09:00:00Z → 2029-02-20T14:00:00ZExpires in 1052 days Signature ECDSA-SHA384Serial 7ff31977972c224a76155d13b6d685e3
Intermediate (CA Certificate)
Subject CN=GTS Root R4,O=Google Trust Services LLC,C=USIssuer CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BEValid 2023-11-15T03:43:21Z → 2028-01-28T00:00:42ZExpires in 663 days Signature SHA256-RSASerial 7fe530bf331343bedd821610493d8a1b
A+
JS Library Vulnerabilities
No known vulnerabilities
PASS
No known vulnerabilities
Info::
No known JavaScript library vulnerabilities detected

No known JavaScript library vulnerabilities detected.

A+
Information Leakage
No exposures
PASS
No exposures
Info::
security.txt is present — good practice
Info::
No sensitive files exposed

No sensitive files exposed — all paths returned 404.

PathStatusCategoryRisk
/.git/HEAD Not foundVersion Control
/.git/config Not foundVersion Control
/.svn/entries Not foundVersion Control
/.env Not foundConfiguration
/.env.local Not foundConfiguration
/.env.production Not foundConfiguration
/wp-config.php Not foundConfiguration
/.htaccess Not foundConfiguration
/phpinfo.php Not foundDebug
/server-status Not foundDebug
/server-info Not foundDebug
/.well-known/security.txt ExposedSecurity PolicyInfo
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback