@research-engineering/agentic-proofkit 0.1.136
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 +198 -0
- package/AGENTS.md +160 -0
- package/BACKLOG.md +217 -0
- package/CONTRIBUTING.md +70 -0
- package/LICENSE +21 -0
- package/NON_CLAIMS.md +45 -0
- package/README.md +50 -0
- package/SECURITY.md +52 -0
- package/dist/agentic-proofkit +36 -0
- 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 +148 -0
- package/docs/release-process.md +228 -0
- package/docs/specs/proofkit-consumer-infra-retirement/overview.md +62 -0
- package/docs/specs/proofkit-consumer-infra-retirement/requirements.v1.json +283 -0
- package/docs/specs/proofkit-package-boundary/overview.md +43 -0
- package/docs/specs/proofkit-package-boundary/requirements.v1.json +176 -0
- package/docs/specs/proofkit-receipt-authority/overview.md +35 -0
- package/docs/specs/proofkit-receipt-authority/requirements.v1.json +121 -0
- package/docs/specs/proofkit-spec-proof-core/overview.md +98 -0
- package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +448 -0
- package/docs/specs/proofkit-supply-chain-quality/overview.md +95 -0
- package/docs/specs/proofkit-supply-chain-quality/requirements.v1.json +260 -0
- package/package.json +71 -0
- package/proofkit/cli-contract.v1.json +1601 -0
- package/proofkit/receipt-producer-policy.json +49 -0
- package/proofkit/requirement-bindings.json +1914 -0
- package/proofkit/witness-plan.json +1226 -0
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"sourceId": "proofkit.supply-chain-quality.requirements",
|
|
4
|
+
"specPackagePath": "docs/specs/proofkit-supply-chain-quality",
|
|
5
|
+
"overviewPath": "docs/specs/proofkit-supply-chain-quality/overview.md",
|
|
6
|
+
"requirementsPath": "docs/specs/proofkit-supply-chain-quality/requirements.v1.json",
|
|
7
|
+
"nonClaims": [
|
|
8
|
+
"Proofkit supply-chain quality requirements do not claim vulnerability absence, license approval, public-source provenance, provider setting enforcement, release approval, consumer adoption, rollout readiness, or production readiness.",
|
|
9
|
+
"Provider-run security signals remain advisory until their provider evidence is admitted by the repository release or governance owner."
|
|
10
|
+
],
|
|
11
|
+
"requirements": [
|
|
12
|
+
{
|
|
13
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-001",
|
|
14
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
15
|
+
"invariant": "Release artifacts carry deterministic digest inventory and optional GitHub artifact attestations without claiming public-source provenance before a public-source tag release exists.",
|
|
16
|
+
"claimLevel": "blocking",
|
|
17
|
+
"riskClass": "high",
|
|
18
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
19
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-001"],
|
|
20
|
+
"nonClaims": ["This requirement does not claim public-source provenance, release approval, registry identity, consumer adoption, or rollout readiness."],
|
|
21
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
22
|
+
"deferral": null,
|
|
23
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-002",
|
|
27
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
28
|
+
"invariant": "Release evidence includes a deterministic SBOM for package, wheel, binary, and Go module inventory without claiming vulnerability absence or license approval.",
|
|
29
|
+
"claimLevel": "blocking",
|
|
30
|
+
"riskClass": "high",
|
|
31
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
32
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-002"],
|
|
33
|
+
"nonClaims": ["This requirement does not claim vulnerability absence, exploitability assessment, license approval, consumer deployment safety, or public-source provenance."],
|
|
34
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
35
|
+
"deferral": null,
|
|
36
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-003",
|
|
40
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
41
|
+
"invariant": "Pure parser and canonicalization boundaries have fuzz/property tests that prove no-panic and round-trip stability without fuzzing side-effecting CLI or filesystem flows.",
|
|
42
|
+
"claimLevel": "blocking",
|
|
43
|
+
"riskClass": "medium",
|
|
44
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
45
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-003"],
|
|
46
|
+
"nonClaims": ["This requirement does not claim exhaustive input-space proof, CLI fuzzing, filesystem fuzzing, server lifecycle fuzzing, or release readiness."],
|
|
47
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
48
|
+
"deferral": null,
|
|
49
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-004",
|
|
53
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
54
|
+
"invariant": "Public CLI ABI has a small golden corpus and canonical ABI hash covering command topology, exit code, stdout and stderr channel discipline, JSON parseability, stable public diagnostics, and descriptor/contract/help parity without making private descriptors a public API.",
|
|
55
|
+
"claimLevel": "blocking",
|
|
56
|
+
"riskClass": "high",
|
|
57
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
58
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-004"],
|
|
59
|
+
"nonClaims": ["This requirement does not claim exhaustive command semantic completeness beyond the declared route inventory or byte-for-byte stability for diagnostics outside the public CLI ABI."],
|
|
60
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
61
|
+
"deferral": null,
|
|
62
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-005",
|
|
66
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
67
|
+
"invariant": "CodeQL workflow source is admitted as an independent semantic security analysis signal for Go source without replacing native Go static gates.",
|
|
68
|
+
"claimLevel": "blocking",
|
|
69
|
+
"riskClass": "medium",
|
|
70
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
71
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-005"],
|
|
72
|
+
"nonClaims": ["This requirement does not claim provider-run success, CodeQL vulnerability absence, or replacement of go test, go vet, staticcheck, or govulncheck."],
|
|
73
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
74
|
+
"deferral": null,
|
|
75
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-006",
|
|
79
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
80
|
+
"invariant": "OSV workflow source is admitted as an advisory multi-ecosystem dependency signal without replacing govulncheck reachable-code evidence.",
|
|
81
|
+
"claimLevel": "blocking",
|
|
82
|
+
"riskClass": "medium",
|
|
83
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
84
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-006"],
|
|
85
|
+
"nonClaims": ["This requirement does not claim provider-run success, vulnerability absence, exploitability assessment, reachable-code proof, license approval, or merge approval."],
|
|
86
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
87
|
+
"deferral": null,
|
|
88
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-007",
|
|
92
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
93
|
+
"invariant": "Scorecard workflow source is admitted as an advisory repository hygiene signal without claiming branch protection or provider settings that the repository cannot prove from source.",
|
|
94
|
+
"claimLevel": "blocking",
|
|
95
|
+
"riskClass": "medium",
|
|
96
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
97
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-007"],
|
|
98
|
+
"nonClaims": ["This requirement does not claim provider-run success, branch-protection enforcement, required-review enforcement, provider settings completeness, merge approval, or release approval."],
|
|
99
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
100
|
+
"deferral": null,
|
|
101
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-008",
|
|
105
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
106
|
+
"invariant": "GitHub Actions workflow syntax and expression semantics are checked by actionlint in the local package gate.",
|
|
107
|
+
"claimLevel": "blocking",
|
|
108
|
+
"riskClass": "medium",
|
|
109
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
110
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-008"],
|
|
111
|
+
"nonClaims": ["This requirement does not claim workflow runtime success, external action safety, branch protection, or release approval."],
|
|
112
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
113
|
+
"deferral": null,
|
|
114
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-009",
|
|
118
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
119
|
+
"invariant": "Performance-sensitive parser and serializer paths expose benchmark entrypoints without making wall-clock budgets a required PR gate before stable baselines exist.",
|
|
120
|
+
"claimLevel": "blocking",
|
|
121
|
+
"riskClass": "medium",
|
|
122
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
123
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-009"],
|
|
124
|
+
"nonClaims": ["This requirement does not claim current performance maximum, CI wall-clock budget enforcement, or regression absence without benchmark evidence."],
|
|
125
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
126
|
+
"deferral": null,
|
|
127
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
131
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
132
|
+
"invariant": "Coverage metrics report requirement, binding, witness, CLI inventory linkage, and descriptor-owned command semantic-route coverage from admitted test-evidence-inventory rows, failing closed on explicit requirement/proof linkage dead zones, failed command-route inventory admission, command semantic routes without owner-declared proof identities, route-index-derived semantic proof identities, direct app semantic routes outside the command-scoped app test, package-level semantic routes outside the descriptor-owned command package, or missing matching semantic command evidence without claiming line coverage or exhaustive test semantic completeness.",
|
|
133
|
+
"claimLevel": "blocking",
|
|
134
|
+
"riskClass": "medium",
|
|
135
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
136
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-010"],
|
|
137
|
+
"nonClaims": ["This requirement does not claim line coverage, dead-code absence, exhaustive semantic completeness for every test, native witness execution, receipt freshness, or merge satisfaction."],
|
|
138
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
139
|
+
"deferral": null,
|
|
140
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-011",
|
|
144
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
145
|
+
"invariant": "CI separates the OS-independent full source/package gate from the platform-specific macOS execution smoke so parallel runners do not duplicate proof classes while preserving release-relevant platform evidence.",
|
|
146
|
+
"claimLevel": "blocking",
|
|
147
|
+
"riskClass": "medium",
|
|
148
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
149
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-011"],
|
|
150
|
+
"nonClaims": ["This requirement does not claim provider-run success, Windows support, performance budget enforcement, or release approval."],
|
|
151
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
152
|
+
"deferral": null,
|
|
153
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-012",
|
|
157
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
158
|
+
"invariant": "Release and adoption channel identifiers are admitted by one canonical authority vocabulary that separates authorityChannel values from display labels, publisher environments, statuses, registry sub-vocabulary, and candidate evidence classes.",
|
|
159
|
+
"claimLevel": "blocking",
|
|
160
|
+
"riskClass": "medium",
|
|
161
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
162
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-012"],
|
|
163
|
+
"nonClaims": ["This requirement does not claim provider-run success, registry publication, GitHub Release creation, consumer adoption, rollout approval, or release approval."],
|
|
164
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
165
|
+
"deferral": null,
|
|
166
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-013",
|
|
170
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
171
|
+
"invariant": "Self-hosting workflow package-gate evidence is checked by a typed workflow oracle that proves the package gate is reachable, exact, advisory, success-gated for always-running downstream jobs and required evidence-publication steps, and ordered before evidence publication instead of relying on workflow text search.",
|
|
172
|
+
"claimLevel": "blocking",
|
|
173
|
+
"riskClass": "medium",
|
|
174
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
175
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-013"],
|
|
176
|
+
"nonClaims": ["This requirement does not claim full GitHub Actions interpretation, provider-run success, branch-protection enforcement, required-check enforcement, external action safety, registry publication, release approval, or rollout approval."],
|
|
177
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
178
|
+
"deferral": null,
|
|
179
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-014",
|
|
183
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
184
|
+
"invariant": "Release authority consumers compare downstream policy against the admitted typed release-authority projection and admitted report digest instead of rereading caller-owned raw releaseAuthorityInput fields after validation.",
|
|
185
|
+
"claimLevel": "blocking",
|
|
186
|
+
"riskClass": "high",
|
|
187
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
188
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-014"],
|
|
189
|
+
"nonClaims": ["This requirement does not claim public SDK stability, registry publication, package installation, consumer dependency policy, rollout approval, merge approval, provider provenance, proof freshness, or native witness execution."],
|
|
190
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
191
|
+
"deferral": null,
|
|
192
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-015",
|
|
196
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
197
|
+
"invariant": "The package gate includes an admitted release closeout completion-criteria report that classifies package artifacts, Python wrappers, release manifest, SBOM, channel scope, and self-hosting evidence instead of allowing unit tests alone to satisfy release closeout.",
|
|
198
|
+
"claimLevel": "blocking",
|
|
199
|
+
"riskClass": "high",
|
|
200
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
201
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-015"],
|
|
202
|
+
"nonClaims": ["This requirement does not claim registry publication, provider authentication, GitHub artifact attestation, release approval, rollout approval, production readiness, or consumer adoption."],
|
|
203
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
204
|
+
"deferral": null,
|
|
205
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-016",
|
|
209
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
210
|
+
"invariant": "Release platform targets have one private owner that projects exact platform suffixes, Go build targets, npm OS/CPU metadata, package tar binary entries, Python wheel tags, PyPI candidate completeness, and SBOM binary subjects without turning the platform matrix into public API.",
|
|
211
|
+
"claimLevel": "blocking",
|
|
212
|
+
"riskClass": "high",
|
|
213
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
214
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-016"],
|
|
215
|
+
"nonClaims": ["This requirement does not claim Windows support, execution of non-native platform binaries, registry publication, artifact attestation, public SDK stability, consumer rollout, or release approval."],
|
|
216
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
217
|
+
"deferral": null,
|
|
218
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-017",
|
|
222
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
223
|
+
"invariant": "Report-visible secret-shaped JSON traversal uses one private kernel owner for deterministic JSON paths, finding kinds, URL-credential detection, and secret-shaped key redaction, while command packages only map admitted findings to command-local report policy.",
|
|
224
|
+
"claimLevel": "blocking",
|
|
225
|
+
"riskClass": "high",
|
|
226
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
227
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-017"],
|
|
228
|
+
"nonClaims": ["This requirement does not claim repository-wide secret scanning, file traversal, credential validity detection, merge approval, release approval, rollout approval, or replacement of dedicated provider secret-scanning tools."],
|
|
229
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
230
|
+
"deferral": null,
|
|
231
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-018",
|
|
235
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
236
|
+
"invariant": "Release metadata retains an admitted Trusted Publisher identity tuple for npm and PyPI channels whose publication mode includes workflow publication, including the exact release workflow ref for the current version tag, and release closeout rejects such publication claims when the tuple is absent or mismatched.",
|
|
237
|
+
"claimLevel": "blocking",
|
|
238
|
+
"riskClass": "high",
|
|
239
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
240
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-018"],
|
|
241
|
+
"nonClaims": ["This requirement does not claim provider UI configuration, provider-side OIDC acceptance, registry publication, artifact attestation, GitHub Release publication, release approval, rollout approval, or production readiness."],
|
|
242
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
243
|
+
"deferral": null,
|
|
244
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-019",
|
|
248
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
249
|
+
"invariant": "Installed package smoke proof verifies the package-managed binary can process explicit JSON input for one successful report command and one failed-report command, preserving report kind, report id, state, explicit input counts, exit code, stdout JSON, and stderr channel discipline without admitting unlisted consumer working-directory files in addition to help discoverability.",
|
|
250
|
+
"claimLevel": "blocking",
|
|
251
|
+
"riskClass": "high",
|
|
252
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
253
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-019"],
|
|
254
|
+
"nonClaims": ["This requirement does not claim registry publication, every command's runtime behavior, execution of non-native platform binaries, provider-side install freshness, consumer dependency admission, release approval, rollout approval, or production readiness."],
|
|
255
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
256
|
+
"deferral": null,
|
|
257
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
258
|
+
}
|
|
259
|
+
]
|
|
260
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@research-engineering/agentic-proofkit",
|
|
3
|
+
"description": "Reusable proof profile, report, graph, and witness-planning primitives.",
|
|
4
|
+
"version": "0.1.136",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"sideEffects": false,
|
|
8
|
+
"packageManager": "npm@11.18.0",
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public",
|
|
11
|
+
"registry": "https://registry.npmjs.org"
|
|
12
|
+
},
|
|
13
|
+
"bin": {
|
|
14
|
+
"agentic-proofkit": "dist/agentic-proofkit"
|
|
15
|
+
},
|
|
16
|
+
"exports": {
|
|
17
|
+
"./package.json": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/research-engineering/agentic-proofkit.git"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"ADOPTION.md",
|
|
25
|
+
"AGENTS.md",
|
|
26
|
+
"BACKLOG.md",
|
|
27
|
+
"CONTRIBUTING.md",
|
|
28
|
+
"LICENSE",
|
|
29
|
+
"NON_CLAIMS.md",
|
|
30
|
+
"README.md",
|
|
31
|
+
"SECURITY.md",
|
|
32
|
+
"dist/**",
|
|
33
|
+
"docs/proofkit-contract-map.md",
|
|
34
|
+
"docs/release-process.md",
|
|
35
|
+
"docs/specs/**/*",
|
|
36
|
+
"proofkit/*.json"
|
|
37
|
+
],
|
|
38
|
+
"scripts": {
|
|
39
|
+
"build": "go run ./internal/tools/packagebuild",
|
|
40
|
+
"check": "npm run npm:version && npm run source-hygiene && npm run text-policy && npm run go:check && npm run package:artifact && npm run self:receipt && npm run self:coverage && npm run release:closeout",
|
|
41
|
+
"go:actionlint": "go tool actionlint",
|
|
42
|
+
"go:bench": "go test ./internal/kernel/admission ./internal/kernel/stablejson -run '^$' -bench . -benchmem -count=10",
|
|
43
|
+
"go:check": "npm run go:fmt && npm run go:test && npm run go:vet && npm run go:staticcheck && npm run go:actionlint && npm run go:vulncheck",
|
|
44
|
+
"go:fmt": "test -z \"$(gofmt -l cmd internal scripts)\"",
|
|
45
|
+
"go:test": "go test ./...",
|
|
46
|
+
"go:vet": "go vet ./...",
|
|
47
|
+
"npm:version": "node -e \"const {execFileSync}=require('node:child_process'); const expected=require('./package.json').packageManager.split('@').at(-1); const actual=execFileSync('npm',['--version'],{encoding:'utf8'}).trim(); if(actual!==expected){throw new Error('expected npm '+expected+', got '+actual)}\"",
|
|
48
|
+
"package:artifact": "npm run build && go run ./internal/tools/packagepack && go run ./internal/tools/packageverify && npm run python:package && npm run python:verify && npm run release:manifest",
|
|
49
|
+
"platform:smoke": "go run ./internal/tools/packagebuild current && ./dist/agentic-proofkit --help >/dev/null && go run ./internal/tools/pythonpackage build-current && go run ./internal/tools/pythonpackage verify-current",
|
|
50
|
+
"python:package": "go run ./internal/tools/pythonpackage build",
|
|
51
|
+
"python:verify": "go run ./internal/tools/pythonpackage verify",
|
|
52
|
+
"pypi:registry": "go run ./internal/tools/pypiregistry",
|
|
53
|
+
"release:manifest": "npm run release:sbom && go run ./internal/tools/releasemanifest",
|
|
54
|
+
"release:closeout": "go run ./internal/tools/releasecloseoutinput | go run ./cmd/agentic-proofkit completion-criteria --input -",
|
|
55
|
+
"release:sbom": "go run ./internal/tools/releasesbom",
|
|
56
|
+
"self:receipt": "go run ./scripts/validate-self-hosting-receipts.go",
|
|
57
|
+
"self:coverage": "go run ./internal/tools/coveragemetrics",
|
|
58
|
+
"source-hygiene": "node scripts/source-hygiene.mjs",
|
|
59
|
+
"text-policy": "go run ./internal/tools/textpolicyinput | go run ./cmd/agentic-proofkit text-policy --input -",
|
|
60
|
+
"go:staticcheck": "go tool staticcheck ./...",
|
|
61
|
+
"go:vulncheck": "go tool govulncheck ./..."
|
|
62
|
+
},
|
|
63
|
+
"os": [
|
|
64
|
+
"darwin",
|
|
65
|
+
"linux"
|
|
66
|
+
],
|
|
67
|
+
"cpu": [
|
|
68
|
+
"arm64",
|
|
69
|
+
"x64"
|
|
70
|
+
]
|
|
71
|
+
}
|