Skip to content
https://moodys.com

Security

· 13 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
76
GRADE
C
FIX
2
REVIEW
5
PASS
6
INFO
0
Checks
13
6 PASS 5 REVIEW 2 FIX
F
Content Security Policy
Action
2 of 10 CSP checks passed
FIX
2 of 10 CSP checks passed
Info::
Raw CSP policy
Got: script-src 'self' 'unsafe-inline' 'unsafe-eval' geolocation.onetrust.com *.recaptcha.net cdn.cookielaw.org *.google.com *.moodys.com *.googletagmanager.com *.google-analytics.com *.googleapis.com *.qualtrics.com *.webtrendslive.com *.webtrends.com *.salesforceliveagent.com *.force.com *.salesforce.com *.adobedtm.com *.gstatic.com *.walkme.com *.cloudfront.net *.go-mpulse.net *.akstat.io *.vimeocdn.com acsbapp.com about.moodys.io moodysabout.webflow.io munchkin.marketo.net *.mktoweb.com https://static.cloudflareinsights.com https://hcaptcha.com https://*.hcaptcha.com activitymap.adobe.com acrobatservices.adobe.com *.googleadservices.com googleads.g.doubleclick.net https://challenges.cloudflare.com https://snap.licdn.com/li.lms-analytics/insight.min.js https://js.adsrvr.org/up_loader.1.1.0.js https://tags.srv.stackadapt.com/events.js https://bat.bing.com/bat.js https://bat.bing.com/p/action/97055025.js js.driftt.com rc-sc.js.driftt.com cdn.weglot.com js.zi-scripts.com https://js.adsrvr.org/up_loader.3.0.0.js https://j.6sc.co/6si.min.js https://j.6sc.co/j/13c8bb0b-c787-4b1c-b83d-3320f221708d.js https://moodysanalytics.my.site.com/ESWMoodyscomChat1765620020837/assets/js/bootstrap.min.js https://player.vimeo.com/api/player.js https://script.crazyegg.com; worker-src 'self' blob: https://cdn.walkme.com
Warning::
default-src directive is missing
default-src provides a fallback for other directives. Set it to restrict default resource loading.
Expected: default-src 'self'
Critical::
'unsafe-inline' found in script source
'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
Got: script-src 'self' 'unsafe-inline' 'unsafe-eval' geolocation.onetrust.com *.recaptcha.net cdn.cookielaw.org *.google.com *.moodys.com *.googletagmanager.com *.google-analytics.com *.googleapis.com *.qualtrics.com *.webtrendslive.com *.webtrends.com *.salesforceliveagent.com *.force.com *.salesforce.com *.adobedtm.com *.gstatic.com *.walkme.com *.cloudfront.net *.go-mpulse.net *.akstat.io *.vimeocdn.com acsbapp.com about.moodys.io moodysabout.webflow.io munchkin.marketo.net *.mktoweb.com https://static.cloudflareinsights.com https://hcaptcha.com https://*.hcaptcha.com activitymap.adobe.com acrobatservices.adobe.com *.googleadservices.com googleads.g.doubleclick.net https://challenges.cloudflare.com https://snap.licdn.com/li.lms-analytics/insight.min.js https://js.adsrvr.org/up_loader.1.1.0.js https://tags.srv.stackadapt.com/events.js https://bat.bing.com/bat.js https://bat.bing.com/p/action/97055025.js js.driftt.com rc-sc.js.driftt.com cdn.weglot.com js.zi-scripts.com https://js.adsrvr.org/up_loader.3.0.0.js https://j.6sc.co/6si.min.js https://j.6sc.co/j/13c8bb0b-c787-4b1c-b83d-3320f221708d.js https://moodysanalytics.my.site.com/ESWMoodyscomChat1765620020837/assets/js/bootstrap.min.js https://player.vimeo.com/api/player.js https://script.crazyegg.com
Critical::
'unsafe-eval' found in script source
'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
Got: script-src 'self' 'unsafe-inline' 'unsafe-eval' geolocation.onetrust.com *.recaptcha.net cdn.cookielaw.org *.google.com *.moodys.com *.googletagmanager.com *.google-analytics.com *.googleapis.com *.qualtrics.com *.webtrendslive.com *.webtrends.com *.salesforceliveagent.com *.force.com *.salesforce.com *.adobedtm.com *.gstatic.com *.walkme.com *.cloudfront.net *.go-mpulse.net *.akstat.io *.vimeocdn.com acsbapp.com about.moodys.io moodysabout.webflow.io munchkin.marketo.net *.mktoweb.com https://static.cloudflareinsights.com https://hcaptcha.com https://*.hcaptcha.com activitymap.adobe.com acrobatservices.adobe.com *.googleadservices.com googleads.g.doubleclick.net https://challenges.cloudflare.com https://snap.licdn.com/li.lms-analytics/insight.min.js https://js.adsrvr.org/up_loader.1.1.0.js https://tags.srv.stackadapt.com/events.js https://bat.bing.com/bat.js https://bat.bing.com/p/action/97055025.js js.driftt.com rc-sc.js.driftt.com cdn.weglot.com js.zi-scripts.com https://js.adsrvr.org/up_loader.3.0.0.js https://j.6sc.co/6si.min.js https://j.6sc.co/j/13c8bb0b-c787-4b1c-b83d-3320f221708d.js https://moodysanalytics.my.site.com/ESWMoodyscomChat1765620020837/assets/js/bootstrap.min.js https://player.vimeo.com/api/player.js https://script.crazyegg.com
Info::
No wildcard in script source
Info::
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'.
Expected: base-uri 'self'
Warning::
frame-ancestors directive is missing
frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.
Expected: frame-ancestors 'self'
Warning::
form-action directive is missing
form-action restricts where forms can submit data, preventing form hijacking.
Expected: form-action 'self'
Info::
upgrade-insecure-requests is not set
This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.
Expected: upgrade-insecure-requests

