@research-engineering/agentic-proofkit 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ADOPTION.md +1 -1
- package/dist/platform/darwin-arm64/agentic-proofkit +0 -0
- package/dist/platform/darwin-x64/agentic-proofkit +0 -0
- package/dist/platform/linux-arm64/agentic-proofkit +0 -0
- package/dist/platform/linux-x64/agentic-proofkit +0 -0
- package/docs/proofkit-contract-map.md +9 -2
- package/docs/release-process.md +27 -3
- package/docs/specs/proofkit-consumer-infra-retirement/overview.md +5 -3
- package/docs/specs/proofkit-consumer-infra-retirement/requirements.v1.json +1 -1
- package/docs/specs/proofkit-spec-proof-core/overview.md +19 -5
- package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +3 -3
- package/docs/specs/proofkit-supply-chain-quality/overview.md +9 -3
- package/docs/specs/proofkit-supply-chain-quality/requirements.v1.json +4 -4
- package/package.json +2 -1
- package/proofkit/cli-contract.v2.json +240 -95
- package/proofkit/requirement-bindings.json +296 -10
- package/proofkit/witness-plan.json +2 -1
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"claimLevel": "blocking",
|
|
130
130
|
"proofState": "witness_backed",
|
|
131
131
|
"nonClaims": [
|
|
132
|
-
"This requirement does not claim repository scanning, native test execution, proof freshness, receipt authenticity, merge approval, or global coverage completeness outside the caller-provided universe."
|
|
132
|
+
"This requirement does not claim repository scanning, source authenticity, producer identity, selector resolution, oracle quality, native test execution, proof freshness, receipt authenticity, trust, sensitivity, assurance closure, merge approval, or global coverage completeness outside the caller-provided universe."
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
135
|
{
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
"specPath": "docs/specs/proofkit-supply-chain-quality/requirements.v1.json",
|
|
603
603
|
"claimLevel": "blocking",
|
|
604
604
|
"proofState": "witness_backed",
|
|
605
|
-
"nonClaims": ["This requirement does not infer change-record completeness from source changes, make release notes approval authority, or prove provider publication, attestation authenticity, consumer adoption, rollout approval, or production readiness."]
|
|
605
|
+
"nonClaims": ["This requirement does not infer change-record completeness from source changes, reconstruct release-history migration data before the declared support baseline, claim a cumulative release-history planner, make release notes approval authority, or prove provider publication, attestation authenticity, consumer adoption, rollout approval, or production readiness."]
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
608
|
"requirementId": "REQ-PROOFKIT-QUALITY-025",
|
|
@@ -988,6 +988,10 @@
|
|
|
988
988
|
"selector": "TestAdoptionContractEnvelopeCLIABI",
|
|
989
989
|
"command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
|
|
990
990
|
},
|
|
991
|
+
{
|
|
992
|
+
"selector": "TestRequirementAuthoringPlanOutputUsesVersionedRootShape",
|
|
993
|
+
"command": "go test ./internal/app -run '^TestRequirementAuthoringPlanOutputUsesVersionedRootShape$'"
|
|
994
|
+
},
|
|
991
995
|
{
|
|
992
996
|
"selector": "TestSelfCheckOutputUsesExactRootShape",
|
|
993
997
|
"command": "go test ./internal/app -run '^TestSelfCheckOutputUsesExactRootShape$'"
|
|
@@ -1035,6 +1039,10 @@
|
|
|
1035
1039
|
{
|
|
1036
1040
|
"selector": "TestReceiptIDKeepsLocalAndCIIdentitiesDistinct",
|
|
1037
1041
|
"command": "go test ./scripts -run '^TestReceiptIDKeepsLocalAndCIIdentitiesDistinct$'"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"selector": "TestRunInvokesEveryRequiredSelfHostingAdmissionBoundary",
|
|
1045
|
+
"command": "go test ./scripts -run '^TestRunInvokesEveryRequiredSelfHostingAdmissionBoundary$'"
|
|
1038
1046
|
}
|
|
1039
1047
|
],
|
|
1040
1048
|
"commandIds": [
|
|
@@ -1448,7 +1456,53 @@
|
|
|
1448
1456
|
"scenarioId": "proofkit.spec-proof-core.test-inventory-and-coverage-view",
|
|
1449
1457
|
"witnessId": "proofkit.test-inventory-and-coverage-view.boundary",
|
|
1450
1458
|
"witnessKind": "contract",
|
|
1451
|
-
"witnessPath": "internal/command/requirementcoverageview/
|
|
1459
|
+
"witnessPath": "internal/command/requirementcoverageview/output_closure_test.go",
|
|
1460
|
+
"witnessSelectors": [
|
|
1461
|
+
{
|
|
1462
|
+
"selector": "TestAdmitOutputRejectsCompactProjectionDrift",
|
|
1463
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRejectsCompactProjectionDrift$'"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"selector": "TestAdmitOutputRejectsMissingInverseParentProjection",
|
|
1467
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRejectsMissingInverseParentProjection$'"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"selector": "TestAdmitOutputRejectsNonCanonicalWireProjectionText",
|
|
1471
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRejectsNonCanonicalWireProjectionText$'"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"selector": "TestAdmitOutputRejectsRemovedValidUnmappedInventoryEntry",
|
|
1475
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRejectsRemovedValidUnmappedInventoryEntry$'"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"selector": "TestAdmitOutputReplaysFailedInventoryQualitySemantics",
|
|
1479
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputReplaysFailedInventoryQualitySemantics$'"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"selector": "TestAdmitOutputReplaysFullRepositorySourceOwnerScopeFailures",
|
|
1483
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputReplaysFullRepositorySourceOwnerScopeFailures$'"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"selector": "TestAdmitOutputReplaysOwnerScopeFailures",
|
|
1487
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputReplaysOwnerScopeFailures$'"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"selector": "TestAdmitOutputRequiresEveryCoverageBasisField",
|
|
1491
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRequiresEveryCoverageBasisField$'"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"selector": "TestAdmitOutputRequiresEveryDeclaredRootField",
|
|
1495
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRequiresEveryDeclaredRootField$'"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"selector": "TestAdmitOutputRetainsFailedInventoryEntriesWithoutProjectedParents",
|
|
1499
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRetainsFailedInventoryEntriesWithoutProjectedParents$'"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"selector": "TestAdmitOutputValidatesEveryCoverageRowMetadataField",
|
|
1503
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputValidatesEveryCoverageRowMetadataField$'"
|
|
1504
|
+
}
|
|
1505
|
+
],
|
|
1452
1506
|
"commandIds": [
|
|
1453
1507
|
"proofkit.go-test"
|
|
1454
1508
|
],
|
|
@@ -1469,12 +1523,56 @@
|
|
|
1469
1523
|
"local-go"
|
|
1470
1524
|
]
|
|
1471
1525
|
},
|
|
1526
|
+
{
|
|
1527
|
+
"requirementId": "REQ-PROOFKIT-SPEC-006",
|
|
1528
|
+
"scenarioId": "proofkit.spec-proof-core.declared-route-mapping-without-assurance",
|
|
1529
|
+
"witnessId": "proofkit.requirement-coverage.declared-route-mapping-falsifier",
|
|
1530
|
+
"witnessKind": "contract",
|
|
1531
|
+
"witnessPath": "internal/command/requirementcoverageview/requirementcoverageview_test.go",
|
|
1532
|
+
"witnessSelectors": [
|
|
1533
|
+
{
|
|
1534
|
+
"selector": "TestBuildJSONMissingSelectorRemainsMappingOnly",
|
|
1535
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestBuildJSONMissingSelectorRemainsMappingOnly$'"
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"commandIds": [
|
|
1539
|
+
"proofkit.go-test"
|
|
1540
|
+
],
|
|
1541
|
+
"environmentClasses": [
|
|
1542
|
+
"local-go"
|
|
1543
|
+
]
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"requirementId": "REQ-PROOFKIT-SPEC-007",
|
|
1547
|
+
"scenarioId": "proofkit.spec-proof-core.canonical-command-input-admission",
|
|
1548
|
+
"witnessId": "proofkit.app.required-input-command-admission",
|
|
1549
|
+
"witnessKind": "contract",
|
|
1550
|
+
"witnessPath": "internal/app/command_coverage_test.go",
|
|
1551
|
+
"witnessSelectors": [
|
|
1552
|
+
{
|
|
1553
|
+
"selector": "TestRequiredInputCommandsRejectMalformedCallerRecords",
|
|
1554
|
+
"command": "go test ./internal/app -run '^TestRequiredInputCommandsRejectMalformedCallerRecords$'"
|
|
1555
|
+
}
|
|
1556
|
+
],
|
|
1557
|
+
"commandIds": [
|
|
1558
|
+
"proofkit.go-test"
|
|
1559
|
+
],
|
|
1560
|
+
"environmentClasses": [
|
|
1561
|
+
"local-go"
|
|
1562
|
+
]
|
|
1563
|
+
},
|
|
1472
1564
|
{
|
|
1473
1565
|
"requirementId": "REQ-PROOFKIT-SPEC-007",
|
|
1474
1566
|
"scenarioId": "proofkit.spec-proof-core.canonical-input-admission",
|
|
1475
1567
|
"witnessId": "proofkit.admission.decode-typed-json-canonical-record",
|
|
1476
1568
|
"witnessKind": "contract",
|
|
1477
1569
|
"witnessPath": "internal/kernel/admission/json_test.go",
|
|
1570
|
+
"witnessSelectors": [
|
|
1571
|
+
{
|
|
1572
|
+
"selector": "TestDecodeTypedJSONUsesStrictAdmission",
|
|
1573
|
+
"command": "go test ./internal/kernel/admission -run '^TestDecodeTypedJSONUsesStrictAdmission$'"
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1478
1576
|
"commandIds": [
|
|
1479
1577
|
"proofkit.go-test"
|
|
1480
1578
|
],
|
|
@@ -1643,6 +1741,25 @@
|
|
|
1643
1741
|
"local-go"
|
|
1644
1742
|
]
|
|
1645
1743
|
},
|
|
1744
|
+
{
|
|
1745
|
+
"requirementId": "REQ-PROOFKIT-SPEC-012",
|
|
1746
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-authoring-ref-provenance",
|
|
1747
|
+
"witnessId": "proofkit.requirement-authoring-plan.authoring-ref-provenance-falsifier",
|
|
1748
|
+
"witnessKind": "contract",
|
|
1749
|
+
"witnessPath": "internal/command/requirementauthoringplan/requirement_authoring_plan_test.go",
|
|
1750
|
+
"witnessSelectors": [
|
|
1751
|
+
{
|
|
1752
|
+
"selector": "TestBuildPreservesDigestBoundAuthoringRefIdentity",
|
|
1753
|
+
"command": "go test ./internal/command/requirementauthoringplan -run '^TestBuildPreservesDigestBoundAuthoringRefIdentity$'"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"commandIds": [
|
|
1757
|
+
"proofkit.go-test"
|
|
1758
|
+
],
|
|
1759
|
+
"environmentClasses": [
|
|
1760
|
+
"local-go"
|
|
1761
|
+
]
|
|
1762
|
+
},
|
|
1646
1763
|
{
|
|
1647
1764
|
"requirementId": "REQ-PROOFKIT-SPEC-013",
|
|
1648
1765
|
"scenarioId": "proofkit.spec-proof-core.private-proof-vocabulary-owner",
|
|
@@ -1701,6 +1818,12 @@
|
|
|
1701
1818
|
"witnessId": "proofkit.receipt-trust-status-vocabulary.command-admission",
|
|
1702
1819
|
"witnessKind": "contract",
|
|
1703
1820
|
"witnessPath": "internal/command/receipttrustclass/receipt_trust_class_test.go",
|
|
1821
|
+
"witnessSelectors": [
|
|
1822
|
+
{
|
|
1823
|
+
"selector": "TestBuildRejectsHigherRankThatWeakensMinimumTrustSemantics",
|
|
1824
|
+
"command": "go test ./internal/command/receipttrustclass -run '^TestBuildRejectsHigherRankThatWeakensMinimumTrustSemantics$'"
|
|
1825
|
+
}
|
|
1826
|
+
],
|
|
1704
1827
|
"commandIds": [
|
|
1705
1828
|
"proofkit.go-test"
|
|
1706
1829
|
],
|
|
@@ -1908,7 +2031,13 @@
|
|
|
1908
2031
|
"scenarioId": "proofkit.consumer-infra-retirement.migration-parity-admission",
|
|
1909
2032
|
"witnessId": "proofkit.migration-parity-admission.boundary",
|
|
1910
2033
|
"witnessKind": "contract",
|
|
1911
|
-
"witnessPath": "internal/
|
|
2034
|
+
"witnessPath": "internal/command/migrationparityadmission/migrationparityadmission_test.go",
|
|
2035
|
+
"witnessSelectors": [
|
|
2036
|
+
{
|
|
2037
|
+
"selector": "TestBuildProjectsEveryCallerDeclaredStatusAndSummaryField",
|
|
2038
|
+
"command": "go test ./internal/command/migrationparityadmission -run '^TestBuildProjectsEveryCallerDeclaredStatusAndSummaryField$'"
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
1912
2041
|
"commandIds": [
|
|
1913
2042
|
"proofkit.go-test"
|
|
1914
2043
|
],
|
|
@@ -2033,6 +2162,10 @@
|
|
|
2033
2162
|
"selector": "TestAdoptionContractEnvelopeCLIABI",
|
|
2034
2163
|
"command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
|
|
2035
2164
|
},
|
|
2165
|
+
{
|
|
2166
|
+
"selector": "TestRequirementAuthoringPlanOutputUsesVersionedRootShape",
|
|
2167
|
+
"command": "go test ./internal/app -run '^TestRequirementAuthoringPlanOutputUsesVersionedRootShape$'"
|
|
2168
|
+
},
|
|
2036
2169
|
{
|
|
2037
2170
|
"selector": "TestRequirementBrowserOneShotCLIOutputVariants",
|
|
2038
2171
|
"command": "go test ./internal/app -run '^TestRequirementBrowserOneShotCLIOutputVariants$'"
|
|
@@ -2132,7 +2265,13 @@
|
|
|
2132
2265
|
"scenarioId": "proofkit.supply-chain-quality.cli-output-schema-evolution",
|
|
2133
2266
|
"witnessId": "proofkit.cli-contract.output-schema-evolution",
|
|
2134
2267
|
"witnessKind": "contract",
|
|
2135
|
-
"witnessPath": "internal/app/
|
|
2268
|
+
"witnessPath": "internal/app/cli_contract_test.go",
|
|
2269
|
+
"witnessSelectors": [
|
|
2270
|
+
{
|
|
2271
|
+
"selector": "TestRequirementCoverageViewBreakingRootUsesVersionedOutputContract",
|
|
2272
|
+
"command": "go test ./internal/app -run '^TestRequirementCoverageViewBreakingRootUsesVersionedOutputContract$'"
|
|
2273
|
+
}
|
|
2274
|
+
],
|
|
2136
2275
|
"commandIds": [
|
|
2137
2276
|
"proofkit.go-test"
|
|
2138
2277
|
],
|
|
@@ -2243,6 +2382,10 @@
|
|
|
2243
2382
|
"selector": "TestBindingWitnessSelectorsRejectNonTestAndBuildExcludedFiles",
|
|
2244
2383
|
"command": "go test ./internal/tools/coveragemetrics -run '^TestBindingWitnessSelectorsRejectNonTestAndBuildExcludedFiles$'"
|
|
2245
2384
|
},
|
|
2385
|
+
{
|
|
2386
|
+
"selector": "TestBindingWitnessSelectorsRejectVacuousTestBody",
|
|
2387
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestBindingWitnessSelectorsRejectVacuousTestBody$'"
|
|
2388
|
+
},
|
|
2246
2389
|
{
|
|
2247
2390
|
"selector": "TestBindingWitnessSelectorsRequireExactCriticalInventories",
|
|
2248
2391
|
"command": "go test ./internal/tools/coveragemetrics -run '^TestBindingWitnessSelectorsRequireExactCriticalInventories$'"
|
|
@@ -2492,6 +2635,12 @@
|
|
|
2492
2635
|
"witnessId": "proofkit.release-closeout.completion-criteria-gate",
|
|
2493
2636
|
"witnessKind": "contract",
|
|
2494
2637
|
"witnessPath": "internal/tools/releasecloseoutinput/main_test.go",
|
|
2638
|
+
"witnessSelectors": [
|
|
2639
|
+
{
|
|
2640
|
+
"selector": "TestBuildInputFailsClosedForEachBlockingEvidenceClass",
|
|
2641
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestBuildInputFailsClosedForEachBlockingEvidenceClass$'"
|
|
2642
|
+
}
|
|
2643
|
+
],
|
|
2495
2644
|
"commandIds": [
|
|
2496
2645
|
"proofkit.go-test",
|
|
2497
2646
|
"proofkit.package-gate"
|
|
@@ -2790,11 +2939,46 @@
|
|
|
2790
2939
|
]
|
|
2791
2940
|
},
|
|
2792
2941
|
{
|
|
2793
|
-
"requirementId": "REQ-PROOFKIT-QUALITY-
|
|
2942
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-024",
|
|
2794
2943
|
"scenarioId": "proofkit.supply-chain-quality.release-manifest-json-abi-registry-evidence",
|
|
2795
2944
|
"witnessId": "proofkit.release-manifest.json-abi-registry-evidence",
|
|
2796
2945
|
"witnessKind": "contract",
|
|
2797
2946
|
"witnessPath": "internal/tools/releasemanifest/main_test.go",
|
|
2947
|
+
"witnessSelectors": [
|
|
2948
|
+
{
|
|
2949
|
+
"selector": "TestNPMRegistryPublicationRequiresTypedAuthorityEvidence",
|
|
2950
|
+
"command": "go test ./internal/tools/releasemanifest -run '^TestNPMRegistryPublicationRequiresTypedAuthorityEvidence$'"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"selector": "TestNPMRegistryAuthorityFlowsFromAdmittedFileToPublishedChannel",
|
|
2954
|
+
"command": "go test ./internal/tools/releasemanifest -run '^TestNPMRegistryAuthorityFlowsFromAdmittedFileToPublishedChannel$'"
|
|
2955
|
+
}
|
|
2956
|
+
],
|
|
2957
|
+
"commandIds": [
|
|
2958
|
+
"proofkit.go-test",
|
|
2959
|
+
"proofkit.package-artifact"
|
|
2960
|
+
],
|
|
2961
|
+
"environmentClasses": [
|
|
2962
|
+
"local-go",
|
|
2963
|
+
"local-go-python"
|
|
2964
|
+
]
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-024",
|
|
2968
|
+
"scenarioId": "proofkit.supply-chain-quality.npm-registry-authority-producer",
|
|
2969
|
+
"witnessId": "proofkit.npm-registry.authority-producer",
|
|
2970
|
+
"witnessKind": "contract",
|
|
2971
|
+
"witnessPath": "internal/tools/npmregistry/main_test.go",
|
|
2972
|
+
"witnessSelectors": [
|
|
2973
|
+
{
|
|
2974
|
+
"selector": "TestRunBuildsCanonicalTypedRegistryEvidence",
|
|
2975
|
+
"command": "go test ./internal/tools/npmregistry -run '^TestRunBuildsCanonicalTypedRegistryEvidence$'"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"selector": "TestRunRejectsRegistryPackageSetSubstitution",
|
|
2979
|
+
"command": "go test ./internal/tools/npmregistry -run '^TestRunRejectsRegistryPackageSetSubstitution$'"
|
|
2980
|
+
}
|
|
2981
|
+
],
|
|
2798
2982
|
"commandIds": [
|
|
2799
2983
|
"proofkit.go-test",
|
|
2800
2984
|
"proofkit.package-artifact"
|
|
@@ -2804,6 +2988,26 @@
|
|
|
2804
2988
|
"local-go-python"
|
|
2805
2989
|
]
|
|
2806
2990
|
},
|
|
2991
|
+
{
|
|
2992
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-024",
|
|
2993
|
+
"scenarioId": "proofkit.supply-chain-quality.npm-registry-workflow-delegation",
|
|
2994
|
+
"witnessId": "proofkit.release-workflow.npm-registry-owner-delegation",
|
|
2995
|
+
"witnessKind": "contract",
|
|
2996
|
+
"witnessPath": "scripts/validate-self-hosting-receipts_test.go",
|
|
2997
|
+
"witnessSelectors": [
|
|
2998
|
+
{
|
|
2999
|
+
"selector": "TestReleaseWorkflowDelegatesNPMRegistryEvidenceToRepositoryOwner",
|
|
3000
|
+
"command": "go test ./scripts -run '^TestReleaseWorkflowDelegatesNPMRegistryEvidenceToRepositoryOwner$'"
|
|
3001
|
+
}
|
|
3002
|
+
],
|
|
3003
|
+
"commandIds": [
|
|
3004
|
+
"proofkit.actionlint",
|
|
3005
|
+
"proofkit.go-test"
|
|
3006
|
+
],
|
|
3007
|
+
"environmentClasses": [
|
|
3008
|
+
"local-go"
|
|
3009
|
+
]
|
|
3010
|
+
},
|
|
2807
3011
|
{
|
|
2808
3012
|
"requirementId": "REQ-PROOFKIT-QUALITY-003",
|
|
2809
3013
|
"scenarioId": "proofkit.supply-chain-quality.fuzz-property-boundaries",
|
|
@@ -2837,6 +3041,10 @@
|
|
|
2837
3041
|
"witnessKind": "contract",
|
|
2838
3042
|
"witnessPath": "scripts/workflow_security_scanner_oracles_test.go",
|
|
2839
3043
|
"witnessSelectors": [
|
|
3044
|
+
{
|
|
3045
|
+
"selector": "TestOSVSourceScanFailsForEveryNonzeroScannerStatus",
|
|
3046
|
+
"command": "go test ./scripts -run '^TestOSVSourceScanFailsForEveryNonzeroScannerStatus$'"
|
|
3047
|
+
},
|
|
2840
3048
|
{
|
|
2841
3049
|
"selector": "TestSecurityScannerWorkflowsSeparateProviderPublicationPermissions",
|
|
2842
3050
|
"command": "go test ./scripts -run '^TestSecurityScannerWorkflowsSeparateProviderPublicationPermissions$'"
|
|
@@ -2853,16 +3061,48 @@
|
|
|
2853
3061
|
{
|
|
2854
3062
|
"requirementId": "REQ-PROOFKIT-QUALITY-001",
|
|
2855
3063
|
"scenarioId": "proofkit.supply-chain-quality.release-attestation-wiring",
|
|
2856
|
-
"witnessId": "proofkit.release-workflow.attestation-wiring",
|
|
2857
|
-
"witnessKind": "
|
|
2858
|
-
"witnessPath": "
|
|
3064
|
+
"witnessId": "proofkit.release-workflow.attestation-and-retention-wiring",
|
|
3065
|
+
"witnessKind": "contract",
|
|
3066
|
+
"witnessPath": "scripts/validate-self-hosting-receipts_test.go",
|
|
3067
|
+
"witnessSelectors": [
|
|
3068
|
+
{
|
|
3069
|
+
"selector": "TestReleaseWorkflowRetainsReleaseAssetAndPostCreateEvidenceClosure",
|
|
3070
|
+
"command": "go test ./scripts -run '^TestReleaseWorkflowRetainsReleaseAssetAndPostCreateEvidenceClosure$'"
|
|
3071
|
+
}
|
|
3072
|
+
],
|
|
2859
3073
|
"commandIds": [
|
|
2860
|
-
"proofkit.actionlint"
|
|
3074
|
+
"proofkit.actionlint",
|
|
3075
|
+
"proofkit.go-test"
|
|
2861
3076
|
],
|
|
2862
3077
|
"environmentClasses": [
|
|
2863
3078
|
"local-go"
|
|
2864
3079
|
]
|
|
2865
3080
|
},
|
|
3081
|
+
{
|
|
3082
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-001",
|
|
3083
|
+
"scenarioId": "proofkit.supply-chain-quality.retained-evidence-manifest",
|
|
3084
|
+
"witnessId": "proofkit.retained-evidence.downloadable-topology",
|
|
3085
|
+
"witnessKind": "contract",
|
|
3086
|
+
"witnessPath": "internal/tools/retainedevidence/manifest_test.go",
|
|
3087
|
+
"witnessSelectors": [
|
|
3088
|
+
{
|
|
3089
|
+
"selector": "TestManifestRejectsUnboundAttestationAndSymlink",
|
|
3090
|
+
"command": "go test ./internal/tools/retainedevidence -run '^TestManifestRejectsUnboundAttestationAndSymlink$'"
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"selector": "TestManifestUsesDownloadableArtifactPaths",
|
|
3094
|
+
"command": "go test ./internal/tools/retainedevidence -run '^TestManifestUsesDownloadableArtifactPaths$'"
|
|
3095
|
+
}
|
|
3096
|
+
],
|
|
3097
|
+
"commandIds": [
|
|
3098
|
+
"proofkit.go-test",
|
|
3099
|
+
"proofkit.package-artifact"
|
|
3100
|
+
],
|
|
3101
|
+
"environmentClasses": [
|
|
3102
|
+
"local-go",
|
|
3103
|
+
"local-go-python"
|
|
3104
|
+
]
|
|
3105
|
+
},
|
|
2866
3106
|
{
|
|
2867
3107
|
"requirementId": "REQ-PROOFKIT-QUALITY-002",
|
|
2868
3108
|
"scenarioId": "proofkit.supply-chain-quality.release-sbom",
|
|
@@ -3144,6 +3384,12 @@
|
|
|
3144
3384
|
"witnessId": "proofkit.retained-evidence.download-layout-falsifier",
|
|
3145
3385
|
"witnessKind": "contract",
|
|
3146
3386
|
"witnessPath": "internal/tools/retainedevidence/manifest_test.go",
|
|
3387
|
+
"witnessSelectors": [
|
|
3388
|
+
{
|
|
3389
|
+
"selector": "TestVerifyRejectsManifestAddressDrift",
|
|
3390
|
+
"command": "go test ./internal/tools/retainedevidence -run '^TestVerifyRejectsManifestAddressDrift$'"
|
|
3391
|
+
}
|
|
3392
|
+
],
|
|
3147
3393
|
"commandIds": ["proofkit.go-test"],
|
|
3148
3394
|
"environmentClasses": ["local-go"]
|
|
3149
3395
|
},
|
|
@@ -3153,6 +3399,46 @@
|
|
|
3153
3399
|
"witnessId": "proofkit.release-closeout.change-record-falsifier",
|
|
3154
3400
|
"witnessKind": "contract",
|
|
3155
3401
|
"witnessPath": "internal/tools/releasecloseoutinput/main_test.go",
|
|
3402
|
+
"witnessSelectors": [
|
|
3403
|
+
{
|
|
3404
|
+
"selector": "TestBuildInputFailsClosedForEachBlockingEvidenceClass",
|
|
3405
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestBuildInputFailsClosedForEachBlockingEvidenceClass$'"
|
|
3406
|
+
}
|
|
3407
|
+
],
|
|
3408
|
+
"commandIds": ["proofkit.go-test"],
|
|
3409
|
+
"environmentClasses": ["local-go"]
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-024",
|
|
3413
|
+
"scenarioId": "proofkit.supply-chain-quality.release-predecessor-lineage",
|
|
3414
|
+
"witnessId": "proofkit.release-preflight.predecessor-lineage-falsifier",
|
|
3415
|
+
"witnessKind": "contract",
|
|
3416
|
+
"witnessPath": "internal/tools/releasepreflight/main_test.go",
|
|
3417
|
+
"witnessSelectors": [
|
|
3418
|
+
{
|
|
3419
|
+
"selector": "TestValidateNPMReleaseLineage",
|
|
3420
|
+
"command": "go test ./internal/tools/releasepreflight -run '^TestValidateNPMReleaseLineage$'"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"selector": "TestRunNPMLineageUsesAdmittedRecordAndProviderIdentity",
|
|
3424
|
+
"command": "go test ./internal/tools/releasepreflight -run '^TestRunNPMLineageUsesAdmittedRecordAndProviderIdentity$'"
|
|
3425
|
+
}
|
|
3426
|
+
],
|
|
3427
|
+
"commandIds": ["proofkit.go-test"],
|
|
3428
|
+
"environmentClasses": ["local-go"]
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-024",
|
|
3432
|
+
"scenarioId": "proofkit.supply-chain-quality.release-predecessor-lineage-workflow",
|
|
3433
|
+
"witnessId": "proofkit.release-workflow.predecessor-lineage-oracle",
|
|
3434
|
+
"witnessKind": "contract",
|
|
3435
|
+
"witnessPath": "scripts/validate-self-hosting-receipts_test.go",
|
|
3436
|
+
"witnessSelectors": [
|
|
3437
|
+
{
|
|
3438
|
+
"selector": "TestReleaseWorkflowCandidateEvidenceAllowsExistingNPMByteMatch",
|
|
3439
|
+
"command": "go test ./scripts -run '^TestReleaseWorkflowCandidateEvidenceAllowsExistingNPMByteMatch$'"
|
|
3440
|
+
}
|
|
3441
|
+
],
|
|
3156
3442
|
"commandIds": ["proofkit.go-test"],
|
|
3157
3443
|
"environmentClasses": ["local-go"]
|
|
3158
3444
|
},
|
|
@@ -771,6 +771,7 @@
|
|
|
771
771
|
"internal/kernel/compactproofcontract",
|
|
772
772
|
"internal/kernel/digest",
|
|
773
773
|
"internal/kernel/markdownfmt",
|
|
774
|
+
"internal/kernel/proofvocab",
|
|
774
775
|
"internal/kernel/report",
|
|
775
776
|
"internal/kernel/secretjson",
|
|
776
777
|
"internal/kernel/stablejson",
|
|
@@ -935,7 +936,7 @@
|
|
|
935
936
|
],
|
|
936
937
|
"exclusiveLocks": [],
|
|
937
938
|
"sideEffectClass": "local_write",
|
|
938
|
-
"deterministicOutput":
|
|
939
|
+
"deterministicOutput": false,
|
|
939
940
|
"cacheAdmissionRefs": [],
|
|
940
941
|
"retryPolicy": {
|
|
941
942
|
"kind": "none",
|