@marinjursic/prc-linux-arm64 0.1.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.
Files changed (264) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +3 -0
  3. package/bin/LICENSE +21 -0
  4. package/bin/README.md +335 -0
  5. package/bin/THIRD_PARTY_NOTICES.md +74 -0
  6. package/bin/adapters/checkov-v3.3.8.yaml +50 -0
  7. package/bin/adapters/gitleaks-v8.30.0.yaml +63 -0
  8. package/bin/adapters/grype-v0.116.1.yaml +58 -0
  9. package/bin/adapters/syft-v1.51.0.yaml +54 -0
  10. package/bin/catalog/assertions/core-repository.yaml +625 -0
  11. package/bin/catalog/assertions/iac.yaml +24 -0
  12. package/bin/catalog/assertions/supply-chain.yaml +45 -0
  13. package/bin/catalog/control-contracts.json +1 -0
  14. package/bin/catalog/control-id-registry.json +110470 -0
  15. package/bin/catalog/objectives/core-repository.yaml +243 -0
  16. package/bin/catalog/objectives/iac.yaml +13 -0
  17. package/bin/catalog/objectives/supply-chain.yaml +13 -0
  18. package/bin/catalog/profiles/api.yaml +12 -0
  19. package/bin/catalog/profiles/core-repository.yaml +49 -0
  20. package/bin/catalog/profiles/iac.yaml +18 -0
  21. package/bin/catalog/profiles/kubernetes.yaml +15 -0
  22. package/bin/catalog/profiles/quick.yaml +27 -0
  23. package/bin/catalog/profiles/supply-chain.yaml +20 -0
  24. package/bin/docs/architecture/adapters.md +380 -0
  25. package/bin/docs/architecture/agent-providers.md +188 -0
  26. package/bin/docs/architecture/applicability.md +80 -0
  27. package/bin/docs/architecture/catalog-integrity.md +85 -0
  28. package/bin/docs/architecture/evidence-and-results.md +154 -0
  29. package/bin/docs/architecture/execution-plans.md +61 -0
  30. package/bin/docs/architecture/product-contract.md +76 -0
  31. package/bin/docs/architecture/publisher-trust.md +68 -0
  32. package/bin/docs/architecture/remediation-contract.md +113 -0
  33. package/bin/docs/architecture/trust-model.md +95 -0
  34. package/bin/docs/assets/hero.svg +37 -0
  35. package/bin/docs/assets/logo.svg +13 -0
  36. package/bin/docs/assets/production-readiness-scan-demo-poster.png +0 -0
  37. package/bin/docs/assets/production-readiness-scan-demo.gif +0 -0
  38. package/bin/docs/assets/production-readiness-scan-demo.mp4 +0 -0
  39. package/bin/docs/assets/social-card.png +0 -0
  40. package/bin/docs/assets/social-card.svg +40 -0
  41. package/bin/docs/checklists/00-readiness-principle.md +17 -0
  42. package/bin/docs/checklists/01-release-foundations.md +91 -0
  43. package/bin/docs/checklists/02-product-risk-architecture.md +136 -0
  44. package/bin/docs/checklists/03-source-build-supply-chain.md +97 -0
  45. package/bin/docs/checklists/04-environments-quality-experience.md +226 -0
  46. package/bin/docs/checklists/05-application-security.md +320 -0
  47. package/bin/docs/checklists/06-data-privacy-performance.md +166 -0
  48. package/bin/docs/checklists/07-reliability-operations.md +355 -0
  49. package/bin/docs/checklists/08-maintenance-vendors-compliance.md +112 -0
  50. package/bin/docs/checklists/09-conditional-modules.md +229 -0
  51. package/bin/docs/checklists/10-evidence-and-decision.md +111 -0
  52. package/bin/docs/engineering/00-overview.md +51 -0
  53. package/bin/docs/engineering/01-governance-and-foundations.md +919 -0
  54. package/bin/docs/engineering/02-product-and-requirements.md +186 -0
  55. package/bin/docs/engineering/03-user-experience-web-and-content.md +1352 -0
  56. package/bin/docs/engineering/04-architecture-and-design.md +387 -0
  57. package/bin/docs/engineering/05-code-quality-and-implementation.md +1103 -0
  58. package/bin/docs/engineering/06-application-services-and-apis.md +476 -0
  59. package/bin/docs/engineering/07-data-and-information-lifecycle.md +1009 -0
  60. package/bin/docs/engineering/08-security-and-cryptography.md +1215 -0
  61. package/bin/docs/engineering/09-privacy-and-data-protection.md +205 -0
  62. package/bin/docs/engineering/10-verification-and-testing.md +841 -0
  63. package/bin/docs/engineering/11-developer-experience-platform-and-delivery.md +1013 -0
  64. package/bin/docs/engineering/12-operations-sre-and-support.md +795 -0
  65. package/bin/docs/engineering/13-documentation-and-knowledge.md +349 -0
  66. package/bin/docs/engineering/14-trust-safety-and-ecosystems.md +330 -0
  67. package/bin/docs/engineering/15-ai-ml-and-ai-assisted-development.md +785 -0
  68. package/bin/docs/engineering/16-specialized-domains-and-release-assurance.md +775 -0
  69. package/bin/docs/engineering/source-manifest.md +479 -0
  70. package/bin/docs/guides/ai-assisted-review.md +61 -0
  71. package/bin/docs/guides/getting-started.md +78 -0
  72. package/bin/docs/index.md +66 -0
  73. package/bin/docs/prompts/evidence-challenge.md +26 -0
  74. package/bin/docs/prompts/full-readiness-review.md +34 -0
  75. package/bin/docs/prompts/release-diff-review.md +31 -0
  76. package/bin/docs/records/evidence-record.md +42 -0
  77. package/bin/docs/records/go-no-go-decision.md +63 -0
  78. package/bin/docs/records/release-assessment.md +124 -0
  79. package/bin/docs/records/risk-exception.md +64 -0
  80. package/bin/docs/references.md +52 -0
  81. package/bin/docs/scanner/ai-control-review.md +208 -0
  82. package/bin/docs/scanner/benchmarks.md +122 -0
  83. package/bin/docs/scanner/cli-contract.md +130 -0
  84. package/bin/docs/scanner/configuration.md +101 -0
  85. package/bin/docs/scanner/control-contracts.md +47 -0
  86. package/bin/docs/scanner/core-repository.md +62 -0
  87. package/bin/docs/scanner/diff-and-invalidation.md +79 -0
  88. package/bin/docs/scanner/doctor.md +71 -0
  89. package/bin/docs/scanner/getting-started.md +355 -0
  90. package/bin/docs/scanner/go-http-timeouts.md +96 -0
  91. package/bin/docs/scanner/infrastructure-policy.md +64 -0
  92. package/bin/docs/scanner/kubernetes-workloads.md +63 -0
  93. package/bin/docs/scanner/mcp-agent-integration.md +138 -0
  94. package/bin/docs/scanner/openapi-contracts.md +75 -0
  95. package/bin/docs/scanner/private-key-armor.md +44 -0
  96. package/bin/docs/scanner/releases.md +160 -0
  97. package/bin/docs/scanner/remediation.md +273 -0
  98. package/bin/docs/scanner/risk-exceptions.md +52 -0
  99. package/bin/docs/scanner/security-walkthrough.md +236 -0
  100. package/bin/docs/scanner/state-and-history.md +113 -0
  101. package/bin/docs/scanner/supply-chain.md +132 -0
  102. package/bin/docs/scanner/test-discovery.md +60 -0
  103. package/bin/docs/stylesheets/extra.css +183 -0
  104. package/bin/fixtures/benchmarks/core-native/suite-comprehensive.yaml +302 -0
  105. package/bin/fixtures/benchmarks/core-native/suite.yaml +59 -0
  106. package/bin/fixtures/benchmarks/core-native/targets/baseline/README.md +3 -0
  107. package/bin/fixtures/benchmarks/core-native/targets/baseline/app.go +1 -0
  108. package/bin/fixtures/benchmarks/core-native/targets/conflict-template/app.js +5 -0
  109. package/bin/fixtures/benchmarks/core-native/targets/container-risky-template/Dockerfile +2 -0
  110. package/bin/fixtures/benchmarks/core-native/targets/container-valid/Dockerfile +2 -0
  111. package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-missing/package.json +5 -0
  112. package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package-lock.json +6 -0
  113. package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package.json +5 -0
  114. package/bin/fixtures/benchmarks/core-native/targets/empty-manifest-template/package.json +1 -0
  115. package/bin/fixtures/benchmarks/core-native/targets/final-newline-template/app.py +1 -0
  116. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/CODEOWNERS +1 -0
  117. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/dependabot.yml +6 -0
  118. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/workflows/validate.yml +15 -0
  119. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CODE_OF_CONDUCT.md +3 -0
  120. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CONTRIBUTING.md +3 -0
  121. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/LICENSE +1 -0
  122. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/README.md +3 -0
  123. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/SECURITY.md +3 -0
  124. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package-lock.json +6 -0
  125. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package.json +7 -0
  126. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/tests/example.test.js +3 -0
  127. package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/go.mod +3 -0
  128. package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/server.go +18 -0
  129. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/client.go +3 -0
  130. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/go.mod +3 -0
  131. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/client.go +7 -0
  132. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/go.mod +3 -0
  133. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/client.go +22 -0
  134. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/go.mod +3 -0
  135. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/hazards_test.go +8 -0
  136. package/bin/fixtures/benchmarks/core-native/targets/kubernetes-risky-template/deployment.yaml +27 -0
  137. package/bin/fixtures/benchmarks/core-native/targets/kubernetes-valid/deployment.yaml +26 -0
  138. package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-ids-risky-template/openapi.yaml +17 -0
  139. package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-responses-risky-template/openapi.yaml +11 -0
  140. package/bin/fixtures/benchmarks/core-native/targets/openapi-root-malformed-template/openapi.yaml +5 -0
  141. package/bin/fixtures/benchmarks/core-native/targets/openapi-root-risky-template/openapi.yaml +5 -0
  142. package/bin/fixtures/benchmarks/core-native/targets/openapi-root-valid/openapi.yaml +17 -0
  143. package/bin/fixtures/benchmarks/core-native/targets/package-test-command/app.js +3 -0
  144. package/bin/fixtures/benchmarks/core-native/targets/package-test-command/package.json +7 -0
  145. package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/app.js +3 -0
  146. package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/package.json +7 -0
  147. package/bin/fixtures/benchmarks/core-native/targets/private-key-template/deploy.pem +3 -0
  148. package/bin/fixtures/benchmarks/core-native/targets/readme-missing/fixture.txt +1 -0
  149. package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package-lock.json +6 -0
  150. package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package.json +4 -0
  151. package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/.terraform.lock.hcl +3 -0
  152. package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/main.tf +7 -0
  153. package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/.terraform.lock.hcl +3 -0
  154. package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/main.tf +7 -0
  155. package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/app.py +2 -0
  156. package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/tests/test_app.py +5 -0
  157. package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/app.py +2 -0
  158. package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/tests/test_app.py +1 -0
  159. package/bin/fixtures/benchmarks/core-native/targets/workflow-malformed/.github/workflows/validate.yml +1 -0
  160. package/bin/fixtures/benchmarks/core-native/targets/workflow-no-jobs/.github/workflows/empty.yml +9 -0
  161. package/bin/fixtures/benchmarks/core-native/targets/workflow-risky/.github/workflows/risky.yml +10 -0
  162. package/bin/fixtures/benchmarks/core-native/targets/workflow-valid/.github/workflows/validate.yml +14 -0
  163. package/bin/packs/core-foundation.yaml +25 -0
  164. package/bin/packs/core-native.yaml +59 -0
  165. package/bin/prc +0 -0
  166. package/bin/schemas/adapter-execution-v0.1.schema.json +101 -0
  167. package/bin/schemas/adapter-execution-v0.2.schema.json +128 -0
  168. package/bin/schemas/adapter-execution.schema.json +145 -0
  169. package/bin/schemas/adapter-fixture-report.schema.json +59 -0
  170. package/bin/schemas/adapter-fixture-suite.schema.json +104 -0
  171. package/bin/schemas/adapter-manifest-v0.1.schema.json +55 -0
  172. package/bin/schemas/adapter-manifest-v0.2.schema.json +122 -0
  173. package/bin/schemas/adapter-manifest-v0.3.schema.json +172 -0
  174. package/bin/schemas/adapter-manifest.schema.json +299 -0
  175. package/bin/schemas/adapter-message.schema.json +136 -0
  176. package/bin/schemas/adapter-registry-report.schema.json +13 -0
  177. package/bin/schemas/adapter-registry.schema.json +47 -0
  178. package/bin/schemas/agent-execution-v0.1.schema.json +26 -0
  179. package/bin/schemas/agent-execution.schema.json +26 -0
  180. package/bin/schemas/agent-failure-v0.1.schema.json +102 -0
  181. package/bin/schemas/agent-failure.schema.json +102 -0
  182. package/bin/schemas/agent-output-v0.1.schema.json +36 -0
  183. package/bin/schemas/agent-output.schema.json +36 -0
  184. package/bin/schemas/agent-task-v0.1.schema.json +44 -0
  185. package/bin/schemas/agent-task.schema.json +46 -0
  186. package/bin/schemas/assertion-catalog.schema.json +69 -0
  187. package/bin/schemas/benchmark-report.schema.json +94 -0
  188. package/bin/schemas/benchmark-suite.schema.json +116 -0
  189. package/bin/schemas/catalog-bundle.schema.json +27 -0
  190. package/bin/schemas/catalog-manifest.schema.json +23 -0
  191. package/bin/schemas/checkov-iac-policy-report.schema.json +82 -0
  192. package/bin/schemas/control-contracts.schema.json +44 -0
  193. package/bin/schemas/control-review-output.schema.json +51 -0
  194. package/bin/schemas/doctor.schema.json +53 -0
  195. package/bin/schemas/evidence-v0.1.schema.json +21 -0
  196. package/bin/schemas/evidence.schema.json +21 -0
  197. package/bin/schemas/finding-v0.1.schema.json +70 -0
  198. package/bin/schemas/finding.schema.json +70 -0
  199. package/bin/schemas/fix-contract-v0.1.schema.json +35 -0
  200. package/bin/schemas/fix-contract-v0.2.schema.json +46 -0
  201. package/bin/schemas/fix-contract-v0.3.schema.json +49 -0
  202. package/bin/schemas/fix-contract.schema.json +49 -0
  203. package/bin/schemas/grype-vulnerability-report.schema.json +88 -0
  204. package/bin/schemas/history.schema.json +37 -0
  205. package/bin/schemas/invalidation.schema.json +86 -0
  206. package/bin/schemas/inventory-v0.1.schema.json +42 -0
  207. package/bin/schemas/inventory-v0.2.schema.json +95 -0
  208. package/bin/schemas/inventory-v0.3.schema.json +139 -0
  209. package/bin/schemas/inventory.schema.json +139 -0
  210. package/bin/schemas/objective-catalog.schema.json +62 -0
  211. package/bin/schemas/pack-report.schema.json +16 -0
  212. package/bin/schemas/pack.schema.json +53 -0
  213. package/bin/schemas/plan-v0.1.schema.json +31 -0
  214. package/bin/schemas/plan-v0.2.schema.json +32 -0
  215. package/bin/schemas/plan-v0.3.schema.json +44 -0
  216. package/bin/schemas/plan-v0.4.schema.json +48 -0
  217. package/bin/schemas/plan-v0.5.schema.json +49 -0
  218. package/bin/schemas/plan-v0.6.schema.json +137 -0
  219. package/bin/schemas/plan.schema.json +137 -0
  220. package/bin/schemas/profile.schema.json +42 -0
  221. package/bin/schemas/project-config.schema.json +128 -0
  222. package/bin/schemas/release-manifest-v0.1.schema.json +86 -0
  223. package/bin/schemas/release-manifest-v0.2.schema.json +146 -0
  224. package/bin/schemas/release-manifest-v0.3.schema.json +146 -0
  225. package/bin/schemas/release-manifest.schema.json +6 -0
  226. package/bin/schemas/remediation-candidate-v0.1.schema.json +51 -0
  227. package/bin/schemas/remediation-candidate-v0.2.schema.json +51 -0
  228. package/bin/schemas/remediation-candidate-v0.3.schema.json +51 -0
  229. package/bin/schemas/remediation-candidate-v0.4.schema.json +69 -0
  230. package/bin/schemas/remediation-candidate.schema.json +69 -0
  231. package/bin/schemas/remediation-run-v0.1.schema.json +69 -0
  232. package/bin/schemas/remediation-run-v0.2.schema.json +78 -0
  233. package/bin/schemas/remediation-run-v0.3.schema.json +86 -0
  234. package/bin/schemas/remediation-run-v0.4.schema.json +86 -0
  235. package/bin/schemas/remediation-run-v0.5.schema.json +131 -0
  236. package/bin/schemas/remediation-run-v0.6.schema.json +143 -0
  237. package/bin/schemas/remediation-run-v0.7.schema.json +160 -0
  238. package/bin/schemas/remediation-run-v0.8.schema.json +161 -0
  239. package/bin/schemas/remediation-run.schema.json +161 -0
  240. package/bin/schemas/risk-exception-verification.schema.json +17 -0
  241. package/bin/schemas/risk-exception.schema.json +137 -0
  242. package/bin/schemas/run-result-v0.1.schema.json +54 -0
  243. package/bin/schemas/run-result-v0.10.schema.json +64 -0
  244. package/bin/schemas/run-result-v0.11.schema.json +146 -0
  245. package/bin/schemas/run-result-v0.2.schema.json +60 -0
  246. package/bin/schemas/run-result-v0.3.schema.json +52 -0
  247. package/bin/schemas/run-result-v0.4.schema.json +52 -0
  248. package/bin/schemas/run-result-v0.5.schema.json +60 -0
  249. package/bin/schemas/run-result-v0.6.schema.json +61 -0
  250. package/bin/schemas/run-result-v0.7.schema.json +61 -0
  251. package/bin/schemas/run-result-v0.8.schema.json +61 -0
  252. package/bin/schemas/run-result-v0.9.schema.json +77 -0
  253. package/bin/schemas/run-result.schema.json +165 -0
  254. package/bin/schemas/signature-verification.schema.json +22 -0
  255. package/bin/schemas/signature.schema.json +18 -0
  256. package/bin/schemas/state-check-v0.1.schema.json +27 -0
  257. package/bin/schemas/state-check.schema.json +28 -0
  258. package/bin/schemas/trust-store.schema.json +50 -0
  259. package/bin/schemas/verification-execution-v0.1.schema.json +105 -0
  260. package/bin/schemas/verification-execution.schema.json +105 -0
  261. package/bin/schemas/version-v0.1.schema.json +27 -0
  262. package/bin/schemas/version.schema.json +27 -0
  263. package/manifest.json +9 -0
  264. package/package.json +28 -0
