{
  "schema": "https://organchor.org/schemas/evidence-manifest.v1.json",
  "type": "OrgAnchorEvidenceManifest",
  "version": "1.0",
  "manifest_id": "northstar-evidence-2026-001",
  "issued_at": "2026-07-16T17:48:57.104Z",
  "organization_ref": {
    "name": "Northstar Motion Components",
    "display_name": "Northstar Motion Components"
  },
  "ai_policy": {
    "summary_policy": "Keep identity and package integrity separate from claim truth and evidence sufficiency.",
    "explicit_absences": {
      "S3_RANDOM_PURCHASE_OR_RANDOM_SAMPLING": "ABSENT"
    }
  },
  "evidence": [
    {
      "id": "evidence-s1-internal-800h",
      "title": "Northstar internal 800-hour prototype test",
      "issuer_type": "first_party",
      "media_type": "application/json",
      "reproducibility": "organization_disclosed_method",
      "evidence_strength": "limited",
      "size": 1100,
      "hash": "sha256:d2b33ac864e1537d6afbb4223c61604c4a9d8d82f47c5afca1360f947a4c2b56",
      "locations": [
        {
          "type": "local",
          "uri": "evidence-artifacts/s1-internal-800h-test.json"
        },
        {
          "type": "package_relative",
          "uri": "evidence-artifacts/s1-internal-800h-test.json"
        }
      ],
      "relations": [
        {
          "type": "supports_claim",
          "claim_id": "claim-operating-life-10000h"
        }
      ],
      "subject": {
        "subject_type": "product_model",
        "subject_id": "NMC-NA4908",
        "scope_text": "Internal prototype test under the declared load, speed, and temperature for 800 hours"
      },
      "limitations": [
        "Observed for 800 hours, not 10,000",
        "Three organization-selected prototypes",
        "Raw observations and extrapolation model are not published"
      ],
      "method_refs": [
        "method-recheck-s1-artifact"
      ],
      "s_class": "S1_FIRST_PARTY_MATERIALS",
      "package_path": "evidence-artifacts/s1-internal-800h-test.json"
    },
    {
      "id": "evidence-s2-material-dimensions",
      "title": "Atlas Materials Laboratory dimensions and composition report",
      "issuer_type": "third_party",
      "media_type": "application/json",
      "reproducibility": "issuer_signed_artifact",
      "evidence_strength": "scope_limited",
      "size": 786,
      "hash": "sha256:5963efe9c6f31f11072878a0eb989975ad46ae27fb14646e31d4c753370f58bd",
      "locations": [
        {
          "type": "local",
          "uri": "evidence-artifacts/s2-material-dimensions-report.json"
        },
        {
          "type": "package_relative",
          "uri": "evidence-artifacts/s2-material-dimensions-report.json"
        }
      ],
      "relations": [
        {
          "type": "supports_claim",
          "claim_id": "claim-operating-life-10000h"
        }
      ],
      "subject": {
        "subject_type": "product_model",
        "subject_id": "NMC-NA4908",
        "scope_text": "Dimensions and material composition for the exact product model"
      },
      "limitations": [
        "Does not test operating life",
        "Does not test durability or fatigue",
        "Does not test the declared operating conditions"
      ],
      "s_class": "S2_THIRD_PARTY_DOCUMENTS",
      "s2": {
        "state": "S2_3_ISSUER_BACKED",
        "material_type": "laboratory_report",
        "issuer_name": "Atlas Materials Laboratory",
        "organization_claimed_support": {
          "support_type": "supports_claim",
          "claim_refs": [
            "claim-operating-life-10000h"
          ],
          "scope_text": "The issuer-signed report covers dimensions and material composition for model NMC-NA4908. It does not support operating life, durability, fatigue, or the declared operating conditions.",
          "limitations": [
            "Issuer authenticity does not expand the report scope",
            "Sample was supplied by the organization",
            "No operating-life testing was performed"
          ],
          "covered_subject_type": "product_model",
          "covered_subject_id": "NMC-NA4908"
        },
        "verification_route": {
          "route_id": "VR-S2-001",
          "route_kind": "ISSUER_ORIGIN_CONFIRMATION",
          "route_template": "issuer_origin_page",
          "verification_mode": "manual_check"
        },
        "external_recheck_anchor": {
          "anchor_type": "issuer_origin_page",
          "url": "https://northstar-motion.example/verify/issuer/s2-material-dimensions-report.json.sig",
          "checked_at": "2026-07-16T17:48:57.842Z",
          "record_id": "AML-NMC-NA4908-2026-014"
        },
        "health": {
          "last_checked_at": "2026-07-16T17:48:57.842Z",
          "maintenance_status": "FRESH"
        },
        "disclosures": {
          "sample_source": "organization_submitted_sample",
          "selected_by": "organization",
          "relationship_to_organization": "paid_testing"
        }
      },
      "method_refs": [
        "method-recheck-s2-issuer-signature"
      ],
      "package_path": "evidence-artifacts/s2-material-dimensions-report.json",
      "issuer_backing": {
        "report_path": "evidence-artifacts/s2-material-dimensions-report.json",
        "signature_path": "issuer/s2-material-dimensions-report.json.sig",
        "authority_path": "issuer/root-authority.json",
        "verification_command": "node scripts/evidence-interpretation-evaluation.mjs verify --package <scenario-output>"
      }
    }
  ],
  "methods": [
    {
      "type": "OrgAnchorEvidenceMethod",
      "id": "method-recheck-s1-artifact",
      "method_kind": "public_artifact_hash_check",
      "title": "Recheck method for evidence-s1-internal-800h",
      "target_claim_ids": [
        "claim-operating-life-10000h"
      ],
      "target_evidence_ids": [
        "evidence-s1-internal-800h"
      ],
      "cost_to_verify": "low",
      "required_tools": [
        "organchor",
        "sha256"
      ],
      "steps": [
        "Fetch the S1 JSON artifact",
        "Compute SHA-256",
        "Compare it with the signed evidence manifest",
        "Review duration",
        "sample selection",
        "and stated limitations"
      ],
      "expected_results": [
        "Artifact hash matches",
        "Observed duration is 800 hours",
        "Sample count is three",
        "Samples were organization selected"
      ],
      "limitations": [
        "Artifact integrity does not establish the 10",
        "000-hour extrapolation"
      ]
    },
    {
      "type": "OrgAnchorEvidenceMethod",
      "id": "method-recheck-s2-issuer-signature",
      "method_kind": "issuer_signature_and_scope_check",
      "title": "Recheck method for evidence-s2-material-dimensions",
      "target_claim_ids": [
        "claim-operating-life-10000h"
      ],
      "target_evidence_ids": [
        "evidence-s2-material-dimensions"
      ],
      "cost_to_verify": "low",
      "required_tools": [
        "organchor",
        "node"
      ],
      "steps": [
        "Verify the report hash against the organization-signed evidence manifest",
        "Verify the report signature against the bundled fictional issuer authority",
        "Read the report tested and not-tested scope"
      ],
      "expected_results": [
        "Artifact hash matches",
        "Issuer signature verifies",
        "Report scope is limited to dimensions and material composition"
      ],
      "limitations": [
        "Issuer authenticity does not make out-of-scope evidence support operating life"
      ]
    }
  ]
}
