{
  "@context": "https://schema.org/",
  "@type": "Dataset",
  "conformsTo": "http://mlcommons.org/croissant/1.1",
  "@id": "https://hlido.eu/data/open/#dataset",
  "name": "Hlido agent evaluation corpus",
  "alternateName": "Hlido open data dump",
  "description": "Independent evaluations of 835 AI agents and agentic tools: Laddoo score, tier, per-claim marketing-claim-vs-evidence verdicts with short evidence quotes, EU AI Act Article-50 transparency readiness, recorded incident count, and the date each verdict was established. Published by Hlido, an independent review desk that never takes payment to rank or review. Scoring weights are not included.",
  "url": "https://hlido.eu/data/open/",
  "identifier": [
    "https://hlido.eu/data/open/hlido-corpus.jsonl"
  ],
  "keywords": [
    "AI agents",
    "agent evaluation",
    "trust and safety",
    "claim verification",
    "EU AI Act",
    "Article 50 transparency",
    "MCP",
    "agent reliability"
  ],
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "isAccessibleForFree": true,
  "creator": {
    "@type": "Organization",
    "name": "Hlido",
    "url": "https://hlido.eu",
    "email": "ankit@hlido.eu"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Hlido",
    "url": "https://hlido.eu"
  },
  "dateModified": "2026-07-29",
  "temporalCoverage": "2026-03-21/2026-07-29",
  "version": "1.1",
  "variableMeasured": [
    {
      "@type": "PropertyValue",
      "name": "score",
      "description": "Laddoo score, 0-100 (weights private)"
    },
    {
      "@type": "PropertyValue",
      "name": "tier",
      "description": "VITAL / STEADY / FADING / FLATLINE"
    },
    {
      "@type": "PropertyValue",
      "name": "claims[].verdict",
      "description": "pass / fail / unverified per marketing claim"
    },
    {
      "@type": "PropertyValue",
      "name": "art50.band",
      "description": "EU AI Act Art-50 transparency band"
    },
    {
      "@type": "PropertyValue",
      "name": "incident_count",
      "description": "incidents recorded against this agent"
    },
    {
      "@type": "PropertyValue",
      "name": "last_tested",
      "description": "ISO date the verdict was established"
    }
  ],
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "hlido-corpus.jsonl",
      "name": "hlido-corpus.jsonl",
      "description": "One evaluated agent per line (JSON Lines).",
      "contentUrl": "https://hlido.eu/data/open/hlido-corpus.jsonl",
      "encodingFormat": "application/jsonlines",
      "sha256": "ccb049c4c890967023d6bd050e10e005d674bb5b210b690634be36f7437cbd16"
    }
  ],
  "sameAs": [
    "https://hlido.eu/reviews/",
    "https://hlido.eu/mcp"
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "@id": "review",
      "name": "review",
      "description": "One independent Hlido evaluation of an AI agent or agentic tool.",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "review/slug",
          "name": "slug",
          "description": "Stable Hlido identifier for the agent.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "slug"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "review/name",
          "name": "name",
          "description": "Product name.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "name"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "review/category",
          "name": "category",
          "description": "Hlido category.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "category"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "review/score",
          "name": "score",
          "description": "Laddoo score 0-100.",
          "dataType": "sc:Integer",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "score"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "review/tier",
          "name": "tier",
          "description": "VITAL / STEADY / FADING / FLATLINE.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "tier"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "review/last_tested",
          "name": "last_tested",
          "description": "ISO date this verdict was established.",
          "dataType": "sc:Date",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "last_tested"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "review/review_url",
          "name": "review_url",
          "description": "Canonical human-readable review.",
          "dataType": "sc:URL",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "review_url"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "review/scorecard_url",
          "name": "scorecard_url",
          "description": "Machine-readable scorecard JSON.",
          "dataType": "sc:URL",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "scorecard_url"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "review/incident_count",
          "name": "incident_count",
          "description": "Incidents recorded against this agent.",
          "dataType": "sc:Integer",
          "source": {
            "fileObject": {
              "@id": "hlido-corpus.jsonl"
            },
            "extract": {
              "column": "incident_count"
            }
          }
        }
      ]
    }
  ]
}