'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.

Why this matters

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Learn more

unsafe-inline allows inline <script> tags; unsafe-eval allows eval() and similar. Both are necessary for some legacy code but explicitly dangerous. Migrate to nonces (per-page random tokens) or hashes (per-script SHA-256) instead.

Source: OWASP CSP / MDN

'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.

Why this matters

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Learn more

unsafe-inline allows inline <script> tags; unsafe-eval allows eval() and similar. Both are necessary for some legacy code but explicitly dangerous. Migrate to nonces (per-page random tokens) or hashes (per-script SHA-256) instead.

Source: OWASP CSP / MDN

default-src provides a fallback for other directives. Set it to restrict default resource loading.

Expected: default-src 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.

Expected: base-uri 'self'
Why this matters

Missing base-uri in CSP leaves a base-tag injection attack path open even on otherwise strict policies.

Learn more

A common omission: developers add CSP for script-src and frame-ancestors but forget base-uri. The result is a CSP that looks strict but lets an attacker rewrite every URL on the page via <base href>. Add `base-uri 'self'` to close the gap.

Source: MDN CSP

frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.

Expected: frame-ancestors 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

form-action restricts where forms can submit data, preventing form hijacking.

Expected: form-action 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

Expected: upgrade-insecure-requests
Why this matters

Without upgrade-insecure-requests, any HTTP subresource link survives as a mixed-content warning instead of auto-upgrading.

Learn more

Adding `upgrade-insecure-requests` to your CSP turns every http:// subresource fetch into https:// at the browser layer. One-line defense against accidental mixed content from legacy links or third-party widgets.

Source: MDN CSP

Parsed Policy

