{
  "productSlug": "witan-batch-1787098854500-657760",
  "productDisplayName": "witan-batch-1787098854500-657760",
  "repo": {
    "headSha": "486837d756e6d48864620e91b0761467e2abe744"
  },
  "rubricVersion": "witan-rubric-v17-2026-07-24",
  "criteria": [
    {
      "id": "A1",
      "title": "Test integrity and regression signal",
      "category": "code_trust",
      "score": 1.4,
      "status": "warning",
      "evidence": [
        {
          "kind": "test_run",
          "label": "Detected test file",
          "path": "android/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java",
          "line": 1,
          "contentHash": "d5d43f647dc0f26863bd715c5d67d7b8f34c27da2c538264e3c7981f388b1502"
        },
        {
          "kind": "test_run",
          "label": "Detected test file",
          "path": "android/guava-testlib/src/com/google/common/collect/testing/SortedMapInterfaceTest.java",
          "line": 1,
          "contentHash": "cfa013c51b725569b1a5e61eb16f959ec4abc82a1dbf8b19c5aa2ef4f8cb6dee"
        },
        {
          "kind": "test_run",
          "label": "Detected test file",
          "path": "android/guava-testlib/src/com/google/common/collect/testing/google/UnmodifiableCollectionTests.java",
          "line": 1,
          "contentHash": "2b63c408d81cb96e1cf8e920284fc107cde18ed486f8a1008e86a02163ef969d"
        },
        {
          "kind": "test_run",
          "label": "Detected test file",
          "path": "android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java",
          "line": 1,
          "contentHash": "ffcf88f95a119593615991256b0ac51e580291c041a2302ae59e5a328c226c43"
        },
        {
          "kind": "test_run",
          "label": "Detected test file",
          "path": "android/guava-testlib/src/com/google/common/util/concurrent/testing/AbstractListenableFutureTest.java",
          "line": 1,
          "contentHash": "ca10571a864d28c8a7fb71728152639456526f853bed2d73c4db023e73b1e07c"
        },
        {
          "kind": "test_run",
          "label": "Detected test file",
          "path": "android/guava-testlib/test/com/google/common/collect/testing/AndroidIncompatible.java",
          "line": 1,
          "contentHash": "821fc20d378d2794a07895cb4069cae357f013908baf36b2fd250227dc57931d"
        },
        {
          "kind": "test_run",
          "label": "Detected test file",
          "path": "android/guava-testlib/test/com/google/common/collect/testing/FeatureSpecificTestSuiteBuilderTest.java",
          "line": 1,
          "contentHash": "182905e8d6a9bc94a2c215fa292d4f40c56c47606534ba3e37ec700c02a272c7"
        },
        {
          "kind": "test_run",
          "label": "Detected test file",
          "path": "android/guava-testlib/test/com/google/common/collect/testing/HelpersTest.java",
          "line": 1,
          "contentHash": "81efd950abb23a4f749405382f1f13d64337426d10da395e801817dd3f9c9e67"
        }
      ],
      "findings": [
        {
          "severity": "warning",
          "summary": "A1 metric-derived score is 1.4/4.0, in the warning band — no single finding drove this; it reflects the combined metric weighting below.",
          "evidence": {
            "kind": "test_run",
            "label": "Detected test file",
            "path": "android/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java",
            "line": 1,
            "contentHash": "d5d43f647dc0f26863bd715c5d67d7b8f34c27da2c538264e3c7981f388b1502"
          }
        }
      ],
      "metrics": [
        {
          "name": "test_to_source_ratio",
          "label": "Test-to-source file ratio",
          "value": 1373,
          "max": 1805,
          "kind": "saturating_count",
          "weight": 0.3,
          "unit": "ratio",
          "description": "Measures how much concrete test surface exists relative to implementation surface."
        },
        {
          "name": "coverage_percent",
          "label": "Static coverage percentage",
          "value": 0,
          "max": 100,
          "weight": 0.3,
          "unit": "percent",
          "description": "Uses a static coverage report value or configured threshold when present, without running tests."
        },
        {
          "name": "verification_script_ratio",
          "label": "Verification script ratio",
          "value": 0,
          "max": 4,
          "kind": "saturating_count",
          "weight": 0.25,
          "unit": "ratio",
          "description": "Measures explicit test/lint/typecheck verification commands (via npm script or CI-invoked tool) plus test runner configuration."
        },
        {
          "name": "non_hollow_test_share",
          "label": "Non-hollow test share",
          "value": 846,
          "max": 1116,
          "weight": 0.15,
          "unit": "ratio",
          "description": "Penalizes skipped or placeholder-only test files; test-directory support scaffolding (helpers/fixtures with no test in them) is excluded from the denominator."
        }
      ],
      "notes": "A1 is detected from real test files, test runner configuration, and optional coverage configuration."
    },
    {
      "id": "A2",
      "title": "Data-layer isolation and secrets posture",
      "category": "code_trust",
      "score": 0,
      "status": "not_applicable",
      "evidence": [],
      "findings": [],
      "metrics": [],
      "notes": "No data layer (DB/ORM/migrations) or ratable secrets surface detected — A2 not applicable to this repo archetype. A ratable surface requires .env* files, .gitignore .env rule, committed/history .env path, or detected signing/HMAC/secret-comparison code; bare env reads (process.env / os.environ / std::env::) do not qualify."
    },
    {
      "id": "A3",
      "title": "Production readiness",
      "category": "code_trust",
      "score": 0,
      "status": "not_applicable",
      "evidence": [],
      "findings": [],
      "metrics": [],
      "notes": "No deployable-service surface detected — production-readiness not applicable to this library/CLI archetype. Signals checked: production server entrypoint (HTTP/RPC port binding in main/server/app files, outside examples/tests/demo dirs), deploy config (vercel.json, render.yaml, fly.toml, Procfile, app.yaml, serverless.yml, docker-compose, k8s/helm manifests), CI deploy job (fly deploy, kubectl apply, helm install/upgrade, docker push). A Dockerfile without an explicit runtime start/service command is ambiguous and does not qualify."
    },
    {
      "id": "A4",
      "title": "Dependency hygiene",
      "category": "code_trust",
      "score": 1.1,
      "status": "warning",
      "evidence": [
        {
          "kind": "dependency_report",
          "label": "Dependency manifest",
          "path": "android/guava-bom/pom.xml",
          "line": 1,
          "contentHash": "e636a4e3c7488506504ea7c92bba76bbb4e74e2d97965a63314ca9111b876a70"
        },
        {
          "kind": "dependency_report",
          "label": "Dependency update config",
          "path": ".github/dependabot.yml",
          "line": 1,
          "contentHash": "3a90b5dfd0454bb4363c34968134a349905079c77bc3746b2c7e5e21e36b6480"
        }
      ],
      "findings": [
        {
          "severity": "warning",
          "summary": "A4 metric-derived score is 1.1/4.0, in the warning band — no single finding drove this; it reflects the combined metric weighting below.",
          "evidence": {
            "kind": "dependency_report",
            "label": "Dependency manifest",
            "path": "android/guava-bom/pom.xml",
            "line": 1,
            "contentHash": "e636a4e3c7488506504ea7c92bba76bbb4e74e2d97965a63314ca9111b876a70"
          }
        }
      ],
      "metrics": [
        {
          "name": "declared_version_range_ratio",
          "label": "Declared version range ratio",
          "value": 0,
          "max": 1,
          "weight": 0.5,
          "unit": "ratio",
          "description": "Measures dependencies declared with an explicit version constraint (range or exact); a library correctly ships ranges, so ranges earn full credit here."
        },
        {
          "name": "dependency_automation_ratio",
          "label": "Dependency automation ratio",
          "value": 1,
          "max": 2,
          "weight": 0.25,
          "unit": "ratio",
          "description": "Credits automated dependency updates and package-manager audit hooks."
        },
        {
          "name": "dependency_count_sanity",
          "label": "Dependency count sanity",
          "value": 1,
          "max": 1,
          "weight": 0.1,
          "unit": "sane",
          "description": "Credits a sane direct-dependency count for a library (full credit up to 120 declared specs across manifests, declining beyond)."
        }
      ],
      "notes": "A4 scored against library/CLI norms (no deploy surface detected — same archetype line as A3): declared version ranges are correct library behavior; a committed lockfile is credited but not required."
    },
    {
      "id": "A5",
      "title": "Claim-vs-reality reconciliation",
      "category": "code_trust",
      "score": 2.2,
      "status": "warning",
      "evidence": [
        {
          "kind": "claim_reconciliation",
          "label": "Repository claim source",
          "path": "README.md",
          "line": 1,
          "contentHash": "20dc329487f3a5a9655a79ee6c7ce5358410d3bacb26a2849fbdf303a0951dc5"
        },
        {
          "kind": "artifact",
          "label": "Code presence for claim reconciliation",
          "path": "android/guava-testlib/src/com/google/common/collect/testing/AbstractCollectionTestSuiteBuilder.java",
          "line": 1,
          "contentHash": "2e783096169fc1d086ba3a8dca176f833bc92b457dd5a35e43ed169dfa7ae5b3"
        }
      ],
      "findings": [
        {
          "severity": "warning",
          "summary": "Claim source and implementation files are present, but no dedicated claim-reality report artifact was supplied.",
          "evidence": {
            "kind": "claim_reconciliation",
            "label": "Repository claim source",
            "path": "README.md",
            "line": 1,
            "contentHash": "20dc329487f3a5a9655a79ee6c7ce5358410d3bacb26a2849fbdf303a0951dc5"
          }
        }
      ],
      "metrics": [
        {
          "name": "claim_match_rate",
          "label": "Claim match rate",
          "value": 12,
          "max": 13,
          "weight": 0.5,
          "unit": "ratio",
          "description": "Uses bounded implementation-to-claim-source depth as a static proxy when no dedicated artifact exists."
        },
        {
          "name": "claim_source_depth",
          "label": "Claim source depth",
          "value": 1,
          "max": 4,
          "kind": "saturating_count",
          "weight": 0.35,
          "unit": "docs",
          "description": "Credits multiple claim-bearing documents without judging unverified prose as truth."
        },
        {
          "name": "reconciliation_artifact_depth",
          "label": "Reconciliation artifact depth",
          "value": 0,
          "max": 3,
          "weight": 0.15,
          "unit": "artifacts",
          "description": "Requires a specific claim-reality artifact to reach full depth."
        }
      ]
    },
    {
      "id": "B1",
      "title": "Internal process dimension",
      "category": "process_trust",
      "score": 0,
      "status": "not_applicable",
      "evidence": [],
      "findings": [],
      "metrics": [],
      "notes": "Substrate-specific: an internal process dimension is not applicable to external code."
    },
    {
      "id": "B2",
      "title": "PR outcome traceability",
      "category": "process_trust",
      "score": 3.2,
      "status": "warning",
      "evidence": [
        {
          "kind": "ci_run",
          "label": "Pull-request CI workflow",
          "path": ".github/workflows/ci.yml",
          "line": 1,
          "contentHash": "0f74c7922fdadc55c106213c981e95aa95e68c35ee9272693331e9458c846566"
        },
        {
          "kind": "ci_run",
          "label": "Pull-request CI workflow",
          "path": ".github/workflows/scorecard.yml",
          "line": 1,
          "contentHash": "265a949adbc079339b63ceec0cea9a490741f048f62420f9a17e8b1cc85045da"
        },
        {
          "kind": "pull_request",
          "label": "Pull request template",
          "path": ".github/pull_request_template.md",
          "line": 1,
          "contentHash": "def6a98ca1c67c2c28a683ff002ed808f17d9acefe6201920b1baf46cbfafc06"
        }
      ],
      "findings": [
        {
          "severity": "warning",
          "summary": "B2 metric-derived score is 3.2/4.0, in the warning band — no single finding drove this; it reflects the combined metric weighting below.",
          "evidence": {
            "kind": "ci_run",
            "label": "Pull-request CI workflow",
            "path": ".github/workflows/ci.yml",
            "line": 1,
            "contentHash": "0f74c7922fdadc55c106213c981e95aa95e68c35ee9272693331e9458c846566"
          }
        }
      ],
      "metrics": [
        {
          "name": "pr_trace_primitives",
          "label": "PR trace basic checks",
          "value": 3,
          "max": 2,
          "kind": "saturating_count",
          "weight": 0.8,
          "unit": "signals",
          "description": "Measures CI, PR template, and review-gate evidence for pull-request traceability."
        },
        {
          "name": "pr_merge_ratio",
          "label": "Recent PR merge ratio",
          "value": 0,
          "max": 1,
          "weight": 0.2,
          "unit": "ratio",
          "description": "Uses bounded git history as a deterministic proxy for PR outcome traceability."
        }
      ]
    },
    {
      "id": "B3",
      "title": "CI and QA discipline",
      "category": "process_trust",
      "score": 1.1,
      "status": "warning",
      "evidence": [
        {
          "kind": "ci_run",
          "label": "CI workflow",
          "path": ".github/workflows/ci.yml",
          "line": 1,
          "contentHash": "0f74c7922fdadc55c106213c981e95aa95e68c35ee9272693331e9458c846566"
        }
      ],
      "findings": [
        {
          "severity": "warning",
          "summary": "B3 metric-derived score is 1.1/4.0, in the warning band — no single finding drove this; it reflects the combined metric weighting below.",
          "evidence": {
            "kind": "ci_run",
            "label": "CI workflow",
            "path": ".github/workflows/ci.yml",
            "line": 1,
            "contentHash": "0f74c7922fdadc55c106213c981e95aa95e68c35ee9272693331e9458c846566"
          }
        }
      ],
      "metrics": [
        {
          "name": "ci_script_depth",
          "label": "CI verification depth",
          "value": 0,
          "max": 4,
          "kind": "saturating_count",
          "weight": 0.45,
          "unit": "signals",
          "description": "Counts npm verification scripts plus distinct test/lint/typecheck/build command categories detected anywhere in CI workflows; language-agnostic, counted by category not by file."
        },
        {
          "name": "default_branch_ci_depth",
          "label": "PR-gate CI workflow count",
          "value": 2,
          "max": 4,
          "kind": "saturating_count",
          "weight": 0.55,
          "unit": "workflows",
          "description": "Counts CI workflows that target pull requests or the default branch, up to 4."
        }
      ]
    },
    {
      "id": "B4",
      "title": "Audit trail and report-up completeness",
      "category": "process_trust",
      "score": 0,
      "status": "not_applicable",
      "evidence": [],
      "findings": [],
      "metrics": [],
      "notes": "No audit-trail artifact detected (CHANGELOG/CHANGES/HISTORY/NEWS/SECURITY/AUDIT/STATUS/ release-notes/runbook/provenance file) — B4 not applicable to this repo."
    },
    {
      "id": "B5",
      "title": "Internal process dimension",
      "category": "process_trust",
      "score": 0,
      "status": "not_applicable",
      "evidence": [],
      "findings": [],
      "metrics": [],
      "notes": "Substrate-specific: an internal process dimension is not applicable to external code."
    },
    {
      "id": "B6",
      "title": "Privileged-operation human gating",
      "category": "process_trust",
      "score": 0,
      "status": "not_applicable",
      "evidence": [],
      "findings": [],
      "metrics": [],
      "notes": "No privileged-operation surface (prod DB admin GRANT/privilege DDL, role escalation, or documented human-gate governance) detected in this repo."
    }
  ],
  "archetype": "source",
  "contentReadSummary": {
    "skipped": 17,
    "byReason": {
      "unreadable": 0,
      "tooLarge": 0,
      "excludedByExtension": 17,
      "deniedPath": 0,
      "nonRegularFile": 0
    },
    "unreadableByErrno": {},
    "affectedCriteria": []
  },
  "verdict": "at_risk",
  "codeTrustScore": 1.6,
  "processTrustScore": 2.2,
  "overallScore": 1.9
}
