{
  "schema_version": "verify.trust_data_feed.sample.v1",
  "note": "Illustrative example rows only -- not live production data. Real exports cover the full corpus and are delivered as Parquet or JSONL.gz via short-lived signed URLs to an authenticated, scoped API key. The second current_snapshot row shows a server Verify has ingested but never scored or validated -- those nullable fields are null for real unvalidated rows too, not just in this sample.",
  "current_snapshot_sample": [
    {
      "schema_version": "verify.trust_data_feed.snapshot.v1",
      "snapshot_as_of": "2026-08-27T03:15:00+00:00",
      "registry_identifier": "awesome-example/sample-mcp-server",
      "namespace": "awesome-example",
      "name": "sample-mcp-server",
      "title": "Sample MCP Server",
      "registry_source": "github",
      "remote_url": "https://sample-mcp-server.example.com/mcp",
      "transport_type": "streamable-http",
      "has_oauth": true,
      "has_dcr": false,
      "tool_count": 12,
      "trust_score": 87.5,
      "risk_level": "low",
      "confidence": 0.92,
      "evidence_critical": 0,
      "evidence_warning": 1,
      "evidence_informational": 3,
      "evidence_total": 4,
      "last_validated_at": "2026-08-27T02:40:11+00:00",
      "freshness_state": "fresh",
      "deployment_readiness": "safe_for_evaluation",
      "remote_endpoint_fingerprint": "sha256:6e2f2c1a9b7d4e58f0a3c6d9b1e4f7a2c5d8e1f4a7b0c3d6e9f2a5b8c1d4e7f0",
      "server_card_fingerprint": "sha256:8b41d0fe3c6a9b2e5f8c1d4a7b0e3f6c9d2a5b8e1f4c7a0d3b6e9c2f5a8d1e4b",
      "safe_for_company_knowledge": true,
      "verify_first_tracked_at": "2026-04-02T18:05:44+00:00",
      "scoring_version": "trust-core-v2"
    },
    {
      "schema_version": "verify.trust_data_feed.snapshot.v1",
      "snapshot_as_of": "2026-08-27T03:15:00+00:00",
      "registry_identifier": "unclaimed-org/never-validated-server",
      "namespace": "unclaimed-org",
      "name": "never-validated-server",
      "title": "Never Validated Server",
      "registry_source": "npm",
      "remote_url": null,
      "transport_type": null,
      "has_oauth": false,
      "has_dcr": false,
      "tool_count": 0,
      "trust_score": null,
      "risk_level": null,
      "confidence": null,
      "evidence_critical": 0,
      "evidence_warning": 0,
      "evidence_informational": 0,
      "evidence_total": 0,
      "last_validated_at": null,
      "freshness_state": "stale",
      "deployment_readiness": null,
      "remote_endpoint_fingerprint": null,
      "server_card_fingerprint": "sha256:1a02c5d8e1f4a7b0c3d6e9f2a5b8c1d4e7f0a3b6c9d2e5f8a1b4c7d0e3f6a9b2",
      "safe_for_company_knowledge": false,
      "verify_first_tracked_at": "2026-08-20T11:12:03+00:00",
      "scoring_version": null
    }
  ],
  "change_delta_sample": [
    {
      "schema_version": "verify.trust_data_feed.change.v1",
      "snapshot_as_of": "2026-08-27T03:45:00+00:00",
      "change_id": "trustchg_sample0001",
      "registry_identifier": "awesome-example/sample-mcp-server",
      "detected_at": "2026-08-27T03:41:07+00:00",
      "change_type": "tooling_changed",
      "severity": "medium",
      "field": "capabilities.tool_count",
      "previous_value": 11,
      "current_value": 12,
      "material": true,
      "evidence_reference": "trustsnap_sample0001",
      "verify_build": "e1e2970c6dbfca479efa1f30e14467312194a2d5"
    }
  ]
}