{
  "hostname": "example.com",
  "jobId": "cmrzeywzn0001uetuaetbfvh5",
  "status": "DONE",
  "overallScore": 39,
  "groups": [
    {
      "group": "website",
      "score": 39,
      "present": true
    },
    {
      "group": "mail",
      "score": null,
      "present": false
    }
  ],
  "generatedAt": "2026-07-25T04:07:36.108Z",
  "finishedAt": "2026-07-24T20:49:53.213Z",
  "categories": [
    {
      "category": "http",
      "group": "website",
      "status": "DONE",
      "score": 39,
      "findings": [
        {
          "id": "http.reachable.https",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.reachable.title",
          "verdictKey": "findings.http.reachable.verdict.https",
          "whyItMattersKey": "findings.http.reachable.why",
          "technicalDetails": {
            "rows": [
              [
                "https",
                true
              ],
              [
                "http",
                true
              ],
              [
                "final_url",
                "https://example.com/"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.reachable.what",
          "requirementLevel": "required"
        },
        {
          "id": "http.ipv6.reachable",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.ipv6.title",
          "verdictKey": "findings.http.ipv6.verdict.reachable",
          "verdictParams": {
            "address": "2606:4700:10::6814:179a"
          },
          "whyItMattersKey": "findings.http.ipv6.why",
          "technicalDetails": {
            "rows": [
              [
                "2606:4700:10::6814:179a"
              ],
              [
                "2606:4700:10::ac42:93f3"
              ]
            ],
            "columns": [
              "tech.columns.ipv6"
            ]
          },
          "whatIsCheckedKey": "findings.http.ipv6.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.ipv6content.match",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.ipv6content.title",
          "verdictKey": "findings.http.ipv6content.verdict.match",
          "verdictParams": {
            "similarity": 100
          },
          "whyItMattersKey": "findings.http.ipv6content.why",
          "whatIsCheckedKey": "findings.http.ipv6content.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.https_redirect.no",
          "status": "fail",
          "severity": "medium",
          "titleKey": "findings.http.https_redirect.title",
          "verdictKey": "findings.http.https_redirect.verdict.no",
          "whyItMattersKey": "findings.http.https_redirect.why",
          "whatIsCheckedKey": "findings.http.https_redirect.what",
          "recommendationKey": "findings.http.https_redirect.recommendation",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.hsts.missing",
          "status": "not_found",
          "severity": "medium",
          "titleKey": "findings.http.hsts.title",
          "verdictKey": "findings.http.hsts.verdict.missing",
          "whyItMattersKey": "findings.http.hsts.why",
          "whatIsCheckedKey": "findings.http.hsts.what",
          "recommendationKey": "findings.http.hsts.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc6797"
        },
        {
          "id": "http.csp.missing",
          "status": "not_found",
          "severity": "medium",
          "titleKey": "findings.http.csp.title",
          "verdictKey": "findings.http.csp.verdict.missing",
          "whyItMattersKey": "findings.http.csp.why",
          "whatIsCheckedKey": "findings.http.csp.what",
          "recommendationKey": "findings.http.csp.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://www.w3.org/TR/CSP3/"
        },
        {
          "id": "http.xfo.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.http.xfo.title",
          "verdictKey": "findings.http.xfo.verdict.missing",
          "whyItMattersKey": "findings.http.xfo.why",
          "whatIsCheckedKey": "findings.http.xfo.what",
          "recommendationKey": "findings.http.xfo.recommendation",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.xcto.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.http.xcto.title",
          "verdictKey": "findings.http.xcto.verdict.missing",
          "whyItMattersKey": "findings.http.xcto.why",
          "whatIsCheckedKey": "findings.http.xcto.what",
          "recommendationKey": "findings.http.xcto.recommendation",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.referrer.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.http.referrer.title",
          "verdictKey": "findings.http.referrer.verdict.missing",
          "whyItMattersKey": "findings.http.referrer.why",
          "whatIsCheckedKey": "findings.http.referrer.what",
          "recommendationKey": "findings.http.referrer.recommendation",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.compression.active",
          "status": "fail",
          "severity": "low",
          "titleKey": "findings.http.compression.title",
          "verdictKey": "findings.http.compression.verdict.active",
          "verdictParams": {
            "encoding": "br"
          },
          "whyItMattersKey": "findings.http.compression.why",
          "technicalDetails": {
            "rows": [
              [
                "content_encoding",
                "br"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.compression.what",
          "recommendationKey": "findings.http.compression.recommendation",
          "recommendationParams": {
            "encoding": "br"
          },
          "requirementLevel": "optional"
        },
        {
          "id": "http.securitytxt.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.http.securitytxt.title",
          "verdictKey": "findings.http.securitytxt.verdict.missing",
          "whyItMattersKey": "findings.http.securitytxt.why",
          "whatIsCheckedKey": "findings.http.securitytxt.what",
          "recommendationKey": "findings.http.securitytxt.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc9116"
        },
        {
          "id": "http.http2.supported",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.http2.title",
          "verdictKey": "findings.http.http2.verdict.supported",
          "whyItMattersKey": "findings.http.http2.why",
          "technicalDetails": {
            "rows": [
              [
                "negotiated_protocol",
                "HTTP/2"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.http2.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.http3.not_advertised",
          "status": "not_found",
          "severity": "info",
          "titleKey": "findings.http.http3.title",
          "verdictKey": "findings.http.http3.verdict.not_advertised",
          "whyItMattersKey": "findings.http.http3.why",
          "whatIsCheckedKey": "findings.http.http3.what",
          "recommendationKey": "findings.http.http3.recommendation",
          "requirementLevel": "optional"
        },
        {
          "id": "http.cookies.none",
          "status": "not_applicable",
          "severity": "info",
          "titleKey": "findings.http.cookies.title",
          "verdictKey": "findings.http.cookies.verdict.none",
          "whyItMattersKey": "findings.http.cookies.why",
          "whatIsCheckedKey": "findings.http.cookies.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc6265"
        },
        {
          "id": "http.mixedcontent.none",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.mixedcontent.title",
          "verdictKey": "findings.http.mixedcontent.verdict.none",
          "whyItMattersKey": "findings.http.mixedcontent.why",
          "whatIsCheckedKey": "findings.http.mixedcontent.what",
          "requirementLevel": "required"
        },
        {
          "id": "http.sri.no_external",
          "status": "not_applicable",
          "severity": "info",
          "titleKey": "findings.http.sri.title",
          "verdictKey": "findings.http.sri.verdict.no_external",
          "whyItMattersKey": "findings.http.sri.why",
          "whatIsCheckedKey": "findings.http.sri.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://www.w3.org/TR/SRI/"
        }
      ]
    }
  ]
}