script-src 'self''unsafe-inline''unsafe-eval'geolocation.onetrust.com*.recaptcha.netcdn.cookielaw.org*.google.com*.moodys.com*.googletagmanager.com*.google-analytics.com*.googleapis.com*.qualtrics.com*.webtrendslive.com*.webtrends.com*.salesforceliveagent.com*.force.com*.salesforce.com*.adobedtm.com*.gstatic.com*.walkme.com*.cloudfront.net*.go-mpulse.net*.akstat.io*.vimeocdn.comacsbapp.comabout.moodys.iomoodysabout.webflow.iomunchkin.marketo.net*.mktoweb.comhttps://static.cloudflareinsights.comhttps://hcaptcha.comhttps://*.hcaptcha.comactivitymap.adobe.comacrobatservices.adobe.com*.googleadservices.comgoogleads.g.doubleclick.nethttps://challenges.cloudflare.comhttps://snap.licdn.com/li.lms-analytics/insight.min.jshttps://js.adsrvr.org/up_loader.1.1.0.jshttps://tags.srv.stackadapt.com/events.jshttps://bat.bing.com/bat.jshttps://bat.bing.com/p/action/97055025.jsjs.driftt.comrc-sc.js.driftt.comcdn.weglot.comjs.zi-scripts.comhttps://js.adsrvr.org/up_loader.3.0.0.jshttps://j.6sc.co/6si.min.jshttps://j.6sc.co/j/13c8bb0b-c787-4b1c-b83d-3320f221708d.jshttps://moodysanalytics.my.site.com/ESWMoodyscomChat1765620020837/assets/js/bootstrap.min.jshttps://player.vimeo.com/api/player.jshttps://script.crazyegg.com
worker-src 'self'blob:https://cdn.walkme.com
F
Subresource Integrity
Action
0 of 13 external resources have SRI
FIX
0 of 13 external resources have SRI
Warning::
External script from assets.adobedtm.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://assets.adobedtm.com/601d518357f1/dc3a220a1b1b/launch-ENb743b986cb7b4bed811b092db7c593ab.min.js
Warning::
External script from assets.adobedtm.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js
Warning::
External script from assets.adobedtm.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js
Warning::
External script from cdn.cookielaw.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.cookielaw.org/scripttemplates/202502.1.0/otBannerSdk.js
Warning::
External link from www.moodys.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.moodys.com/mfe/nanofrontends/latest/index-CcffY-ec.css
Warning::
External link from www.moodys.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.moodys.com/mfe/nanofrontends/latest/typography-De621ddL.css
Warning::
External link from www.moodys.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.moodys.com/mfe/nanofrontends/latest/__federation_expose_LetterformSpinner-CMzCMNZf.css
Warning::
External link from www.moodys.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.moodys.com/mfe/nanofrontends/latest/__federation_expose_Modal-CY1goROq.css
Warning::
External script from player.vimeo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://player.vimeo.com/api/player.js
Warning::
External script from 961-KCJ-308.mktoweb.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://961-KCJ-308.mktoweb.com/js/forms2/js/forms2.min.js
Warning::
External link from 961-KCJ-308.mktoweb.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://961-KCJ-308.mktoweb.com/js/forms2/css/forms2.css
Warning::
External link from 961-KCJ-308.mktoweb.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://961-KCJ-308.mktoweb.com/js/forms2/css/forms2-theme-simple.css
Warning::
External script from cdn.cookielaw.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
SRI Coverage 0 / 13 of external resources have integrity hashes
TagDomainIntegrity
<script>assets.adobedtm.com Missing
<script>assets.adobedtm.com Missing
<script>assets.adobedtm.com Missing
<script>cdn.cookielaw.org Missing
<link>www.moodys.com Missing
<link>www.moodys.com Missing
<link>www.moodys.com Missing
<link>www.moodys.com Missing
<script>player.vimeo.com Missing
<script>961-KCJ-308.mktoweb.com Missing
<link>961-KCJ-308.mktoweb.com Missing
<link>961-KCJ-308.mktoweb.com Missing
<script>cdn.cookielaw.org Missing
B
Security Headers
7 of 10 headers properly configured
REVIEW
7 of 10 headers properly configured
Warning::
HSTS is missing includeSubDomains
Without includeSubDomains, subdomains can still be accessed over HTTP.
Got: max-age=31536000 Expected: 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: camera=(), geolocation=(), microphone=()
Info::
Content-Security-Policy is present
Got: script-src 'self' 'unsafe-inline' 'unsafe-eval' geolocation.onetrust.com *.recap…
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

