@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,61 @@
1
+ # AI-assisted review
2
+
3
+ AI agents can accelerate a production-readiness review, especially when controls can be evaluated from source, tests, infrastructure definitions, configuration schemas, and repository documentation. They should be used as evidence finders and gap detectors—not as autonomous release authorities.
4
+
5
+ ## What an agent can often inspect
6
+
7
+ - build, test, lint, and deployment configuration;
8
+ - dependency manifests, lockfiles, and update policy;
9
+ - authentication, authorization, input handling, and security-sensitive code paths;
10
+ - database migrations and backward-compatibility patterns;
11
+ - automated tests and their relationship to critical journeys;
12
+ - infrastructure-as-code, observability definitions, and runbooks;
13
+ - documented architecture, recovery, incident, and support procedures;
14
+ - the current diff and the controls it could invalidate.
15
+
16
+ ## What usually needs human or external evidence
17
+
18
+ - the exact production configuration and deployed artifact;
19
+ - successful backup restoration, failover, capacity, or incident drills;
20
+ - alert delivery and on-call authority in real operating conditions;
21
+ - legal, regulatory, privacy, accessibility, and contractual applicability;
22
+ - third-party contracts, organizational processes, and staff availability;
23
+ - penetration-test findings or production telemetry not present in the repository;
24
+ - the authority to accept residual risk and approve a launch.
25
+
26
+ An agent must label these controls **Blocked** or **Unknown**, not infer a pass from missing information.
27
+
28
+ ## Recommended workflow
29
+
30
+ 1. Put `CLAUDE.md` at the root of the application repository, or copy its instructions into the agent context.
31
+ 2. Choose [a full lifecycle review](../prompts/full-readiness-review.md), [a release-diff review](../prompts/release-diff-review.md), or [an evidence challenge](../prompts/evidence-challenge.md).
32
+ 3. Give the agent the release identifier, intended environment, architecture overview, critical journeys, and applicable conditional modules.
33
+ 4. Allow read-only inspection and relevant test commands. Require permission before code or configuration changes.
34
+ 5. Require a citation for each Pass: file and line, test output, command result, artifact, or external evidence reference.
35
+ 6. Have a qualified person review high-impact conclusions and every proposed exception.
36
+
37
+ ## Useful output contract
38
+
39
+ Ask the agent to return:
40
+
41
+ 1. release and scope understood;
42
+ 2. immediate no-go findings;
43
+ 3. a control table with `USEQ-*` or `PRC-*` ID, status, evidence authority, limitations, owner, and next action;
44
+ 4. unknowns that require human or external evidence;
45
+ 5. changed controls invalidated by the release diff;
46
+ 6. prioritized blockers and recommended verification commands;
47
+ 7. an explicit statement that the agent is not making the final release decision.
48
+
49
+ ## Anti-patterns
50
+
51
+ - Asking “is this production ready?” without release scope or evidence criteria.
52
+ - Treating a repository-only release review as a complete lifecycle assessment when governance, product, operational, or external evidence was never supplied.
53
+ - Treating the absence of a visible vulnerability as proof of security.
54
+ - Allowing the agent to mark organizational or production-only controls as passed from source code.
55
+ - Counting passed boxes or reporting a readiness percentage without blocker analysis.
56
+ - Letting an agent accept risk on behalf of a named human owner.
57
+ - Running destructive, load, failover, migration, or production tests without explicit authorization and safe boundaries.
58
+
59
+ ## Review the reviewer
60
+
61
+ Challenge the agent’s findings. Check that cited evidence supports the exact control, pertains to the exact release, comes from the intended environment, is current enough, and demonstrates behavior rather than intent. The [evidence challenge prompt](../prompts/evidence-challenge.md) is designed for a second-pass review.
@@ -0,0 +1,78 @@
1
+ # Getting started
2
+
3
+ You can get useful release signal from this repository in 15 minutes, then deepen the review in proportion to the product and release risk.
4
+
5
+ Choose the path before you begin:
6
+
7
+ - For a new product, major redesign, baseline assessment, or organization-wide quality review, start with the [complete engineering review](../engineering/00-overview.md), complete phases 1–16, and then perform the production review.
8
+ - For an imminent release with a trusted lifecycle baseline, use this quick start and revisit every lifecycle control affected by the change.
9
+
10
+ ## 1. Name the thing being approved
11
+
12
+ Record the source commit, immutable artifact digest, configuration version, database migrations, feature-flag state, target environment, and release window. If those change, affected evidence must be reviewed again.
13
+
14
+ Use the [release assessment template](../records/release-assessment.md) as the working record.
15
+
16
+ ## 2. Run the no-go screen
17
+
18
+ Review all [immediate no-go conditions](../checklists/01-release-foundations.md#2-immediate-no-go-conditions). They are phrased as dangerous conditions: check one when the condition is true. Any checked no-go item stops the release until it is resolved or the release scope changes.
19
+
20
+ Do this before the full assessment. It prevents a long checklist from obscuring a single decisive failure.
21
+
22
+ ## 3. Decide what applies
23
+
24
+ The 16 engineering phases cover the product lifecycle, and the ten production tracks test the exact release. Specialized and conditional modules become mandatory whenever their trigger exists:
25
+
26
+ - payments, billing, subscriptions, or money movement;
27
+ - multi-tenant SaaS;
28
+ - user-generated content, communities, or marketplaces;
29
+ - email, SMS, push, or notifications;
30
+ - localization and internationalization;
31
+ - public content and SEO;
32
+ - PWA or offline operation;
33
+ - real-time, collaborative, or event-driven features;
34
+ - high-risk administrative tools;
35
+ - AI, machine learning, or LLM features;
36
+ - safety-critical or physically consequential behavior.
37
+
38
+ Record why an entire track or individual control is not applicable. Unexplained exclusions are gaps.
39
+
40
+ ## 4. Assign owners by track
41
+
42
+ One coordinator should own the assessment, but evidence should come from the people accountable for each area: product, engineering, quality, security, reliability, data, privacy, accessibility, legal, support, and business risk.
43
+
44
+ Avoid assigning a team name alone. Each unresolved item needs a person who can make or escalate the decision.
45
+
46
+ ## 5. Evaluate controls with evidence
47
+
48
+ Use these statuses consistently:
49
+
50
+ | Status | Meaning |
51
+ | --- | --- |
52
+ | Pass | Current evidence demonstrates the control for the exact release and environment |
53
+ | Fail | Evidence demonstrates that the control is not met |
54
+ | Blocked | Evidence is missing, inaccessible, stale, or cannot yet be collected |
55
+ | Not Applicable | The trigger is absent and the written rationale has been reviewed |
56
+
57
+ Use [evidence records](../records/evidence-record.md) for material controls. An implementation description is not proof that the deployed control works.
58
+
59
+ ## 6. Handle exceptions explicitly
60
+
61
+ Do not relabel a failure as passed. Create a [risk exception](../records/risk-exception.md) with the business impact, accountable risk owner, compensating control, monitoring, remediation date, and automatic expiry.
62
+
63
+ Some controls are release blockers and should not be waived through an ordinary exception process.
64
+
65
+ ## 7. Decide and retain
66
+
67
+ Assemble the final evidence package, collect the required sign-offs, and use the [go/no-go record](../records/go-no-go-decision.md). Store the assessment beside the release record so that it remains traceable after the next deployment.
68
+
69
+ ## Suggested review depths
70
+
71
+ | Release profile | Suggested approach |
72
+ | --- | --- |
73
+ | Low-risk internal change | No-go screen, changed tracks, smoke tests, rollback evidence, named approver |
74
+ | Normal customer-facing release | Affected lifecycle phases, all applicable production tracks, conditional modules, independent review, complete evidence package |
75
+ | New product, major redesign, or new baseline | All 16 lifecycle phases followed by all applicable production tracks |
76
+ | High-impact or regulated launch | Full lifecycle and production assessment, specialist review, rehearsals, external testing where warranted, formal sign-off |
77
+
78
+ Depth can vary; honesty about missing evidence cannot.
@@ -0,0 +1,66 @@
1
+ ---
2
+ description: 10,042 evidence-driven controls for engineering and shipping secure, reliable, and supportable software.
3
+ ---
4
+
5
+ # Production Readiness Checklist
6
+
7
+ **Know what's ready and what still needs work.** Production Readiness Checklist is an open-source project scanner and review system for evaluating software from initial governance and requirements through design, implementation, operations, and final production approval. It provides **10,042 technology-neutral controls**, stable evidence IDs, reusable decision records, and guidance for automated, human, or AI-assisted reviews.
8
+
9
+ The control set has two connected layers: **8,621 lifecycle and quality controls** across 16 engineering phases, followed by **1,421 production-readiness controls** for the release decision. It does not produce a readiness score. Every applicable requirement needs current evidence, and one material failure can block approval.
10
+
11
+ ## Start here
12
+
13
+ | Your goal | Start with | What you will produce |
14
+ | --- | --- | --- |
15
+ | Evaluate a product from start to finish | [Complete engineering review](engineering/00-overview.md) | A disposition for every applicable lifecycle and release control |
16
+ | Check an upcoming release quickly | [15-minute quick start](guides/getting-started.md) | A scoped assessment and an initial no-go decision |
17
+ | Ask Claude or another agent to inspect a repository | [AI-assisted review](guides/ai-assisted-review.md) | Evidence-backed findings with explicit unknowns |
18
+ | Understand where the added material came from | [Source consolidation manifest](engineering/source-manifest.md) | A document-by-document import and deduplication record |
19
+
20
+ ## Complete review sequence
21
+
22
+ 1. Define the product, lifecycle, organization, release, and evidence boundaries.
23
+ 2. Work through [engineering phases 1–16](engineering/00-overview.md), recording Pass, Fail, Blocked, or Not Applicable for every control.
24
+ 3. Apply all specialized modules whose trigger exists, including accessibility, privacy, AI, safety, marketplaces, and regulated domains.
25
+ 4. Run the [production no-go screen](checklists/01-release-foundations.md#2-immediate-no-go-conditions) and the ten release tracks.
26
+ 5. Collect current evidence, resolve or accept risk through the proper authority, obtain sign-offs, and verify the deployed system.
27
+
28
+ The order gives reviewers a dependable path through the material; it does not require waterfall development. Teams can assess phases iteratively and revisit controls whenever a design, dependency, environment, or release changes.
29
+
30
+ ## Help expand the project
31
+
32
+ This is an open-source, community-improvable control set. If you find a missing, duplicated, unclear, outdated, or incorrectly categorized control, you can [propose a checklist improvement](https://github.com/MarinJursic/production-readiness-checklist/issues/new?template=control-proposal.yml). Contributions to evidence guidance, documentation, navigation, validation, and tooling are also welcome; see the [contribution guide](https://github.com/MarinJursic/production-readiness-checklist/blob/main/CONTRIBUTING.md).
33
+
34
+ ## The scanner
35
+
36
+ Production Readiness Checklist can inspect a repository and its available engineering evidence against the complete control set. It maps every result to a stable control ID, cites the evidence behind each conclusion, distinguishes verified facts from unknowns, and generates a prioritized report of failures, blocked checks, manual verification work, and next actions.
37
+
38
+ The automated coverage is still growing. Production Readiness Checklist remains technology-neutral, treats unavailable production and organizational evidence as unknown rather than passed, and leaves risk acceptance and release approval to accountable humans.
39
+
40
+ ## Coverage map
41
+
42
+ | Review layer | Categories | Purpose |
43
+ | --- | --- | --- |
44
+ | Foundations | Governance, product, requirements, UX, architecture | Establish intent, scope, ownership, risk, and system design |
45
+ | Construction | Code, services, APIs, data, security, privacy, testing | Verify the product and its implementation properties |
46
+ | Delivery and operation | Developer experience, platform, delivery, SRE, support, documentation | Verify that teams can build, deploy, observe, recover, and maintain it |
47
+ | Specialized assurance | Trust and safety, ecosystems, AI/ML, specialized domains | Apply triggered controls without breaking the main review sequence |
48
+ | Production decision | Ten production-readiness tracks | Approve the exact artifact, configuration, environment, and release |
49
+
50
+ ## Evidence states
51
+
52
+ | State | Meaning |
53
+ | --- | --- |
54
+ | **Pass** | Current evidence demonstrates that the control is satisfied. |
55
+ | **Fail** | Evidence demonstrates that the control is not satisfied. |
56
+ | **Blocked** | Required access, evidence, or work is missing. |
57
+ | **Not Applicable** | The trigger is absent and a reviewed reason is recorded. |
58
+
59
+ > Every applicable requirement has current evidence; no known risk exceeds the organization's tolerance; critical user journeys meet defined reliability and security objectives; and the organization can detect, contain, roll back, restore, support, and communicate failures.
60
+
61
+ ## Templates and project links
62
+
63
+ - Record the review with the [release assessment](records/release-assessment.md), [evidence record](records/evidence-record.md), [risk exception](records/risk-exception.md), and [go/no-go decision](records/go-no-go-decision.md) templates.
64
+ - Review the [references, standards snapshot, and limitations](references.md).
65
+ - [Contribute a control, correction, documentation improvement, or scanner capability](https://github.com/MarinJursic/production-readiness-checklist/blob/main/CONTRIBUTING.md).
66
+ - [Star the repository on GitHub](https://github.com/MarinJursic/production-readiness-checklist) or share the documentation on [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fmarinjursic.github.io%2Fproduction-readiness-checklist%2F) or [X](https://twitter.com/intent/tweet?text=Production%20Readiness%20Checklist%3A%20know%20what%27s%20ready%20and%20what%20still%20needs%20work.&url=https%3A%2F%2Fmarinjursic.github.io%2Fproduction-readiness-checklist%2F).
@@ -0,0 +1,26 @@
1
+ # Evidence challenge
2
+
3
+ Use a second reviewer—or a fresh agent context—to challenge a completed assessment.
4
+
5
+ ```text
6
+ Act as an independent reviewer of the attached production-readiness assessment. Follow CLAUDE.md, but do not repeat the original audit from scratch unless necessary.
7
+
8
+ For every claimed Pass or Not Applicable result:
9
+ - verify that the cited evidence exists;
10
+ - verify that it supports the exact PRC control rather than a nearby or weaker claim;
11
+ - verify that it covers the exact release, artifact, configuration, environment, migration state, and feature flags in scope;
12
+ - verify that it demonstrates behavior rather than intent;
13
+ - assess whether it is current enough;
14
+ - identify self-review, circular evidence, or untested assumptions;
15
+ - challenge Not Applicable rationales against product features, data, users, jurisdictions, dependencies, and risks.
16
+
17
+ Also identify:
18
+ - any immediate no-go condition hidden by wording, status, or exception;
19
+ - failures relabeled as accepted risk without an authorized owner and expiry;
20
+ - production or organizational controls incorrectly passed from repository evidence;
21
+ - material controls omitted from the assessment;
22
+ - changes made after evidence collection;
23
+ - contradictions between test results, configuration, documentation, and the assessment.
24
+
25
+ Return a table with Control ID, Original status, Challenged status, Reason, Evidence gap, and Required action. Do not calculate a score or make the final release decision.
26
+ ```
@@ -0,0 +1,34 @@
1
+ # Full production-readiness review
2
+
3
+ Copy the prompt below into Claude, Codex, or another coding agent with access to the application repository and this checklist.
4
+
5
+ ```text
6
+ Perform a read-only, full-lifecycle engineering and production-readiness review of this repository.
7
+
8
+ Follow CLAUDE.md. Use docs/engineering/00-overview.md as the master sequence: review engineering phases 1–16 in order, then use docs/checklists/ for the final production gate. Also run the immediate no-go screen early so a decisive release blocker is not hidden by the larger review.
9
+
10
+ Release context:
11
+ - Release identifier: [fill in]
12
+ - Source commit or tag: [fill in]
13
+ - Artifact digest: [fill in or unknown]
14
+ - Target environment: [fill in]
15
+ - Configuration and feature-flag state: [fill in or reference]
16
+ - Critical user journeys: [fill in]
17
+ - Expected traffic and risk profile: [fill in]
18
+ - Conditional modules that apply: [fill in or ask the agent to assess]
19
+ - Lifecycle phases already covered by accepted evidence: [fill in or none]
20
+
21
+ Requirements:
22
+ - Inspect source, tests, dependency files, CI/CD, infrastructure definitions, migrations, runbooks, and documentation.
23
+ - Use both USEQ and PRC control IDs, and do not duplicate a finding when the same evidence satisfies related controls.
24
+ - Run only safe, read-only or local verification commands.
25
+ - Do not modify code or configuration.
26
+ - Use Pass, Fail, Blocked, or Not Applicable exactly as defined in CLAUDE.md.
27
+ - Cite precise evidence for every Pass.
28
+ - Never infer production or organizational evidence from source code.
29
+ - Put missing human or external evidence in a separate section.
30
+ - Do not produce a readiness percentage.
31
+ - Prioritize immediate no-go findings and controls that could cause security, privacy, data-integrity, financial, legal, safety, or unrecoverable operational harm.
32
+
33
+ Return the output structure required by CLAUDE.md and end with the smallest practical set of next actions needed to reach a defensible go/no-go decision.
34
+ ```
@@ -0,0 +1,31 @@
1
+ # Release-diff readiness review
2
+
3
+ Use this prompt when the application has a known-good baseline and you need to understand what a release changes or invalidates.
4
+
5
+ ```text
6
+ Review the proposed release diff for engineering-quality and production-readiness impact. Follow CLAUDE.md, map affected lifecycle controls under docs/engineering/, and use docs/checklists/ for the final release gate.
7
+
8
+ Baseline release: [commit/tag/artifact]
9
+ Candidate release: [commit/tag/artifact]
10
+ Target environment: [environment]
11
+ Change summary: [summary or issue/PR links]
12
+ Critical journeys touched: [list]
13
+
14
+ Tasks:
15
+ 1. Inspect the complete diff, including dependencies, lockfiles, migrations, infrastructure, workflows, configuration schemas, feature flags, tests, documentation, and generated artifacts.
16
+ 2. Map each material change to affected USEQ and PRC control IDs.
17
+ 3. Identify immediate no-go conditions introduced or made uncertain by the change.
18
+ 4. Identify earlier evidence that is invalidated and must be collected again.
19
+ 5. Identify compatibility risks during mixed-version deployment, rollback, roll-forward, queued work, cached data, and database migration.
20
+ 6. Recommend the smallest sufficient regression, security, accessibility, performance, resilience, and post-deployment verification set.
21
+ 7. Use Pass, Fail, Blocked, or Not Applicable. Cite exact evidence and state assumptions.
22
+ 8. Do not modify files, run destructive commands, or make the final release decision.
23
+
24
+ Return:
25
+ - scope and assumptions;
26
+ - blockers;
27
+ - affected-control table with ID, impact, status, evidence, and required verification;
28
+ - invalidated-evidence list;
29
+ - recommended pre-deploy and post-deploy checks;
30
+ - human or external decisions needed.
31
+ ```
@@ -0,0 +1,42 @@
1
+ # Evidence record: [control ID]
2
+
3
+ | Field | Value |
4
+ | --- | --- |
5
+ | Control ID and text | |
6
+ | Status | Pass / Fail / Blocked / Not Applicable |
7
+ | Accountable owner | |
8
+ | Implementer | |
9
+ | Independent reviewer | |
10
+ | Release identifier | |
11
+ | Source commit/tag | |
12
+ | Artifact digest | |
13
+ | Configuration and flags | |
14
+ | Environment | |
15
+ | Evidence collected at | |
16
+ | Evidence expires at | |
17
+
18
+ ## Applicability
19
+
20
+ Explain why this control applies. For Not Applicable, identify the absent trigger and how that was verified.
21
+
22
+ ## Evidence
23
+
24
+ Link the test report, command output, screenshot, query, configuration export, code review, architecture decision, contract, drill report, or monitoring view. Do not paste secrets or unnecessary personal data.
25
+
26
+ ## Why the evidence is sufficient
27
+
28
+ Explain how the evidence demonstrates the complete control for this release and environment, including important limitations.
29
+
30
+ ## Reproduction or verification
31
+
32
+ ```text
33
+ [safe command, test procedure, or review steps]
34
+ ```
35
+
36
+ ## Result and follow-up
37
+
38
+ - Result:
39
+ - Residual risk:
40
+ - Related defects or exceptions:
41
+ - Conditions that invalidate this evidence:
42
+ - Next review date:
@@ -0,0 +1,63 @@
1
+ # Go/no-go decision: [release identifier]
2
+
3
+ ## Decision context
4
+
5
+ | Field | Value |
6
+ | --- | --- |
7
+ | Release/artifact/configuration | |
8
+ | Target environment and scope | |
9
+ | Evidence package | |
10
+ | Meeting/time | |
11
+ | Release authority | |
12
+ | Participants | |
13
+
14
+ ## Gate summary
15
+
16
+ | Gate | Result | Evidence or exception |
17
+ | --- | --- | --- |
18
+ | No immediate no-go condition is present | | |
19
+ | Critical journeys meet approved objectives | | |
20
+ | Current evidence covers every critical requirement | | |
21
+ | No residual risk exceeds risk tolerance | | |
22
+ | Rollout and stop criteria are ready | | |
23
+ | Rollback or safe roll-forward is proven | | |
24
+ | Restore and incident response are proven | | |
25
+ | Monitoring, on-call, support, and communications are ready | | |
26
+ | Required sign-offs are complete | | |
27
+
28
+ ## Open items
29
+
30
+ | Control/exception | Impact | Owner | Due/expiry | Monitoring |
31
+ | --- | --- | --- | --- | --- |
32
+ | | | | | |
33
+
34
+ ## Decision
35
+
36
+ Select one:
37
+
38
+ - **GO** — Every release-blocking item passes and residual risk is within tolerance.
39
+ - **CONDITIONAL GO** — Remaining issues are not blockers, have tested compensating controls, named risk owners, monitoring, remediation dates, and automatic expiry; launch scope is bounded.
40
+ - **NO-GO** — Evidence is missing or stale, a blocker remains, recovery is unproven, required approval is absent, or remaining risk is not understood.
41
+
42
+ Decision:
43
+
44
+ Rationale:
45
+
46
+ Conditions or reduced scope:
47
+
48
+ Observation period:
49
+
50
+ Stop, rollback, and incident-declaration thresholds:
51
+
52
+ ## Approval
53
+
54
+ | Role | Name | Approve/Reject | Time | Notes |
55
+ | --- | --- | --- | --- | --- |
56
+ | Release authority | | | | |
57
+ | Business risk owner | | | | |
58
+ | Engineering/operations | | | | |
59
+ | Required specialists | | | | |
60
+
61
+ ## Production-readiness declaration
62
+
63
+ > Release [identifier], represented by artifact [digest] and configuration [version], has passed all applicable production-readiness gates documented in evidence package [reference]. No known unresolved risk exceeds the approved risk tolerance. Remaining accepted risks are recorded with owners, controls, monitoring, remediation dates, and expiry. Deployment, rollback or roll-forward, restoration, incident response, and customer communication have been tested and are ready.
@@ -0,0 +1,124 @@
1
+ # Release readiness assessment: [release identifier]
2
+
3
+ > Copy this file for each release. Link detailed evidence records instead of pasting secrets, personal data, or large raw reports.
4
+
5
+ ## Release identity
6
+
7
+ | Field | Value |
8
+ | --- | --- |
9
+ | Release identifier | |
10
+ | Source commit/tag | |
11
+ | Artifact/image digest | |
12
+ | Configuration version | |
13
+ | Database migrations | |
14
+ | Feature-flag state | |
15
+ | Target environment/regions | |
16
+ | Previous known-good release | |
17
+ | Planned deployment window | |
18
+ | Assessment owner | |
19
+ | Evidence snapshot time | |
20
+
21
+ ## Scope
22
+
23
+ ### Critical user journeys
24
+
25
+ - [Journey, user, expected outcome]
26
+
27
+ ### Included components
28
+
29
+ - [Service, worker, frontend, scheduled job, infrastructure component]
30
+
31
+ ### Data and third parties
32
+
33
+ - [Data classification, store, processor/provider]
34
+
35
+ ### Exclusions
36
+
37
+ | Excluded area | Rationale | Reviewer |
38
+ | --- | --- | --- |
39
+ | | | |
40
+
41
+ ## Track applicability
42
+
43
+ | Track | Required? | Owner | Rationale or evidence location |
44
+ | --- | --- | --- | --- |
45
+ | Release foundations | Yes | | |
46
+ | Product, risk, and architecture | | | |
47
+ | Source, build, and supply chain | | | |
48
+ | Environments, quality, and experience | | | |
49
+ | Application security | | | |
50
+ | Data, privacy, and performance | | | |
51
+ | Reliability and operations | | | |
52
+ | Maintenance, vendors, and compliance | | | |
53
+ | Conditional feature modules | | | |
54
+ | Evidence, sign-off, and decision | Yes | | |
55
+
56
+ ## Immediate no-go screen
57
+
58
+ No-go controls describe dangerous conditions. A **Yes** result stops the release.
59
+
60
+ | Control | Condition present? | Evidence | Owner | Resolution |
61
+ | --- | --- | --- | --- | --- |
62
+ | PRC-02-001–PRC-02-020 | No / Yes / Unknown | | | |
63
+
64
+ ## Control results
65
+
66
+ Duplicate rows as needed or link to a control-management system.
67
+
68
+ | Control ID | Status | Evidence | Owner | Reviewer | Evidence date/expiry | Next action |
69
+ | --- | --- | --- | --- | --- | --- | --- |
70
+ | PRC- | Pass / Fail / Blocked / N/A | | | | | |
71
+
72
+ ## Open blockers and failures
73
+
74
+ | Control ID | Impact | Owner | Required action | Due |
75
+ | --- | --- | --- | --- | --- |
76
+ | | | | | |
77
+
78
+ ## Risk exceptions
79
+
80
+ | Exception | Controls | Risk owner | Compensating control | Expiry |
81
+ | --- | --- | --- | --- | --- |
82
+ | | | | | |
83
+
84
+ ## Evidence package
85
+
86
+ - Architecture and data-flow diagrams:
87
+ - Threat model:
88
+ - Test reports:
89
+ - Security and dependency reports:
90
+ - Accessibility evidence:
91
+ - Performance and capacity evidence:
92
+ - Resilience, restore, and rollback evidence:
93
+ - Monitoring, alerting, on-call, and runbooks:
94
+ - Legal, privacy, contractual, and third-party review:
95
+ - Deployment and post-deployment plan:
96
+
97
+ ## Sign-offs
98
+
99
+ | Area | Signer | Decision | Date | Notes |
100
+ | --- | --- | --- | --- | --- |
101
+ | Product | | Approve / Reject / Conditional | | |
102
+ | Engineering | | | | |
103
+ | Quality | | | | |
104
+ | Security | | | | |
105
+ | Reliability/operations | | | | |
106
+ | Data | | | | |
107
+ | Privacy | | | | |
108
+ | Accessibility | | | | |
109
+ | Legal/compliance | | | | |
110
+ | Support | | | | |
111
+ | Business risk | | | | |
112
+ | Release authority | | | | |
113
+
114
+ ## Decision
115
+
116
+ - Decision: **GO / CONDITIONAL GO / NO-GO**
117
+ - Decision-maker:
118
+ - Time:
119
+ - Rationale:
120
+ - Observation period:
121
+ - Stop/rollback criteria:
122
+ - Follow-up review:
123
+
124
+ Use the full [go/no-go decision record](go-no-go-decision.md) for material launches.
@@ -0,0 +1,64 @@
1
+ # Risk exception: [short title]
2
+
3
+ > An exception records accepted residual risk. It does not convert a failed control into a pass.
4
+
5
+ For scanner-bound decisions, use the signed
6
+ [`prc.risk-exception/v0.1`](../scanner/risk-exceptions.md) contract so the
7
+ decision is tied to one immutable run and finding, independently reviewed,
8
+ automatically expiring, and cryptographically attributable.
9
+
10
+ | Field | Value |
11
+ | --- | --- |
12
+ | Exception ID | |
13
+ | Affected release/environment | |
14
+ | Affected control IDs | |
15
+ | Requested by | |
16
+ | Accountable risk owner | |
17
+ | Security/privacy/legal reviewers | |
18
+ | Created at | |
19
+ | Automatic expiry | |
20
+ | Remediation owner and due date | |
21
+
22
+ ## Failed or blocked requirement
23
+
24
+ Describe the requirement, current condition, affected users/data/systems, and why it cannot be resolved before the release decision.
25
+
26
+ ## Risk analysis
27
+
28
+ - Threat or failure scenario:
29
+ - Likelihood and basis:
30
+ - Impact and blast radius:
31
+ - User, security, privacy, integrity, financial, legal, safety, and operational effects:
32
+ - Detection limitations:
33
+ - Worst credible outcome:
34
+
35
+ ## Compensating controls
36
+
37
+ Describe controls already implemented and attach evidence that they work. Planned controls are remediation, not compensation.
38
+
39
+ ## Monitoring and response
40
+
41
+ - Detection signal and threshold:
42
+ - Dashboard/alert owner:
43
+ - Immediate containment:
44
+ - Feature disablement or rollback path:
45
+ - Incident declaration criteria:
46
+
47
+ ## Scope reduction
48
+
49
+ Record any cohort, region, feature, traffic, data, or permission reduction used to bound the risk.
50
+
51
+ ## Decision
52
+
53
+ - Decision: Approve / Reject
54
+ - Risk owner:
55
+ - Decision date:
56
+ - Rationale:
57
+ - Required conditions:
58
+
59
+ ## Closure
60
+
61
+ - Remediation evidence:
62
+ - Closed by:
63
+ - Closed at:
64
+ - Review of any incidents or near misses:
@@ -0,0 +1,52 @@
1
+ # References and scope
2
+
3
+ The checklist is technology-neutral and synthesizes lifecycle governance, product quality, software engineering, secure development, accessibility, software supply chain, identity, incident response, operations, and reliability practices.
4
+
5
+ ## Structure rationale
6
+
7
+ The 16-phase sequence follows the whole-lifecycle scope of ISO/IEC/IEEE 12207 and the breadth of the SWEBOK Guide while remaining usable as one navigable review. ISO/IEC 25010 provides a product-quality lens, and NIST SSDF keeps secure development outcome- and risk-oriented. WCAG, OWASP ASVS, NIST AI RMF, and other specialist sources inform triggered domains. The production tracks remain the final assessment of the exact artifact and operating environment.
8
+
9
+ The sequence is not a prescribed development process. Teams may work iteratively or concurrently and revisit controls when assumptions, architecture, dependencies, data, or release state change.
10
+
11
+ ## Standards snapshot
12
+
13
+ The integrated checklist was reviewed on **August 15, 2026**. Verify current versions and applicability before making the controls a formal engineering or release gate.
14
+
15
+ - [ISO/IEC/IEEE 12207:2026 — software lifecycle processes](https://www.iso.org/standard/90219.html)
16
+ - [IEEE Computer Society — SWEBOK Guide V4.0 knowledge areas](https://www.computer.org/education/bodies-of-knowledge/software-engineering/topics)
17
+ - [ISO/IEC 25010:2023 — product quality model](https://www.iso.org/standard/78176.html)
18
+ - [NIST SP 800-218 — Secure Software Development Framework 1.1](https://csrc.nist.gov/pubs/sp/800/218/final)
19
+ - [OWASP Application Security Verification Standard](https://owasp.org/www-project-application-security-verification-standard/)
20
+ - [W3C Web Content Accessibility Guidelines 2.2](https://www.w3.org/TR/WCAG22/)
21
+ - [SLSA specification 1.2](https://slsa.dev/spec/v1.2/)
22
+ - [NIST SP 800-63 Revision 4 — Digital Identity Guidelines](https://pages.nist.gov/800-63-4/)
23
+ - [NIST SP 800-61 Revision 3 — Incident Response Recommendations](https://csrc.nist.gov/pubs/sp/800/61/r3/final)
24
+ - [FIRST CVSS v4.0 implementation guidance](https://www.first.org/cvss/v4.0/implementation-guide)
25
+ - [CISA software bill of materials resources](https://www.cisa.gov/topics/information-communications-technology-supply-chain-security/sbom)
26
+ - [Google SRE Workbook — implementing SLOs](https://sre.google/workbook/implementing-slos/)
27
+ - [DORA — software delivery performance metrics](https://dora.dev/guides/dora-metrics/)
28
+ - [web.dev — Core Web Vitals](https://web.dev/articles/vitals)
29
+ - [NIST AI Risk Management Framework](https://www.nist.gov/itl/ai-risk-management-framework)
30
+ - [OWASP Artificial Intelligence Security Verification Standard](https://owasp.org/www-project-artificial-intelligence-security-verification-standard-aisvs-docs/)
31
+
32
+ ## Frequently triggered legal and regulatory references
33
+
34
+ - [EU General Data Protection Regulation](https://eur-lex.europa.eu/eli/reg/2016/679/oj/eng)
35
+ - [PCI Security Standards Council document library](https://www.pcisecuritystandards.org/document_library/)
36
+ - [US HHS HIPAA Security Rule resources](https://www.hhs.gov/hipaa/for-professionals/security/index.html)
37
+ - [US FTC Children’s Online Privacy Protection Rule](https://www.ftc.gov/legal-library/browse/rules/childrens-online-privacy-protection-rule-coppa)
38
+ - [European Accessibility Act](https://eur-lex.europa.eu/eli/dir/2019/882/oj/eng)
39
+
40
+ These links are starting points, not a complete applicability analysis.
41
+
42
+ ## Limitations
43
+
44
+ - This project is not legal advice, certification, or a guarantee of security or reliability.
45
+ - Controls must be tailored to the application’s users, data, architecture, markets, contracts, and risk.
46
+ - A source-code review cannot substitute for production evidence, operating drills, qualified human review, or accountable risk acceptance.
47
+ - Standards, laws, threat techniques, provider behavior, and dependencies change over time.
48
+ - Some high-risk systems need controls beyond this checklist.
49
+
50
+ Use the [source consolidation manifest](engineering/source-manifest.md) to trace the supplied archive documents, import counts, deduplication rules, and archive hashes.
51
+
52
+ When requirements conflict, document the conflict, obtain qualified review, and record who approved the resolution.