@@ -0,0 +1,243 @@
1
+ schema_version: prc.objectives/v0.1
2
+ catalog_version: 1.0.0
3
+ objectives:
4
+ - id: USEQ-FDCA6C71
5
+ revision: 1
6
+ title: Operating entry point
7
+ statement: A current operating entry point or README exists.
8
+ source:
9
+ path: docs/engineering/05-code-quality-and-implementation.md
10
+ line: 61
11
+ domains: [documentation, repository]
12
+ automation_class: partial
13
+ assertion_ids: [PRC-A-CORE-001]
14
+ - id: USEQ-6497B434
15
+ revision: 1
16
+ title: Published license
17
+ statement: Publish a clear license and ensure all included code and assets are legally compatible.
18
+ source:
19
+ path: docs/engineering/16-specialized-domains-and-release-assurance.md
20
+ line: 189
21
+ domains: [governance, repository, supply-chain]
22
+ automation_class: partial
23
+ assertion_ids: [PRC-A-CORE-002]
24
+ - id: USEQ-89F5E97A
25
+ revision: 1
26
+ title: Contribution and release guidance
27
+ statement: Provide contribution, development, testing, review, security, and release guidance.
28
+ source:
29
+ path: docs/engineering/16-specialized-domains-and-release-assurance.md
30
+ line: 191
31
+ domains: [documentation, governance, repository]
32
+ automation_class: partial
33
+ assertion_ids: [PRC-A-CORE-003]
34
+ - id: USEQ-AC6AC548
35
+ revision: 1
36
+ title: Security reporting information
37
+ statement: Provide security reporting and supported-version information.
38
+ source:
39
+ path: docs/engineering/16-specialized-domains-and-release-assurance.md
40
+ line: 396
41
+ domains: [documentation, security]
42
+ automation_class: partial
43
+ assertion_ids: [PRC-A-CORE-004]
44
+ - id: USEQ-D73106BF
45
+ revision: 1
46
+ title: Open-source governance
47
+ statement: Define governance, maintainer roles, decision process, code of conduct, and conflict resolution.
48
+ source:
49
+ path: docs/engineering/16-specialized-domains-and-release-assurance.md
50
+ line: 190
51
+ domains: [governance, repository]
52
+ automation_class: partial
53
+ assertion_ids: [PRC-A-CORE-005]
54
+ - id: USEQ-CA602113
55
+ revision: 1
56
+ title: Durable ownership
57
+ statement: Ensure code ownership and documentation survive staff changes and do not depend on one person.
58
+ source:
59
+ path: docs/engineering/05-code-quality-and-implementation.md
60
+ line: 651
61
+ domains: [governance, repository]
62
+ automation_class: partial
63
+ assertion_ids: [PRC-A-CORE-006]
64
+ - id: USEQ-D1076D92
65
+ revision: 1
66
+ title: Pinned dependency inputs
67
+ statement: Dependency versions and build inputs are pinned sufficiently to prevent unexpected substitution.
68
+ source:
69
+ path: docs/engineering/11-developer-experience-platform-and-delivery.md
70
+ line: 32
71
+ domains: [delivery, repository, supply-chain]
72
+ automation_class: partial
73
+ assertion_ids: [PRC-A-CORE-007, PRC-A-CORE-023, PRC-A-CORE-024, PRC-A-CORE-028]
74
+ - id: USEQ-F4D6E3B3
75
+ revision: 1
76
+ title: Pinned workflow tooling
77
+ statement: Pin toolchain, action, plugin, and dependency versions sufficiently for trustworthy results.
78
+ source:
79
+ path: docs/engineering/11-developer-experience-platform-and-delivery.md
80
+ line: 102
81
+ domains: [delivery, repository, supply-chain]
82
+ automation_class: partial
83
+ assertion_ids: [PRC-A-CORE-008, PRC-A-CORE-017]
84
+ - id: USEQ-12655775
85
+ revision: 1
86
+ title: Automated engineering checks
87
+ statement: Use automated formatting, linting, compilation, type checking, static analysis, dependency scanning, and secret scanning appropriate to the code.
88
+ source:
89
+ path: docs/engineering/05-code-quality-and-implementation.md
90
+ line: 1012
91
+ domains: [code-quality, repository, testing]
92
+ automation_class: partial
93
+ assertion_ids: [PRC-A-CORE-009, PRC-A-CORE-010, PRC-A-CORE-018, PRC-A-CORE-021]
94
+ - id: USEQ-73488048
95
+ revision: 1
96
+ title: Untrusted workflow isolation
97
+ statement: Untrusted contribution workflows cannot access production secrets or overwrite trusted artifacts.
98
+ source:
99
+ path: docs/engineering/11-developer-experience-platform-and-delivery.md
100
+ line: 37
101
+ domains: [delivery, security, supply-chain]
102
+ automation_class: partial
103
+ assertion_ids: [PRC-A-CORE-011, PRC-A-CORE-020]
104
+ - id: USEQ-F0F5ACE7
105
+ revision: 1
106
+ title: Generated code review
107
+ statement: Treat generated or suggested code as untrusted input requiring the same ownership, review, testing, security, licensing, and provenance as handwritten code.
108
+ source:
109
+ path: docs/engineering/05-code-quality-and-implementation.md
110
+ line: 1046
111
+ domains: [ai, code-quality, governance]
112
+ automation_class: manual
113
+ assertion_ids: [PRC-A-CORE-012]
114
+ - id: USEQ-70E9D5AA
115
+ revision: 1
116
+ title: Applicable static analyses
117
+ statement: Run type, data-flow, control-flow, taint, dependency, configuration, infrastructure, secret, license, and policy analysis as applicable.
118
+ source:
119
+ path: docs/engineering/10-verification-and-testing.md
120
+ line: 559
121
+ domains: [code-quality, security, testing]
122
+ automation_class: contextual
123
+ assertion_ids: [PRC-A-CORE-013]
124
+ - id: USEQ-DAF77C8F
125
+ revision: 1
126
+ title: Machine-enforced source style
127
+ statement: Use a consistent machine-enforced style so review focuses on behavior and design.
128
+ source:
129
+ path: docs/engineering/05-code-quality-and-implementation.md
130
+ line: 114
131
+ domains: [code-quality, repository]
132
+ automation_class: partial
133
+ assertion_ids: [PRC-A-CORE-014]
134
+ - id: USEQ-72088469
135
+ revision: 1
136
+ title: Exact assessed identity
137
+ statement: Evidence identifies the exact product, source revision, artifact, configuration, environment, data state, and date assessed.
138
+ source:
139
+ path: docs/engineering/01-governance-and-foundations.md
140
+ line: 18
141
+ domains: [evidence, governance, repository]
142
+ automation_class: partial
143
+ assertion_ids: [PRC-A-CORE-015]
144
+ - id: PRC-36-011
145
+ revision: 1
146
+ title: Dependency update ownership
147
+ statement: Dependency-update ownership and cadence exist.
148
+ source:
149
+ path: docs/checklists/08-maintenance-vendors-compliance.md
150
+ line: 19
151
+ domains: [maintenance, repository, supply-chain]
152
+ automation_class: partial
153
+ assertion_ids: [PRC-A-CORE-016]
154
+ - id: USEQ-B66A3064
155
+ revision: 1
156
+ title: Explicit execution bounds
157
+ statement: Time zones, locales, encodings, units, time synchronization, resource limits, and timeouts are explicit.
158
+ source:
159
+ path: docs/engineering/11-developer-experience-platform-and-delivery.md
160
+ line: 60
161
+ domains: [delivery, reliability]
162
+ automation_class: partial
163
+ assertion_ids: [PRC-A-CORE-019, PRC-A-GO-002]
164
+ - id: USEQ-D60E6950
165
+ revision: 1
166
+ title: Intended package metadata
167
+ statement: Verify final packages contain only intended files, permissions, metadata, and dependencies.
168
+ source:
169
+ path: docs/engineering/11-developer-experience-platform-and-delivery.md
170
+ line: 154
171
+ domains: [delivery, repository, supply-chain]
172
+ automation_class: partial
173
+ assertion_ids: [PRC-A-CORE-022]
174
+ - id: USEQ-0B7FDB5F
175
+ revision: 1
176
+ title: Supported runtime declarations
177
+ statement: Document supported runtimes, platforms, protocols, data versions, clients, and compatibility windows.
178
+ source:
179
+ path: docs/engineering/05-code-quality-and-implementation.md
180
+ line: 676
181
+ domains: [documentation, maintenance, repository]
182
+ automation_class: partial
183
+ assertion_ids: [PRC-A-CORE-025]
184
+ - id: USEQ-7D4DA192
185
+ revision: 1
186
+ title: Immutable container bases
187
+ statement: Use minimal trusted base images pinned by immutable identity.
188
+ source:
189
+ path: docs/engineering/16-specialized-domains-and-release-assurance.md
190
+ line: 270
191
+ domains: [containers, security, supply-chain]
192
+ automation_class: partial
193
+ assertion_ids: [PRC-A-CORE-026]
194
+ - id: USEQ-A3559C64
195
+ revision: 1
196
+ title: Non-root workloads
197
+ statement: Run workloads as non-root and without unnecessary privilege, capabilities, host access, or writable filesystem.
198
+ source:
199
+ path: docs/engineering/16-specialized-domains-and-release-assurance.md
200
+ line: 273
201
+ domains: [containers, kubernetes, security]
202
+ automation_class: partial
203
+ assertion_ids: [PRC-A-CORE-027, PRC-A-CORE-029, PRC-A-K8S-001, PRC-A-K8S-002, PRC-A-K8S-003, PRC-A-K8S-004]
204
+ - id: USEQ-13CBD6C6
205
+ revision: 1
206
+ title: Workload resource policy
207
+ statement: Define resource requests, limits, priorities, disruption, and eviction behavior.
208
+ source:
209
+ path: docs/engineering/16-specialized-domains-and-release-assurance.md
210
+ line: 274
211
+ domains: [containers, kubernetes, reliability]
212
+ automation_class: partial
213
+ assertion_ids: [PRC-A-CORE-030]
214
+ - id: USEQ-E85957E3
215
+ revision: 1
216
+ title: Secrets remain outside repository content
217
+ statement: Keep secrets out of source, history, artifacts, images, frontend bundles, tickets, chat, documentation, tests, analytics, and logs.
218
+ source:
219
+ path: docs/engineering/08-security-and-cryptography.md
220
+ line: 277
221
+ domains: [repository, security]
222
+ automation_class: partial
223
+ assertion_ids: [PRC-A-CORE-031]
224
+ - id: USEQ-F6ACEF15
225
+ revision: 1
226
+ title: Bounded outbound calls
227
+ statement: Every outbound call has an appropriate timeout.
228
+ source:
229
+ path: docs/engineering/06-application-services-and-apis.md
230
+ line: 22
231
+ domains: [code-quality, reliability, services]
232
+ automation_class: partial
233
+ assertion_ids: [PRC-A-GO-001]
234
+ - id: USEQ-13208C54
235
+ revision: 1
236
+ title: Controlled interface contracts
237
+ statement: Define every interface using a controlled, testable contract.
238
+ source:
239
+ path: docs/engineering/06-application-services-and-apis.md
240
+ line: 305
241
+ domains: [apis, architecture, testing]
242
+ automation_class: partial
243
+ assertion_ids: [PRC-A-API-001, PRC-A-API-002, PRC-A-API-003]
@@ -0,0 +1,13 @@
1
+ schema_version: prc.objectives/v0.1
2
+ catalog_version: 1.0.0
3
+ objectives:
4
+ - id: USEQ-212AE882
5
+ revision: 1
6
+ title: Infrastructure, configuration, and policy analysis
7
+ statement: Infrastructure, configuration, and policy analysis has run.
8
+ source:
9
+ path: docs/engineering/08-security-and-cryptography.md
10
+ line: 82
11
+ domains: [infrastructure, security]
12
+ automation_class: partial
13
+ assertion_ids: [PRC-A-IAC-001]
@@ -0,0 +1,13 @@
1
+ schema_version: prc.objectives/v0.1
2
+ catalog_version: 1.0.0
3
+ objectives:
4
+ - id: USEQ-A9032C59
5
+ revision: 1
6
+ title: Dependency, SBOM, and license analysis
7
+ statement: Dependency, SBOM, and license analysis has run.
8
+ source:
9
+ path: docs/engineering/08-security-and-cryptography.md
10
+ line: 80
11
+ domains: [security, supply-chain]
12
+ automation_class: partial
13
+ assertion_ids: [PRC-A-SUPPLY-001, PRC-A-SUPPLY-002]
@@ -0,0 +1,12 @@
1
+ schema_version: prc.profile/v0.1
2
+ id: prc/api
3
+ version: "0.1"
4
+ title: API contract readiness
5
+ description: Language-neutral bounded structural analysis of detected OpenAPI 3.0, 3.1, and 3.2 descriptions.
6
+ assertion_ids:
7
+ - PRC-A-API-001
8
+ - PRC-A-API-002
9
+ - PRC-A-API-003
10
+ terminal_policy:
11
+ block_on: [critical, high]
12
+ allow_manual_remaining: true
@@ -0,0 +1,49 @@
1
+ schema_version: prc.profile/v0.1
2
+ id: prc/core-repository
3
+ version: "1.0"
4
+ title: Core repository readiness
5
+ description: Deterministic repository governance, documentation, workflow, dependency, security, API-contract, and test foundations.
6
+ assertion_ids:
7
+ - PRC-A-CORE-001
8
+ - PRC-A-CORE-002
9
+ - PRC-A-CORE-003
10
+ - PRC-A-CORE-004
11
+ - PRC-A-CORE-005
12
+ - PRC-A-CORE-006
13
+ - PRC-A-CORE-007
14
+ - PRC-A-CORE-008
15
+ - PRC-A-CORE-009
16
+ - PRC-A-CORE-010
17
+ - PRC-A-CORE-011
18
+ - PRC-A-CORE-012
19
+ - PRC-A-CORE-013
20
+ - PRC-A-CORE-014
21
+ - PRC-A-CORE-015
22
+ - PRC-A-CORE-016
23
+ - PRC-A-CORE-017
24
+ - PRC-A-CORE-018
25
+ - PRC-A-CORE-019
26
+ - PRC-A-CORE-020
27
+ - PRC-A-CORE-021
28
+ - PRC-A-CORE-022
29
+ - PRC-A-CORE-023
30
+ - PRC-A-CORE-024
31
+ - PRC-A-CORE-025
32
+ - PRC-A-CORE-026
33
+ - PRC-A-CORE-027
34
+ - PRC-A-CORE-028
35
+ - PRC-A-CORE-029
36
+ - PRC-A-CORE-030
37
+ - PRC-A-K8S-001
38
+ - PRC-A-K8S-002
39
+ - PRC-A-K8S-003
40
+ - PRC-A-K8S-004
41
+ - PRC-A-CORE-031
42
+ - PRC-A-GO-001
43
+ - PRC-A-GO-002
44
+ - PRC-A-API-001
45
+ - PRC-A-API-002
46
+ - PRC-A-API-003
47
+ terminal_policy:
48
+ block_on: [critical, high]
49
+ allow_manual_remaining: true
@@ -0,0 +1,18 @@
1
+ schema_version: prc.profile/v0.1
2
+ id: prc/iac
3
+ version: "0.1"
4
+ title: Infrastructure-as-code readiness
5
+ description: Bounded native repository checks plus reviewed offline policy evidence for inventoried Terraform, Kubernetes, and container definitions.
6
+ assertion_ids:
7
+ - PRC-A-CORE-027
8
+ - PRC-A-CORE-028
9
+ - PRC-A-CORE-029
10
+ - PRC-A-CORE-030
11
+ - PRC-A-K8S-001
12
+ - PRC-A-K8S-002
13
+ - PRC-A-K8S-003
14
+ - PRC-A-K8S-004
15
+ - PRC-A-IAC-001
16
+ terminal_policy:
17
+ block_on: [critical, high]
18
+ allow_manual_remaining: true
@@ -0,0 +1,15 @@
1
+ schema_version: prc.profile/v0.1
2
+ id: prc/kubernetes
3
+ version: "0.1"
4
+ title: Kubernetes workload readiness
5
+ description: Bounded repository analysis of workload security contexts and resource declarations against selected Kubernetes Pod Security Standards.
6
+ assertion_ids:
7
+ - PRC-A-CORE-029
8
+ - PRC-A-CORE-030
9
+ - PRC-A-K8S-001
10
+ - PRC-A-K8S-002
11
+ - PRC-A-K8S-003
12
+ - PRC-A-K8S-004
13
+ terminal_policy:
14
+ block_on: [critical, high]
15
+ allow_manual_remaining: true
@@ -0,0 +1,27 @@
1
+ schema_version: prc.profile/v0.1
2
+ id: prc/quick
3
+ version: "1.0"
4
+ title: Quick repository risk screen
5
+ description: A small language-neutral screen for high-signal repository, dependency, test, workflow, container, and workload risks; it is not a production-readiness certificate.
6
+ assertion_ids:
7
+ - PRC-A-CORE-001
8
+ - PRC-A-CORE-004
9
+ - PRC-A-CORE-007
10
+ - PRC-A-CORE-008
11
+ - PRC-A-CORE-009
12
+ - PRC-A-CORE-010
13
+ - PRC-A-CORE-011
14
+ - PRC-A-CORE-015
15
+ - PRC-A-CORE-017
16
+ - PRC-A-CORE-018
17
+ - PRC-A-CORE-021
18
+ - PRC-A-CORE-023
19
+ - PRC-A-CORE-024
20
+ - PRC-A-CORE-025
21
+ - PRC-A-CORE-026
22
+ - PRC-A-CORE-027
23
+ - PRC-A-CORE-029
24
+ - PRC-A-CORE-030
25
+ terminal_policy:
26
+ block_on: [critical, high]
27
+ allow_manual_remaining: true
@@ -0,0 +1,20 @@
1
+ schema_version: prc.profile/v0.1
2
+ id: prc/supply-chain
3
+ version: "0.2"
4
+ title: Software supply-chain readiness
5
+ description: Repository dependency, build-input, license, generated SBOM, and fresh offline known-vulnerability evidence without claiming built-artifact or runtime completeness.
6
+ assertion_ids:
7
+ - PRC-A-CORE-002
8
+ - PRC-A-CORE-007
9
+ - PRC-A-CORE-008
10
+ - PRC-A-CORE-016
11
+ - PRC-A-CORE-023
12
+ - PRC-A-CORE-024
13
+ - PRC-A-CORE-025
14
+ - PRC-A-CORE-026
15
+ - PRC-A-CORE-028
16
+ - PRC-A-SUPPLY-001
17
+ - PRC-A-SUPPLY-002
18
+ terminal_policy:
19
+ block_on: [critical, high]
20
+ allow_manual_remaining: true