Without includeSubDomains, subdomains can still be accessed over HTTP.

Expected: max-age=31536000; includeSubDomains
Why this matters

Without includeSubDomains, a forgotten dev subdomain over HTTP can set malicious cookies that ride to the apex.

Learn more

HSTS without includeSubDomains protects only the exact domain. Cookies set on a non-HSTS subdomain can ride to the apex via cookie-scope attacks. The fix is one directive append. Verify all subdomains support HTTPS first — adding includeSubDomains to a domain with HTTP-only subdomains breaks them.

Source: RFC 6797

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

B
Permissions-Policy
3 directives, 2 missing
REVIEW
3 directives, 2 missing
Info::
camera=() — blocked for all origins
Info::
geolocation=() — 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

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

Feature Permissions

Blocked Self Only Unrestricted Not Set
camera Blocked
geolocation 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
C
Known vulnerability matches
Action
6 known vulnerability match(es) against detected tech
REVIEW

Known Vulnerabilities

LibraryVersionSeveritySummaryFixed In
jQuery1.12.4mediumparseHTML() executes scripts in event handlers2.2.0
jQuery1.12.4lowjQuery 1.x and 2.x are End-of-Life and no longer receiving security updates2.999.999
jQuery1.12.4medium3rd party CORS request may execute3.0.0-beta1
jQuery1.12.4mediumjQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution3.4.0
jQuery1.12.4mediumpassing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code.3.5.0
jQuery1.12.4mediumRegex in its jQuery.htmlPrefilter sometimes may introduce XSS3.5.0
B
security.txt
Published with 0 contact(s)
REVIEW

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 74 days)
Got: 2026-07-05T23:59:59Z
Info::
Certificate chain has 4 certificates
Info::
Certificate uses modern signature algorithm
Got: SHA256-RSA
Info::
Certificate covers 40 domain(s)
Got: moodys.com, api.moodys.com, arw.moodys.com, csdatacapture.moodys.com, dpa.moodys.com, ec1-int.moodys.com, ec1.api.moodys.com, ec1.labs.moodys.com, ec1.mcp.moodys.com, ec1.moodys.com, ec1.studio.moodys.com, ec1.tools.moodys.com, labs.moodys.com, live.moodys.com, mcp.moodys.com, prd-preview-aem.moodys.com, prd-publish-aem.moodys.com, prd-test.moodys.com, prd.api-a.moodys.com, prd.mac-a.moodys.com, prd.www-a.moodys.com, studio.moodys.com, tools.moodys.com, ue1-int.moodys.com, ue1.api.moodys.com, ue1.labs.moodys.com, ue1.mcp.moodys.com, ue1.moodys.com, ue1.studio.moodys.com, ue1.tools.moodys.com, uw2-int.moodys.com, uw2.api.moodys.com, uw2.labs.moodys.com, uw2.mcp.moodys.com, uw2.moodys.com, uw2.studio.moodys.com, uw2.tools.moodys.com, v2.moodys.com, v3.moodys.com, www.moodys.com
Info::
Certificate is issued by a trusted CA
Got: CN=Sectigo Public Server Authentication CA EV R36,O=Sectigo Limited,C=GB

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 SERIALNUMBER=2296415,CN=moodys.com,O=Moody's Corporation,ST=New York,C=US,2.5.4.15=#131450726976617465204f7267616e697a6174696f6e,1.3.6.1.4.1.311.60.2.1.2=#13084e657720596f726b,1.3.6.1.4.1.311.60.2.1.3=#13025553Issuer CN=Sectigo Public Server Authentication CA EV R36,O=Sectigo Limited,C=GBValid 2026-01-06T00:00:00Z → 2026-07-05T23:59:59ZExpires in 74 days SANs moodys.com, api.moodys.com, arw.moodys.com, csdatacapture.moodys.com, dpa.moodys.com, ec1-int.moodys.com, ec1.api.moodys.com, ec1.labs.moodys.com, ec1.mcp.moodys.com, ec1.moodys.com, ec1.studio.moodys.com, ec1.tools.moodys.com, labs.moodys.com, live.moodys.com, mcp.moodys.com, prd-preview-aem.moodys.com, prd-publish-aem.moodys.com, prd-test.moodys.com, prd.api-a.moodys.com, prd.mac-a.moodys.com, prd.www-a.moodys.com, studio.moodys.com, tools.moodys.com, ue1-int.moodys.com, ue1.api.moodys.com, ue1.labs.moodys.com, ue1.mcp.moodys.com, ue1.moodys.com, ue1.studio.moodys.com, ue1.tools.moodys.com, uw2-int.moodys.com, uw2.api.moodys.com, uw2.labs.moodys.com, uw2.mcp.moodys.com, uw2.moodys.com, uw2.studio.moodys.com, uw2.tools.moodys.com, v2.moodys.com, v3.moodys.com, www.moodys.comSignature SHA256-RSASerial 3607a3919bb0372bab3708061f824eca
Intermediate (CA Certificate)
Subject CN=Sectigo Public Server Authentication CA EV R36,O=Sectigo Limited,C=GBIssuer CN=Sectigo Public Server Authentication Root R46,O=Sectigo Limited,C=GBValid 2021-03-22T00:00:00Z → 2036-03-21T23:59:59ZExpires in 3621 days Signature SHA384-RSASerial 6d4f7cad335377c8c6e001dde2e2c88e
Intermediate (CA Certificate)
Subject CN=Sectigo Public Server Authentication Root R46,O=Sectigo Limited,C=GBIssuer CN=USERTrust RSA Certification Authority,O=The USERTRUST Network,L=Jersey City,ST=New Jersey,C=USValid 2021-03-22T00:00:00Z → 2038-01-18T23:59:59ZExpires in 4289 days Signature SHA384-RSASerial d27fbbc1de359e5216ad6149586099c4
Intermediate (CA Certificate)
Subject CN=USERTrust RSA Certification Authority,O=The USERTRUST Network,L=Jersey City,ST=New Jersey,C=USIssuer CN=USERTrust RSA Certification Authority,O=The USERTRUST Network,L=Jersey City,ST=New Jersey,C=USValid 2010-02-01T00:00:00Z → 2038-01-18T23:59:59ZExpires in 4289 days Signature SHA384-RSASerial 1fd6d30fca3ca51a81bbc640e35032d
A+
Cookie Security
No cookies set — no cookie security risks
PASS
No cookies set — no cookie security risks
Info::
No cookies set — no cookie security risks

No cookies detected — no cookie security risks to report.

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
A+
Email Security
DMARC: reject
PASS
DMARC: reject
Info::
DMARC policy is reject — strongest protection
DMARC
Policy reject — strongest protection Record v=DMARC1; p=reject; adkim=s; aspf=s; fo=1; ri=3600; rua=mailto:moodys@rua.agari.com; ruf=mailto:moodys@ruf.agari.com
A
Transport Security
HTTP/3, HSTS, and TLS version analysis
PASS
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.
Info::
HSTS enabled (base policy)
Info::
HSTS missing includeSubDomains
Without includeSubDomains, HSTS only protects the exact domain.
Info::
TLS 1.3 in use (fastest handshake, 1-RTT)
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback