@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,841 @@
1
+ # Verification and testing
2
+
3
+ _Phase 10 of 16 in the [complete engineering review](00-overview.md)._
4
+
5
+ Test strategy, unit through acceptance testing, nonfunctional assurance, test data, static analysis, defects, and root-cause learning.
6
+
7
+ Assess every control as **Pass**, **Fail**, **Blocked**, or **Not Applicable**. A Pass needs current evidence for the exact product, revision, artifact, configuration, environment, and data state under review.
8
+
9
+ ## Test Strategy and Evidence
10
+
11
+ _Consolidated from `quality standards/11-testing-quality-assurance/01-test-strategy-and-evidence.md`; 13 non-duplicative controls._
12
+
13
+ ### Universal controls
14
+
15
+ - [ ] **USEQ-62B6FFE6** — A documented test strategy exists for the release's risk level.
16
+ - [ ] **USEQ-B2D342EF** — Unit, component, integration, contract, system, end-to-end, smoke, and regression testing are included where appropriate.
17
+ - [ ] **USEQ-20EF5A60** — Testing prioritizes critical and high-risk behavior rather than relying on aggregate code coverage.
18
+ - [ ] **USEQ-10FA9C47** — Test data represents realistic size, shape, encoding, and edge conditions.
19
+ - [ ] **USEQ-7B4C2AB9** — Personal and confidential test data is synthetic, masked, or properly authorized.
20
+ - [ ] **USEQ-80A6223A** — Release-gating tests are sufficiently deterministic.
21
+ - [ ] **USEQ-876F7B66** — Flaky tests are fixed or formally quarantined with a reviewed risk record.
22
+ - [ ] **USEQ-B818C295** — Migration, upgrade, mixed-version, downgrade where supported, rollback, and roll-forward scenarios are tested.
23
+ - [ ] **USEQ-8D7753F8** — Performance testing covers load, stress, spike, endurance, and capacity limits.
24
+ - [ ] **USEQ-5C6A77E1** — Security tests cover source, dependencies, deployed behavior, infrastructure, configuration, and business logic.
25
+ - [ ] **USEQ-55DBD644** — Critical calculations use independent verification or reconciliation.
26
+ - [ ] **USEQ-E01F5F5B** — Tests verify the exact artifact intended for production.
27
+ - [ ] **USEQ-BA5EE5B3** — Independent penetration testing is completed where risk, contract, or regulation warrants it.
28
+
29
+ ## Unit and Component Testing
30
+
31
+ _Consolidated from `quality standards/11-testing-quality-assurance/02-unit-and-component-testing.md`; 20 non-duplicative controls._
32
+
33
+ ### Category-specific universal rules
34
+
35
+ - [ ] **USEQ-92EEEDDD** — Define the unit or component boundary around cohesive behavior rather than arbitrary files or methods.
36
+ - [ ] **USEQ-5410EA72** — Test externally meaningful behavior and invariants rather than incidental implementation sequence.
37
+ - [ ] **USEQ-2FCE8AAC** — Cover representative equivalence classes, boundaries, invalid inputs, state transitions, and error paths.
38
+ - [ ] **USEQ-FB830B78** — Test pure logic across all material branches and rules.
39
+ - [ ] **USEQ-C964A6AD** — Test serialization, precision, time, locale, normalization, and identifier edge cases where relevant.
40
+ - [ ] **USEQ-F843BEDE** — Control time, randomness, scheduling, environment, and external effects for determinism.
41
+ - [ ] **USEQ-554CBC58** — Use real domain values and builders that create valid data by default.
42
+ - [ ] **USEQ-C56D105D** — Keep each test independent and safe to run in any order and in parallel.
43
+ - [ ] **USEQ-F0E6FA63** — Make test names describe condition, behavior, and expected outcome.
44
+ - [ ] **USEQ-BCD4E731** — Ensure assertions prove the intended behavior and fail when that behavior is broken.
45
+ - [ ] **USEQ-BEA54B0C** — Avoid excessive mocking that merely repeats implementation or permits impossible behavior.
46
+ - [ ] **USEQ-48C6DC0C** — Use contract-constrained fakes for external boundaries where appropriate.
47
+ - [ ] **USEQ-2241BCAB** — Test resource cleanup, cancellation, retry, and idempotency locally where owned.
48
+ - [ ] **USEQ-AE1A5D9B** — Use property-based, generative, mutation, or model-based testing for high-risk combinatorial logic.
49
+ - [ ] **USEQ-5D8DD5E5** — Keep tests fast enough for frequent feedback without sacrificing meaningful coverage.
50
+ - [ ] **USEQ-A567F4BA** — Measure critical behavior and mutation sensitivity rather than treating line coverage as the goal.
51
+ - [ ] **USEQ-913335AC** — Refactor brittle tests when harmless internal change causes widespread failure.
52
+ - [ ] **USEQ-3DD8385B** — Do not expose production internals solely to satisfy tests without a design benefit.
53
+ - [ ] **USEQ-263390BE** — Review skipped, quarantined, or flaky tests with owner and expiry.
54
+ - [ ] **USEQ-C4149EA3** — Convert escaped local defects into focused regression tests.
55
+
56
+ ## Integration and Contract Testing
57
+
58
+ _Consolidated from `quality standards/11-testing-quality-assurance/03-integration-and-contract-testing.md`; 20 non-duplicative controls._
59
+
60
+ ### Category-specific universal rules
61
+
62
+ - [ ] **USEQ-28F1E368** — Identify every material internal and external boundary and its contract owner.
63
+ - [ ] **USEQ-14D0AB33** — Test request, response, event, file, database, authentication, authorization, and error schemas.
64
+ - [ ] **USEQ-EF768482** — Verify serialization, encoding, precision, ordering, pagination, null, optional, and unknown-field behavior.
65
+ - [ ] **USEQ-B0707D0F** — Test provider and consumer expectations independently to support compatible evolution.
66
+ - [ ] **USEQ-D044F47B** — Run contract tests against faithful provider implementations or approved simulators.
67
+ - [ ] **USEQ-DF85751F** — Test persistence constraints, transactions, isolation, migrations, and query behavior using representative engines and settings.
68
+ - [ ] **USEQ-A20F1BCD** — Test authentication, authorization, tenant, quota, and rate behavior across boundaries.
69
+ - [ ] **USEQ-09FC670C** — Inject timeout, throttling, malformed, partial, duplicate, reordered, stale, and unavailable dependency responses.
70
+ - [ ] **USEQ-122F73E2** — Verify retry, idempotency, circuit breaking, fallback, reconciliation, and observability.
71
+ - [ ] **USEQ-1FEBE72F** — Test webhook signature, replay, ordering, retry, and duplicate delivery.
72
+ - [ ] **USEQ-597ABA9E** — Test protocol and schema version negotiation and mixed-version operation.
73
+ - [ ] **USEQ-24D28788** — Prevent shared mutable test environments from causing cross-test contamination.
74
+ - [ ] **USEQ-786C6BF4** — Use isolated data and cleanup with evidence that cleanup cannot delete another test's resources.
75
+ - [ ] **USEQ-C013247E** — Do not hide provider incompatibility behind mocks that are more permissive than reality.
76
+ - [ ] **USEQ-09078504** — Run a controlled subset against real third-party sandboxes or conformance endpoints where available.
77
+ - [ ] **USEQ-82DB4AE3** — Record provider version and configuration with results.
78
+ - [ ] **USEQ-0029BEB2** — Monitor contract failures as release blockers for affected consumers.
79
+ - [ ] **USEQ-5A2F54E4** — Coordinate breaking changes through published migration and deprecation.
80
+ - [ ] **USEQ-D2C62906** — Test data residency, privacy, and logging at integration boundaries.
81
+ - [ ] **USEQ-AD3AD837** — Convert production integration failures into reproducible contract cases.
82
+
83
+ ## System, End-to-End, and Acceptance Testing
84
+
85
+ _Consolidated from `quality standards/11-testing-quality-assurance/04-system-end-to-end-and-acceptance-testing.md`; 20 non-duplicative controls._
86
+
87
+ ### Category-specific universal rules
88
+
89
+ - [ ] **USEQ-804A9C95** — Prioritize critical user and operator journeys by impact rather than attempting exhaustive UI-path enumeration.
90
+ - [ ] **USEQ-59137891** — Trace each acceptance test to approved requirements and business outcomes.
91
+ - [ ] **USEQ-738ED752** — Use production-like topology, configuration, identity, data shape, integrations, and artifact builds.
92
+ - [ ] **USEQ-08D8D136** — Test onboarding, normal use, permission variation, recovery, cancellation, deletion, support, and administration as applicable.
93
+ - [ ] **USEQ-7F711C38** — Test alternate, error, degraded, offline, timeout, retry, and partial-success journeys.
94
+ - [ ] **USEQ-C50D762D** — Verify business invariants, notifications, background work, analytics, audit, and downstream effects.
95
+ - [ ] **USEQ-618DC5B8** — Use multiple roles, tenants, accounts, locales, devices, browsers, and accessibility contexts.
96
+ - [ ] **USEQ-ED737106** — Validate actual external boundaries where safe and use contract-tested substitutes otherwise.
97
+ - [ ] **USEQ-3368AA1A** — Keep test setup and teardown deterministic, isolated, and observable.
98
+ - [ ] **USEQ-ADC0AFF5** — Avoid making every detailed rule dependent on slow end-to-end tests.
99
+ - [ ] **USEQ-3F958D15** — Use stable semantic selectors and user-observable synchronization rather than implementation timing.
100
+ - [ ] **USEQ-110F3E80** — Record artifacts sufficient to diagnose failure across services.
101
+ - [ ] **USEQ-3A691B37** — Separate product acceptance from mere technical execution success.
102
+ - [ ] **USEQ-1A04F649** — Include support and operational acceptance for runbooks, monitoring, capacity, and recovery.
103
+ - [ ] **USEQ-A8C0F294** — Verify data created, updated, exported, corrected, and deleted across all relevant stores.
104
+ - [ ] **USEQ-05687BCB** — Test deployment, mixed-version, migration, rollback, and post-deployment smoke behavior.
105
+ - [ ] **USEQ-A587AD05** — Manage flaky tests as defects with owner, cause, and expiry.
106
+ - [ ] **USEQ-F7B75AC7** — Run production-safe synthetic journeys for critical paths after launch.
107
+ - [ ] **USEQ-B4A1B852** — Obtain qualified stakeholder acceptance for high-impact requirements.
108
+ - [ ] **USEQ-9665D391** — Convert escaped journey defects into the lowest reliable regression layer plus an end-to-end sentinel when valuable.
109
+
110
+ ## Regression, Change-Impact, and Compatibility Testing
111
+
112
+ _Consolidated from `quality standards/11-testing-quality-assurance/05-regression-change-impact-and-compatibility-testing.md`; 20 non-duplicative controls._
113
+
114
+ ### Category-specific universal rules
115
+
116
+ - [ ] **USEQ-A9DFA5B1** — Analyze change impact across requirements, modules, data, interfaces, consumers, dependencies, environments, and operations.
117
+ - [ ] **USEQ-02AF9A1D** — Select regression tests from risk and dependency evidence, not only changed files.
118
+ - [ ] **USEQ-D3436F27** — Maintain a stable critical regression suite that represents business, security, privacy, accessibility, and reliability invariants.
119
+ - [ ] **USEQ-5258BB43** — Test backward, forward, mixed-version, schema, protocol, browser, device, and data compatibility as applicable.
120
+ - [ ] **USEQ-36EFB529** — Test changed defaults, configuration, flags, permissions, quotas, and feature combinations.
121
+ - [ ] **USEQ-4A9B0A0E** — Include known defect regressions and historically fragile areas.
122
+ - [ ] **USEQ-C2E84396** — Use differential or golden-master comparison carefully where behavior is large but not fully specified.
123
+ - [ ] **USEQ-B7BBB198** — Review intended behavior changes so they do not appear as unexplained regression failures.
124
+ - [ ] **USEQ-5D5B4D27** — Run broad regression before irreversible or high-blast-radius changes.
125
+ - [ ] **USEQ-821187B8** — Use production-representative data distributions and older valid records.
126
+ - [ ] **USEQ-1DA0B1A4** — Test upgrades from every supported version and supported downgrade or roll-forward path.
127
+ - [ ] **USEQ-48F4A75B** — Verify client and server caching does not preserve incompatible state.
128
+ - [ ] **USEQ-1B98C843** — Measure regression effectiveness through escaped defects and mutation or fault sensitivity.
129
+ - [ ] **USEQ-F1DECC35** — Retire obsolete tests only after confirming the protected behavior or risk no longer exists.
130
+ - [ ] **USEQ-20F430F8** — Avoid allowing test-suite duration to grow without architecture and selection strategy.
131
+ - [ ] **USEQ-42745DA4** — Use staged test selection with mandatory high-risk gates and broader asynchronous evidence before final approval.
132
+ - [ ] **USEQ-54517178** — Verify the final artifact after packaging and deployment transformation.
133
+ - [ ] **USEQ-1EBA61FD** — Include security control and observability regression.
134
+ - [ ] **USEQ-EE8433B8** — Preserve a known-good baseline and explain material differences.
135
+ - [ ] **USEQ-4826FE5C** — Convert incidents caused by interaction effects into cross-component regression coverage.
136
+
137
+ ## Test Automation Quality
138
+
139
+ _Consolidated from `quality standards/11-testing-quality-assurance/06-test-automation-quality.md`; 20 non-duplicative controls._
140
+
141
+ ### Category-specific universal rules
142
+
143
+ - [ ] **USEQ-CECAF01C** — Automate checks that are repeatable, valuable, and sufficiently deterministic.
144
+ - [ ] **USEQ-FA8213FA** — Keep automation code to production-quality standards for review, versioning, security, and maintenance.
145
+ - [ ] **USEQ-43C3E4B8** — Make failures identify the violated expectation, actual result, context, and evidence.
146
+ - [ ] **USEQ-CC168172** — Keep tests independent and safe for parallel or repeated execution.
147
+ - [ ] **USEQ-F21A03D2** — Control time, randomness, external dependencies, and data where practical.
148
+ - [ ] **USEQ-74328706** — Use retries only to diagnose known infrastructure instability, never to convert flaky failures into passes.
149
+ - [ ] **USEQ-7247BFD2** — Track flakiness, quarantine duration, ownership, and business risk.
150
+ - [ ] **USEQ-9A51EF4B** — Prevent test credentials, personal data, and secrets from leaking through fixtures and reports.
151
+ - [ ] **USEQ-256B9A15** — Version test data, simulators, schemas, baselines, and expected results with compatible production behavior.
152
+ - [ ] **USEQ-57E6BCF0** — Validate test tools and custom matchers against known passing and failing examples.
153
+ - [ ] **USEQ-0CDDDBAD** — Ensure negative tests fail for the intended reason rather than an earlier setup problem.
154
+ - [ ] **USEQ-B339ABB5** — Use layered tests to balance speed, fidelity, and diagnosis.
155
+ - [ ] **USEQ-33111C22** — Avoid duplicated tests that add cost without new risk coverage.
156
+ - [ ] **USEQ-CC741332** — Make environment and prerequisite failures distinct from product failures.
157
+ - [ ] **USEQ-3F834ADF** — Preserve logs, traces, screenshots, videos, diffs, and seed values as appropriate.
158
+ - [ ] **USEQ-949E24F8** — Review disabled, skipped, expected-failure, and muted tests before release.
159
+ - [ ] **USEQ-3073031B** — Measure suite duration, reliability, fault detection, maintenance cost, and escape rate.
160
+ - [ ] **USEQ-D53E745C** — Refactor automation when product implementation details make tests brittle.
161
+ - [ ] **USEQ-34A3D75D** — Protect CI workers and test environments from untrusted code and cross-run contamination.
162
+ - [ ] **USEQ-9993C108** — Periodically test that release gates actually block a deliberately failing change.
163
+
164
+ ## Test Data and Test Environments
165
+
166
+ _Consolidated from `quality standards/11-testing-quality-assurance/07-test-data-and-test-environments.md`; 20 non-duplicative controls._
167
+
168
+ ### Category-specific universal rules
169
+
170
+ - [ ] **USEQ-8E3B0906** — Define the production characteristics that each test environment must reproduce and those intentionally simulated.
171
+ - [ ] **USEQ-E0D9E9AC** — Version infrastructure, configuration, schemas, dependencies, feature flags, and seed data.
172
+ - [ ] **USEQ-173F222D** — Use synthetic data by default and authorize, minimize, mask, isolate, and expire production-derived data.
173
+ - [ ] **USEQ-D350CA89** — Preserve referential, statistical, temporal, locale, encoding, and edge-case characteristics needed for valid tests.
174
+ - [ ] **USEQ-AD7590EE** — Include large, sparse, skewed, duplicate, malformed, legacy, deleted, and sensitive-shape records without exposing real identities.
175
+ - [ ] **USEQ-CFC1A943** — Assign unique test identities, tenants, namespaces, and resources to prevent cross-run interference.
176
+ - [ ] **USEQ-337C90B2** — Prevent nonproduction notifications, payments, webhooks, and integrations from affecting real users or systems.
177
+ - [ ] **USEQ-60E233B7** — Use deterministic setup and teardown and detect orphaned resources.
178
+ - [ ] **USEQ-1A1BC247** — Reset environments from reproducible automation rather than manual undocumented repair.
179
+ - [ ] **USEQ-5A7D89CD** — Detect drift between intended and actual environment configuration.
180
+ - [ ] **USEQ-DDA5AB90** — Protect test environments according to the sensitivity of code, credentials, and data they contain.
181
+ - [ ] **USEQ-D0CF0FA3** — Keep production secrets and trust relationships out of lower environments.
182
+ - [ ] **USEQ-32F22082** — Simulate dependency latency, error, throttling, and outage realistically.
183
+ - [ ] **USEQ-5C661F9B** — Measure whether environment limitations invalidate test conclusions.
184
+ - [ ] **USEQ-8CF5D4A8** — Maintain capacity sufficient for representative performance and concurrency tests.
185
+ - [ ] **USEQ-03A1613E** — Record environment version and health with every material result.
186
+ - [ ] **USEQ-F5919ABA** — Prevent shared long-lived environments from hiding order dependence and contamination.
187
+ - [ ] **USEQ-2B8B156B** — Test migration from realistic older schemas and data.
188
+ - [ ] **USEQ-56252FA6** — Review access and remove dormant test accounts, keys, data, and infrastructure.
189
+ - [ ] **USEQ-D49F972C** — Destroy or sanitize environments and data when their purpose ends.
190
+
191
+ ## Nonfunctional and Quality-Attribute Testing
192
+
193
+ _Consolidated from `quality standards/11-testing-quality-assurance/08-nonfunctional-quality-attribute-testing.md`; 20 non-duplicative controls._
194
+
195
+ ### Category-specific universal rules
196
+
197
+ - [ ] **USEQ-31B70C01** — Translate every material quality attribute into measurable scenarios with stimulus, environment, response, and threshold.
198
+ - [ ] **USEQ-B4739B5B** — Use representative workloads, data, users, topology, dependencies, devices, and failure conditions.
199
+ - [ ] **USEQ-B72AA355** — Test latency distributions, throughput, saturation, resource use, and efficiency together.
200
+ - [ ] **USEQ-4CCCEA59** — Test availability and correctness under dependency, node, zone, network, storage, and control-plane failure.
201
+ - [ ] **USEQ-BC77A6BC** — Test recovery time, recovery point, data integrity, failover, failback, and restored operation.
202
+ - [ ] **USEQ-A3A36C12** — Test security and privacy controls through adversarial and misuse scenarios.
203
+ - [ ] **USEQ-5BA95FC4** — Test accessibility through automation, keyboard, assistive technology, zoom, reflow, and human evaluation.
204
+ - [ ] **USEQ-0D1CBEE3** — Test usability with representative tasks and users.
205
+ - [ ] **USEQ-BF03BCAF** — Test compatibility across supported clients, versions, formats, locales, and environments.
206
+ - [ ] **USEQ-0CC6633E** — Test maintainability through change exercises, diagnostics, upgrade, and operator tasks where impact warrants it.
207
+ - [ ] **USEQ-B5C10C88** — Test scalability and overload beyond expected peak to identify safe failure limits.
208
+ - [ ] **USEQ-C97F0266** — Test long-duration operation for leaks, drift, backlog, and degradation.
209
+ - [ ] **USEQ-98EB3ECC** — Test sustainability and cost under representative workload where material.
210
+ - [ ] **USEQ-CC592135** — Verify monitoring and alerts during each quality test.
211
+ - [ ] **USEQ-E5A00B61** — Record limitations, confidence, and conditions under which results do not apply.
212
+ - [ ] **USEQ-DE808721** — Use independent review for high-impact thresholds and results.
213
+ - [ ] **USEQ-C2C6C7E0** — Do not extrapolate beyond measured scale without an explicit model and uncertainty.
214
+ - [ ] **USEQ-4861ED7B** — Repeat tests after material architecture, dependency, data, configuration, or infrastructure change.
215
+ - [ ] **USEQ-E12B5B11** — Compare results to baselines and approved budgets.
216
+ - [ ] **USEQ-2C0ECEB2** — Block release when a critical quality objective lacks valid evidence.
217
+
218
+ ## Exploratory, Risk-Based, and Usability Testing
219
+
220
+ _Consolidated from `quality standards/11-testing-quality-assurance/09-exploratory-risk-based-and-usability-testing.md`; 20 non-duplicative controls._
221
+
222
+ ### Category-specific universal rules
223
+
224
+ - [ ] **USEQ-7879005A** — Prioritize charters by user harm, business impact, novelty, complexity, change, defect history, and uncertainty.
225
+ - [ ] **USEQ-519085DD** — Define a mission and scope while preserving freedom to follow evidence.
226
+ - [ ] **USEQ-399DA6B9** — Use skilled testers with domain, user, technical, accessibility, security, and operational context as appropriate.
227
+ - [ ] **USEQ-AF91B7B7** — Vary data, sequence, timing, concurrency, roles, devices, networks, locales, and interruption.
228
+ - [ ] **USEQ-BBF7C191** — Investigate inconsistencies, ambiguous feedback, unexpected state, and recovery difficulty.
229
+ - [ ] **USEQ-341F2D0F** — Explore complete workflows and cross-channel transitions rather than isolated screens.
230
+ - [ ] **USEQ-D0D46EA6** — Use heuristics, models, tours, personas, abuse stories, and past incidents to generate tests.
231
+ - [ ] **USEQ-FE154839** — Capture concise notes, evidence, coverage, questions, risks, and follow-up.
232
+ - [ ] **USEQ-014C3738** — Distinguish observations, hypotheses, defects, design concerns, and user research findings.
233
+ - [ ] **USEQ-35B2FB35** — Reproduce and reduce defects to the smallest useful case.
234
+ - [ ] **USEQ-04D07FE1** — Pair with developers, designers, support, operators, or users for high-context investigation.
235
+ - [ ] **USEQ-F9EE8DA8** — Include users with disabilities and representative assistive technologies.
236
+ - [ ] **USEQ-7BA8AA27** — Avoid treating scripted checks as a replacement for exploration.
237
+ - [ ] **USEQ-BDF47008** — Time-box sessions and review whether additional exploration changes decisions.
238
+ - [ ] **USEQ-DE9F6640** — Feed discoveries into requirements, automated regression, design, support, and risk records.
239
+ - [ ] **USEQ-03907FCF** — Track untested areas and session limitations.
240
+ - [ ] **USEQ-EE9B03CE** — Use production-like or production-safe environments without exposing real users or data.
241
+ - [ ] **USEQ-F427D041** — Review quality across competing attributes rather than optimizing one path.
242
+ - [ ] **USEQ-D103850E** — Measure escaped defect themes and charter effectiveness qualitatively.
243
+ - [ ] **USEQ-A346C21D** — Preserve psychological safety so testers can challenge accepted behavior.
244
+
245
+ ## Static Analysis, Formal Methods, and Verification
246
+
247
+ _Consolidated from `quality standards/11-testing-quality-assurance/10-static-analysis-formal-methods-and-verification.md`; 20 non-duplicative controls._
248
+
249
+ ### Category-specific universal rules
250
+
251
+ - [ ] **USEQ-187751E3** — Select techniques according to consequence, defect class, language semantics, and system complexity.
252
+ - [ ] **USEQ-180F046B** — Enable compiler, type, lint, security, dependency, secret, and configuration checks appropriate to the codebase.
253
+ - [ ] **USEQ-1AE136B6** — Treat warnings according to a documented baseline and prevent uncontrolled growth.
254
+ - [ ] **USEQ-2BEC6E57** — Use sound or high-confidence analyses for critical properties where available.
255
+ - [ ] **USEQ-2C055DE5** — Encode domain invariants in types, schemas, contracts, assertions, and model constraints.
256
+ - [ ] **USEQ-D20DCA2A** — Use model checking or state-machine verification for high-risk concurrency, protocol, and workflow behavior where practical.
257
+ - [ ] **USEQ-1E45D431** — Use property-based and symbolic methods for parsers, numerical logic, authorization, and combinatorial inputs.
258
+ - [ ] **USEQ-5A042057** — Review false-positive suppressions with scope, rationale, owner, and expiry.
259
+ - [ ] **USEQ-E6197F5B** — Do not suppress findings globally when a narrow exception is possible.
260
+ - [ ] **USEQ-857E50CE** — Validate custom rules against known defects and safe examples.
261
+ - [ ] **USEQ-566068B3** — Protect analyzers and plugins as supply-chain dependencies.
262
+ - [ ] **USEQ-0C558F2C** — Run analysis on generated code, infrastructure, migrations, and configuration where relevant.
263
+ - [ ] **USEQ-C5555A64** — Use reproducible tool versions and rule sets.
264
+ - [ ] **USEQ-3A2F1122** — Track introduced findings separately from inherited debt.
265
+ - [ ] **USEQ-CB6715F0** — Require higher assurance for cryptography, safety, identity, authorization, and irreversible financial logic.
266
+ - [ ] **USEQ-E903DE38** — Use formal claims only within explicitly stated assumptions and model boundaries.
267
+ - [ ] **USEQ-B0A6D650** — Complement static proof with runtime, integration, and operational evidence.
268
+ - [ ] **USEQ-F267C2FC** — Review whether code transformations and optimizations preserve verified properties.
269
+ - [ ] **USEQ-468A609C** — Archive models, tool versions, assumptions, results, and review decisions.
270
+ - [ ] **USEQ-27C19FEA** — Convert recurring escaped defects into machine-enforced rules where reliable.
271
+
272
+ ## Defect Management and Root-Cause Improvement
273
+
274
+ _Consolidated from `quality standards/11-testing-quality-assurance/11-defect-management-and-root-cause.md`; 20 non-duplicative controls._
275
+
276
+ ### Category-specific universal rules
277
+
278
+ - [ ] **USEQ-57E0618C** — Provide clear channels for users, support, monitoring, security, testing, and suppliers to report defects.
279
+ - [ ] **USEQ-4F3E2904** — Capture affected user, journey, environment, version, data, time, symptoms, impact, and evidence.
280
+ - [ ] **USEQ-1981A1CF** — Classify severity by harm, reach, integrity, security, privacy, financial, legal, and recoverability impact.
281
+ - [ ] **USEQ-C3398A1B** — Separate severity from scheduling priority and make both explicit.
282
+ - [ ] **USEQ-5C76863C** — Triage duplicates without losing affected-user evidence or recurrence count.
283
+ - [ ] **USEQ-B9CD2703** — Contain high-impact defects before waiting for permanent correction.
284
+ - [ ] **USEQ-AFC1B6A5** — Identify the earliest point at which the defect could have been prevented or detected.
285
+ - [ ] **USEQ-12B340B5** — Analyze contributing technical, process, organizational, incentive, interface, and knowledge factors.
286
+ - [ ] **USEQ-E51510AC** — Avoid stopping at individual error or a single proximate cause.
287
+ - [ ] **USEQ-D480EB7C** — Correct corrupted or inconsistent data and reconcile downstream effects.
288
+ - [ ] **USEQ-AD42951B** — Verify fixes against the original failure, adjacent cases, alternate paths, and regression risk.
289
+ - [ ] **USEQ-520E6677** — Monitor after deployment for recurrence and unintended consequences.
290
+ - [ ] **USEQ-8C0B0798** — Communicate known impact, workarounds, and resolution accurately to affected stakeholders.
291
+ - [ ] **USEQ-23336C87** — Use time-bounded risk acceptance only with owner and compensating controls.
292
+ - [ ] **USEQ-5827E80F** — Track aging, recurrence, escape phase, detection source, and corrective-action effectiveness.
293
+ - [ ] **USEQ-23DEB246** — Prioritize systemic fixes that eliminate classes of defects.
294
+ - [ ] **USEQ-1E7A9936** — Update requirements, design, tests, monitoring, documentation, training, and review guidance.
295
+ - [ ] **USEQ-2B757A11** — Close defects only when completion criteria and evidence are satisfied.
296
+ - [ ] **USEQ-AE77FE17** — Preserve incident and defect history for trend analysis.
297
+ - [ ] **USEQ-92037A06** — Review recurring low-severity defects whose aggregate burden is material.
298
+
299
+ ## Advanced Testing, Conformance, and Continuous Assurance
300
+
301
+ _Consolidated from `final consolidated corpus/06-testing-verification-conformance-assurance.md#Advanced Testing, Conformance, and Continuous Assurance`; 316 non-duplicative controls._
302
+
303
+ ### Assurance strategy, scope, and independence
304
+
305
+ - [ ] **USEQ-CE5D5E0A** — Define an assurance strategy that connects product risks, quality attributes, requirements, architecture, implementation, deployment, operations, and evidence rather than treating testing as an isolated phase.
306
+ - [ ] **USEQ-27F0F898** — Identify every system boundary, user group, role, tenant, device, interface, dependency, environment, data class, operational mode, and failure mode included in the assurance scope.
307
+ - [ ] **USEQ-D148EDEA** — Identify material exclusions, assumptions, test limitations, unavailable environments, inaccessible supplier components, and residual uncertainty.
308
+ - [ ] **USEQ-0511465F** — Rank features and components by potential harm, change frequency, complexity, defect history, exposure, reversibility, detectability, and recovery difficulty.
309
+ - [ ] **USEQ-D5BDAE4B** — Allocate deeper and more independent assurance to high-risk, safety-related, security-sensitive, privacy-sensitive, financially consequential, or widely reused components.
310
+ - [ ] **USEQ-C807D350** — Separate test design, implementation, execution, result interpretation, and release approval sufficiently to reduce confirmation bias for material controls.
311
+ - [ ] **USEQ-63C4A075** — Ensure the test organization can stop a release without commercial or schedule retaliation when release criteria are not met.
312
+ - [ ] **USEQ-3C8C8565** — Define the required evidence for each lifecycle stage and quality attribute before implementation begins.
313
+ - [ ] **USEQ-2FBAD908** — Specify which assurance activities are automated, manually performed, independently witnessed, formally verified, externally assessed, or continuously monitored.
314
+ - [ ] **USEQ-600C7E40** — Use multiple complementary verification methods for critical claims rather than relying on one tool or test layer.
315
+ - [ ] **USEQ-F76F8CFD** — Review the assurance strategy after material changes in architecture, risk, regulation, suppliers, users, deployment model, incident history, or threat landscape.
316
+ - [ ] **USEQ-7D51BFD7** — Maintain competence requirements for people designing, performing, and reviewing specialized testing.
317
+ - [ ] **USEQ-62725A3B** — Treat supplier test reports, certifications, and attestations as inputs requiring scope and freshness validation rather than unquestioned proof.
318
+ - [ ] **USEQ-A0245E21** — Align assurance depth with the required confidence and consequence of failure, not simply project size.
319
+ - [ ] **USEQ-70949753** — Document the conditions under which production evidence may supplement preproduction testing and the controls that make such testing safe.
320
+
321
+ ### Test basis, requirements traceability, and executable acceptance
322
+
323
+ - [ ] **USEQ-BCD4F01B** — Identify the authoritative test basis for every behavior, including requirements, user needs, contracts, standards, policies, architecture decisions, threat models, data rules, and operational objectives.
324
+ - [ ] **USEQ-5A0ADC36** — Resolve ambiguous, contradictory, untestable, unverifiable, or missing requirements before relying on test execution.
325
+ - [ ] **USEQ-22497A56** — Express critical requirements with measurable acceptance criteria, observable outcomes, tolerances, preconditions, and failure behavior.
326
+ - [ ] **USEQ-506562A9** — Trace every critical requirement and risk to one or more verification activities and every verification result back to the requirement or risk it addresses.
327
+ - [ ] **USEQ-BD7F03F5** — Trace tests to the exact product version, configuration, feature flags, schema, data state, dependency versions, and environment evaluated.
328
+ - [ ] **USEQ-2460BD77** — Identify requirements that cannot be fully tested and define alternative analysis, review, proof, monitoring, or operational controls.
329
+ - [ ] **USEQ-87D05822** — Include negative requirements and prohibited states, not only desired behavior.
330
+ - [ ] **USEQ-A6BEC6D1** — Include invariants that must remain true across operations, concurrency, retries, recovery, migration, and partial failure.
331
+ - [ ] **USEQ-ADEFDCCF** — Include quantitative tolerances for accuracy, latency, capacity, availability, reliability, numerical error, and data quality where relevant.
332
+ - [ ] **USEQ-38D4FA5F** — Include accessibility, privacy, security, interoperability, supportability, and recoverability in acceptance criteria rather than treating them as optional audits.
333
+ - [ ] **USEQ-94DBFEBA** — Keep acceptance criteria independent of one implementation when the requirement is intended to remain technology-neutral.
334
+ - [ ] **USEQ-ED0E5F15** — Version and review the test basis so that requirement changes invalidate affected test evidence.
335
+ - [ ] **USEQ-FD79CE2B** — Ensure examples and mockups do not silently replace normative behavior unless explicitly approved.
336
+ - [ ] **USEQ-C15B6052** — Record unresolved questions and assumptions with owners and deadlines.
337
+ - [ ] **USEQ-3407C631** — Require business, engineering, operations, security, privacy, accessibility, and data stakeholders to approve material acceptance criteria within their remit.
338
+
339
+ ### Test-oracle design and correctness of expected results
340
+
341
+ - [ ] **USEQ-9262DCB4** — Define how each test determines correctness rather than assuming that successful execution implies a correct result.
342
+ - [ ] **USEQ-43727413** — Use independent reference calculations, authoritative data, specifications, invariants, models, or alternative implementations for high-impact outcomes.
343
+ - [ ] **USEQ-0F70FDC0** — Avoid generating expected results with the same logic or defect-prone implementation being tested.
344
+ - [ ] **USEQ-44FB8B29** — Validate test oracles themselves through review, known examples, cross-checks, and controlled faults.
345
+ - [ ] **USEQ-E9D5AC04** — Distinguish exact expected values from acceptable ranges, statistical distributions, temporal bounds, eventual outcomes, and qualitative judgments.
346
+ - [ ] **USEQ-C33A820B** — Define oracles for intermediate state, side effects, messages, logs, external calls, audit records, notifications, and resource changes, not only final user-visible output.
347
+ - [ ] **USEQ-352EFEBC** — Verify that expected error type, message class, retryability, status, and recovery behavior are correct.
348
+ - [ ] **USEQ-A9D5B9D2** — Use metamorphic relations, differential comparison, invariants, reconciliation, or anomaly detection where a complete oracle is unavailable.
349
+ - [ ] **USEQ-6A433F76** — Control nondeterminism, randomness, time, concurrency, external data, and model variability when interpreting results.
350
+ - [ ] **USEQ-12F78258** — Define statistical confidence, sample size, uncertainty, and acceptable error for probabilistic systems.
351
+ - [ ] **USEQ-3A5FB09B** — Detect false positives and false negatives in automated oracles and treat frequent manual overrides as a test-system defect.
352
+ - [ ] **USEQ-3BE1C974** — Version expected outputs and golden files and review intentional changes rather than accepting broad snapshots automatically.
353
+ - [ ] **USEQ-5AA1B557** — Prevent stale snapshots from normalizing unintended behavior.
354
+ - [ ] **USEQ-D14E0A6C** — Ensure localization, formatting, time, and ordering differences are evaluated according to semantic correctness rather than brittle textual equality.
355
+ - [ ] **USEQ-13837854** — Document the limitations and blind spots of every material oracle.
356
+
357
+ ### Systematic functional test-design techniques
358
+
359
+ - [ ] **USEQ-9D9247ED** — Partition input and state spaces into meaningful equivalence classes and test valid and invalid representatives.
360
+ - [ ] **USEQ-931139A0** — Test lower, upper, just-below, just-above, empty, minimum, maximum, overflow, underflow, and unbounded boundary conditions.
361
+ - [ ] **USEQ-26215F72** — Use decision tables for behavior determined by combinations of rules, conditions, permissions, plans, or statuses.
362
+ - [ ] **USEQ-B1D3501A** — Use state-transition models for workflows, lifecycles, sessions, payments, approvals, jobs, devices, and other stateful behavior.
363
+ - [ ] **USEQ-85C74003** — Test every valid state transition, prohibited transition, repeated transition, out-of-order transition, and recovery transition that matters.
364
+ - [ ] **USEQ-51299A7B** — Use scenario and use-case testing for complete user and business journeys, including alternate, cancellation, timeout, and failure paths.
365
+ - [ ] **USEQ-7EB73115** — Use cause-effect analysis for complex relationships between inputs, conditions, actions, and outcomes.
366
+ - [ ] **USEQ-9C6928E4** — Use syntax-based testing for parsers, protocols, formats, commands, queries, expressions, and structured inputs.
367
+ - [ ] **USEQ-FC9B8485** — Use classification trees or equivalent models when many dimensions define input classes and configurations.
368
+ - [ ] **USEQ-DBCC55AA** — Use error guessing informed by defect history, architecture, implementation risks, incidents, and domain expertise.
369
+ - [ ] **USEQ-68B5113B** — Test repeated, duplicate, stale, delayed, missing, reordered, conflicting, and partially applied operations.
370
+ - [ ] **USEQ-34E35CBB** — Test create, read, update, delete, restore, archive, import, export, merge, split, and transfer operations where supported.
371
+ - [ ] **USEQ-E5DE8BF1** — Test roles, permissions, tenant relationships, ownership, object states, and data classifications systematically rather than through a few representative accounts.
372
+ - [ ] **USEQ-751D7D55** — Test normal, degraded, maintenance, recovery, migration, mixed-version, and shutdown modes.
373
+ - [ ] **USEQ-834CF191** — Record why each selected technique and coverage depth is sufficient for the identified risk.
374
+
375
+ ### Structural coverage and change-impact adequacy
376
+
377
+ - [ ] **USEQ-29D7F4A9** — Measure structural coverage only where it provides useful evidence and never treat a percentage alone as proof of correctness.
378
+ - [ ] **USEQ-66961F40** — Select statement, branch, condition, decision, path, data-flow, call, exception, state, or requirements coverage according to component risk and language or runtime characteristics.
379
+ - [ ] **USEQ-E42BE90E** — Require coverage of security, authorization, error, recovery, cancellation, timeout, and boundary branches in critical code.
380
+ - [ ] **USEQ-35E8657D** — Investigate unexecuted critical code and either test it, remove it, justify it, or verify it by another method.
381
+ - [ ] **USEQ-7246E373** — Exclude generated, unreachable, defensive, or platform-specific code from metrics only with explicit rationale and review.
382
+ - [ ] **USEQ-48327490** — Measure changed-code coverage and impacted-behavior coverage for each release.
383
+ - [ ] **USEQ-ACC28191** — Use dependency, call-graph, data-flow, ownership, schema, and runtime evidence to identify change impact.
384
+ - [ ] **USEQ-D95A54B5** — Retest consumers, producers, migrations, operational tooling, documentation, and recovery procedures affected by a change.
385
+ - [ ] **USEQ-86276367** — Retain regression tests for every material defect and incident where a stable automated check is practical.
386
+ - [ ] **USEQ-018702B6** — Detect declining coverage, widening untested risk, and test deletion during review.
387
+ - [ ] **USEQ-0CF24972** — Avoid optimizing teams for raw coverage numbers that encourage trivial tests or conceal weak assertions.
388
+ - [ ] **USEQ-7FA69076** — Use coverage gaps to guide additional test design rather than lowering thresholds without analysis.
389
+ - [ ] **USEQ-931196A7** — Review whether mocks, stubs, fakes, or excluded processes prevent measured coverage from representing production behavior.
390
+ - [ ] **USEQ-49CDA8B6** — Confirm that tests execute the intended implementation rather than a test-only path or obsolete artifact.
391
+ - [ ] **USEQ-999DF568** — Combine structural coverage with mutation, requirements, risk, data, interface, state, and operational coverage for high-confidence decisions.
392
+
393
+ ### Combinatorial interaction and configuration testing
394
+
395
+ - [ ] **USEQ-555AB134** — Identify parameters whose interactions can change behavior, including configuration, browser, device, locale, identity, role, tenant, data shape, dependency, network, deployment, and feature flags.
396
+ - [ ] **USEQ-9CC14B49** — Model valid and invalid values and constraints explicitly before generating combinations.
397
+ - [ ] **USEQ-A36B7B5C** — Use pairwise or higher-strength t-way coverage when exhaustive combinations are infeasible and interaction faults are plausible.
398
+ - [ ] **USEQ-8088BC71** — Select interaction strength based on risk, defect history, coupling, and consequence rather than applying pairwise testing mechanically.
399
+ - [ ] **USEQ-577B1DBC** — Include critical known combinations even when a generated covering array would otherwise omit them.
400
+ - [ ] **USEQ-6A1FC94F** — Verify the achieved combinatorial coverage after constraints, filtering, unavailable environments, and test failures are considered.
401
+ - [ ] **USEQ-4BA4B352** — Review constraints for accidental exclusion of valid or risky combinations.
402
+ - [ ] **USEQ-2755BC17** — Test invalid combinations and incompatible configurations for clear, safe rejection.
403
+ - [ ] **USEQ-A4B99182** — Use mixed-strength coverage so high-risk parameter groups receive deeper interaction coverage.
404
+ - [ ] **USEQ-EB2A1CBF** — Include version skew, rollout states, migration phases, and old/new client-server combinations.
405
+ - [ ] **USEQ-8D624C7F** — Include feature-flag interactions and default-state behavior when the flag service is unavailable.
406
+ - [ ] **USEQ-55D313EE** — Include combinations of accessibility settings, locale, viewport, input mode, consent, personalization, and authentication for user-facing products.
407
+ - [ ] **USEQ-E4DDFD53** — Include failure-injection parameters such as latency, timeout, partial response, quota, and retry state where practical.
408
+ - [ ] **USEQ-EB0C46E7** — Retain generated models, constraints, seeds, coverage reports, and failing combinations as evidence.
409
+ - [ ] **USEQ-E30A638C** — Update the interaction model after configuration, topology, feature, dependency, and supported-platform changes.
410
+
411
+ ### Property-based, model-based, and invariant testing
412
+
413
+ - [ ] **USEQ-388A3A32** — Identify domain properties and invariants that should hold over broad input and state spaces.
414
+ - [ ] **USEQ-4297DBFF** — Generate valid, invalid, adversarial, boundary, and structurally diverse inputs from explicit models.
415
+ - [ ] **USEQ-470D5F97** — Ensure generators respect domain constraints while still exploring unusual combinations.
416
+ - [ ] **USEQ-06C48E9A** — Use shrinking or minimization to produce understandable counterexamples.
417
+ - [ ] **USEQ-C14B57D1** — Retain minimized failing seeds and examples as deterministic regression tests.
418
+ - [ ] **USEQ-0F46BD7A** — Model stateful systems with commands, preconditions, postconditions, transitions, and observable state.
419
+ - [ ] **USEQ-4CBA36F2** — Compare implementation behavior with an independently reviewed abstract model where feasible.
420
+ - [ ] **USEQ-9588447A** — Test algebraic properties such as identity, inverse, associativity, commutativity, monotonicity, idempotence, conservation, or round-trip behavior when applicable.
421
+ - [ ] **USEQ-1619E778** — Test serialization, parsing, migration, compression, encryption, export, and import for valid round-trip and canonicalization properties.
422
+ - [ ] **USEQ-6988A46D** — Test that authorization, tenant isolation, and privacy invariants hold for generated operations and states.
423
+ - [ ] **USEQ-27C90287** — Control generator bias so common values do not crowd out rare but important structures.
424
+ - [ ] **USEQ-98163D5F** — Bound generated input size and execution cost while retaining periodic deeper campaigns.
425
+ - [ ] **USEQ-BC09905F** — Validate model and generator correctness independently of the implementation.
426
+ - [ ] **USEQ-3C07904C** — Use coverage feedback to identify unvisited states and weak generators.
427
+ - [ ] **USEQ-C07FE87E** — Do not allow nondeterministic property tests to become an uninvestigated source of flaky failures.
428
+ - [ ] **USEQ-0560AF4B** — Use model-based testing standards and tooling only after confirming that the model represents the intended behavior rather than the current implementation defect.
429
+
430
+ ### Metamorphic, differential, and consistency testing
431
+
432
+ - [ ] **USEQ-46CC6FF5** — Use metamorphic testing when a direct expected result is expensive, unavailable, probabilistic, or incomplete.
433
+ - [ ] **USEQ-B33F46EE** — Define transformations for which the relationship between source and follow-up outputs is known.
434
+ - [ ] **USEQ-F56C5FD1** — Review metamorphic relations for domain validity and avoid relations that merely encode implementation assumptions.
435
+ - [ ] **USEQ-C18B4EE2** — Test invariance under irrelevant changes such as ordering, formatting, identifier renaming, partitioning, or equivalent representations when appropriate.
436
+ - [ ] **USEQ-7A1E3A3A** — Test predictable changes under scaling, translation, duplication, aggregation, filtering, rotation, or perturbation where the domain supports them.
437
+ - [ ] **USEQ-B6117366** — Use differential testing across independent implementations, versions, providers, algorithms, configurations, or execution paths.
438
+ - [ ] **USEQ-7D8BA55E** — Investigate disagreements rather than automatically treating the majority result as correct.
439
+ - [ ] **USEQ-57974680** — Normalize only irrelevant differences before comparison and preserve semantically meaningful distinctions.
440
+ - [ ] **USEQ-7F024C3A** — Use cross-version differential tests to detect unintended compatibility and migration changes.
441
+ - [ ] **USEQ-6893D078** — Use cross-environment differential tests to detect configuration drift and platform-dependent behavior.
442
+ - [ ] **USEQ-6598B38C** — Test replicas, caches, indexes, reports, exports, analytics, and source systems for defined consistency relationships.
443
+ - [ ] **USEQ-9F067CE7** — Test reconciliation identities such as totals, balances, counts, checksums, and conservation constraints.
444
+ - [ ] **USEQ-87C8A49A** — Apply statistical comparison and confidence intervals to probabilistic or noisy outputs.
445
+ - [ ] **USEQ-5773BAC5** — Retain relation definitions, transformations, seeds, normalization rules, and discrepancies as evidence.
446
+ - [ ] **USEQ-282E9928** — Revalidate relations after domain, specification, algorithm, or model changes.
447
+
448
+ ### Mutation testing and assertion-strength assessment
449
+
450
+ - [ ] **USEQ-FB314DAD** — Use mutation testing selectively to evaluate whether tests detect meaningful defects rather than merely execute code.
451
+ - [ ] **USEQ-531A3AB1** — Prioritize security, business-rule, calculation, parsing, state-transition, error-handling, and shared-library code for mutation analysis.
452
+ - [ ] **USEQ-A02A84FC** — Choose mutation operators that represent plausible defect classes for the implementation and domain.
453
+ - [ ] **USEQ-9549E767** — Exclude equivalent, invalid, uncompilable, or irrelevant mutants only through documented rules and review.
454
+ - [ ] **USEQ-9EAF1998** — Investigate surviving mutants as potential weak assertions, missing scenarios, unreachable code, unclear requirements, or equivalent behavior.
455
+ - [ ] **USEQ-EC571C66** — Add tests that kill meaningful survivors without coupling tests to private implementation details unnecessarily.
456
+ - [ ] **USEQ-26292CF1** — Use mutation scores as diagnostic evidence rather than a universal release target.
457
+ - [ ] **USEQ-1E2966BB** — Measure changed-code or risk-focused mutation coverage when full-system mutation is impractical.
458
+ - [ ] **USEQ-FF127148** — Control computational cost through sampling, prioritization, incremental analysis, and parallel execution without hiding high-risk survivors.
459
+ - [ ] **USEQ-8331BF1D** — Ensure test timeouts and flaky tests do not create false mutant kills or survivals.
460
+ - [ ] **USEQ-5CC91231** — Review automatically generated assertions to ensure they encode desired behavior rather than current accidental output.
461
+ - [ ] **USEQ-C74ADD8A** — Track recurring survivor patterns to improve test design standards and code architecture.
462
+ - [ ] **USEQ-D4A286B1** — Retain operator set, excluded mutants, equivalent-mutant decisions, results, and follow-up actions.
463
+ - [ ] **USEQ-AED1AA2D** — Re-run relevant mutation analysis after major refactoring of critical code or test infrastructure.
464
+ - [ ] **USEQ-1FC19709** — Do not use mutation testing to compensate for missing requirements, unrealistic environments, or absent end-to-end assurance.
465
+
466
+ ### Fuzzing, robustness, and adversarial input campaigns
467
+
468
+ - [ ] **USEQ-41808EC5** — Identify parsers, protocols, APIs, file formats, deserializers, native interfaces, compilers, interpreters, validators, and state machines suitable for fuzzing.
469
+ - [ ] **USEQ-135F858E** — Build harnesses that reach the real processing logic with minimal unrelated setup.
470
+ - [ ] **USEQ-065E46BE** — Use valid seed corpora representing supported formats, historical defects, boundary cases, and real structural diversity.
471
+ - [ ] **USEQ-55F7A391** — Use structure-aware or grammar-aware generation where random bytes cannot reach meaningful states.
472
+ - [ ] **USEQ-E1E75EE3** — Use coverage guidance or equivalent feedback to identify unexplored code and states.
473
+ - [ ] **USEQ-D84D31C1** — Instrument for memory errors, undefined behavior, leaks, hangs, excessive resource use, assertion failures, and invariant violations.
474
+ - [ ] **USEQ-7C972922** — Set resource limits so fuzz infrastructure cannot damage shared systems or conceal denial-of-service defects.
475
+ - [ ] **USEQ-D7CB7744** — Run continuous or recurring campaigns for high-risk components rather than one-time pre-release fuzzing.
476
+ - [ ] **USEQ-27B484EB** — Minimize and deduplicate failures while preserving the original crashing input and environment.
477
+ - [ ] **USEQ-D3975F34** — Triage every unique failure to root cause and affected product versions.
478
+ - [ ] **USEQ-6602CBDA** — Retain fixed fuzz cases in regression corpora.
479
+ - [ ] **USEQ-5ADACCB5** — Test stateful sequences, authentication states, concurrency, retries, and protocol transitions where relevant.
480
+ - [ ] **USEQ-E7DDC5C7** — Fuzz both accepted and rejected inputs and verify safe rejection without partial side effects.
481
+ - [ ] **USEQ-2347989F** — Isolate fuzzing from production credentials, personal data, external customers, and uncontrolled outbound traffic.
482
+ - [ ] **USEQ-B4D243DD** — Measure campaign duration, execution rate, coverage growth, unique paths, untriaged failures, and corpus health without treating any one metric as proof of completeness.
483
+
484
+ ### Concurrency, asynchronous, and distributed-systems assurance
485
+
486
+ - [ ] **USEQ-C8EE5F64** — Test concurrent reads, writes, updates, deletion, retries, cancellation, timeout, failover, and recovery against stated consistency and ordering guarantees.
487
+ - [ ] **USEQ-0F2BF3BE** — Exercise race windows by controlling scheduling, synchronization, delays, barriers, and fault timing rather than relying only on random load.
488
+ - [ ] **USEQ-A7961220** — Test lost updates, duplicate effects, stale reads, write skew, deadlock, livelock, starvation, priority inversion, and resource contention.
489
+ - [ ] **USEQ-2068317C** — Verify atomicity, isolation, durability, ordering, idempotency, deduplication, and exactly-once claims at the actual system boundary.
490
+ - [ ] **USEQ-C1796402** — Test message loss, duplication, reordering, delay, corruption, redelivery, poison messages, and consumer restarts.
491
+ - [ ] **USEQ-33BB177D** — Test clock skew, leap behavior, timer drift, delayed scheduling, and inconsistent time sources.
492
+ - [ ] **USEQ-C48DFA3E** — Test network partitions, split brain, leader changes, replica lag, quorum loss, and reconciliation.
493
+ - [ ] **USEQ-9559DD2C** — Test cancellation and shutdown while operations are in progress.
494
+ - [ ] **USEQ-4B2D2D23** — Verify that retries do not repeat non-idempotent side effects or create retry storms.
495
+ - [ ] **USEQ-A347CC98** — Use deterministic schedulers, model checkers, simulation, history analysis, or linearizability checking for high-risk concurrency where feasible.
496
+ - [ ] **USEQ-78CFBE7F** — Capture enough event, trace, version, and correlation data to reconstruct failing interleavings.
497
+ - [ ] **USEQ-B80F01F3** — Retain reproducible schedules, seeds, histories, and reduced scenarios for regression.
498
+ - [ ] **USEQ-38085CC5** — Test multi-region, mixed-version, and rolling-deployment interleavings.
499
+ - [ ] **USEQ-062D18B9** — Verify authorization and tenant context across asynchronous boundaries.
500
+ - [ ] **USEQ-D0B99C3C** — Confirm that recovery and reconciliation preserve business invariants and do not silently discard conflicting data.
501
+
502
+ ### Fault injection, resilience, recovery, and chaos assurance
503
+
504
+ - [ ] **USEQ-0424F6D4** — Derive fault-injection scenarios from architecture, dependency maps, incident history, threat models, recovery objectives, and common failure modes.
505
+ - [ ] **USEQ-0A29EB40** — Test dependency timeout, refusal, throttling, malformed response, partial response, slow response, stale data, and authentication failure.
506
+ - [ ] **USEQ-84B2AB3C** — Test process crash, node loss, zone loss, region loss, storage failure, disk full, memory pressure, CPU exhaustion, connection exhaustion, and quota exhaustion as applicable.
507
+ - [ ] **USEQ-A60A22BB** — Test certificate expiry, secret rotation, key revocation, DNS failure, clock error, and control-plane unavailability.
508
+ - [ ] **USEQ-7797AE7B** — Verify timeouts, retries, circuit breakers, bulkheads, backpressure, load shedding, fallbacks, and graceful degradation.
509
+ - [ ] **USEQ-B3A4C8AE** — Verify that resilience controls preserve correctness, security, privacy, and tenant isolation rather than only availability.
510
+ - [ ] **USEQ-160599FA** — Test backup restoration, point-in-time recovery, failover, failback, rebuild, and clean-environment recovery.
511
+ - [ ] **USEQ-A936D8F1** — Measure actual recovery point, recovery time, data loss, duplicate effects, and service degradation.
512
+ - [ ] **USEQ-279CBD42** — Run experiments in progressively more realistic environments with explicit blast-radius, stop, and rollback controls.
513
+ - [ ] **USEQ-E29C86AA** — Prevent fault injection from contacting real users, moving real money, corrupting uncontrolled data, or violating contractual commitments.
514
+ - [ ] **USEQ-6A752B54** — Observe whether alerts, runbooks, on-call response, communications, and escalation work during the experiment.
515
+ - [ ] **USEQ-C46CE499** — Inject compound and correlated failures where shared dependencies make them plausible.
516
+ - [ ] **USEQ-1CEFFE2F** — Test recovery under peak or degraded capacity rather than only in idle environments.
517
+ - [ ] **USEQ-C05A5D50** — Retain experiment hypotheses, scope, safeguards, telemetry, outcomes, surprises, and corrective actions.
518
+ - [ ] **USEQ-04DF2D4E** — Repeat material experiments after topology, dependency, capacity, recovery, and control changes.
519
+
520
+ ### Performance, capacity, endurance, and resource assurance
521
+
522
+ - [ ] **USEQ-F6D37FEA** — Define performance and capacity objectives per critical journey, interface, workload, tenant, and operational mode using meaningful percentiles and error tolerances.
523
+ - [ ] **USEQ-ABD5E7E6** — Use representative data volume, distribution, cache state, authentication, authorization, dependency behavior, network conditions, and client capabilities.
524
+ - [ ] **USEQ-B48C8A09** — Test normal, peak, burst, sustained, seasonal, launch, failure, recovery, and abusive workload profiles.
525
+ - [ ] **USEQ-968D920D** — Measure latency, throughput, errors, saturation, queueing, resource consumption, contention, and user-perceived responsiveness together.
526
+ - [ ] **USEQ-B12F69C6** — Test cold start, warm start, scale up, scale down, deployment, failover, cache miss, and degraded dependency conditions.
527
+ - [ ] **USEQ-8FCC3759** — Identify maximum safe capacity and how the system fails beyond it.
528
+ - [ ] **USEQ-9C7D9575** — Test load shedding, rate limiting, quotas, backpressure, prioritization, and noisy-neighbor isolation.
529
+ - [ ] **USEQ-2F1099C0** — Run endurance tests long enough to reveal leaks, fragmentation, drift, compaction, backlog, cache decay, and gradual degradation.
530
+ - [ ] **USEQ-BF863ED1** — Test the largest expected object, tenant, account, batch, file, report, query, and historical data range.
531
+ - [ ] **USEQ-3DD76FA3** — Test client performance on representative low-power devices, accessibility settings, high latency, packet loss, and limited bandwidth where relevant.
532
+ - [ ] **USEQ-0D187CDB** — Measure third-party scripts, services, models, analytics, and tags separately from first-party behavior.
533
+ - [ ] **USEQ-D108E212** — Set regression budgets and compare against a stable baseline using statistically meaningful methods.
534
+ - [ ] **USEQ-AED5CE75** — Confirm that test generators and monitoring do not become the bottleneck or distort results.
535
+ - [ ] **USEQ-8AE79A6F** — Correlate performance limits with cost, SLOs, provider quotas, autoscaling limits, and recovery capacity.
536
+ - [ ] **USEQ-1A70007C** — Retain workload model, generators, data, topology, configuration, versions, raw measurements, analysis, and confidence limits.
537
+
538
+ ### Conformance, interoperability, compatibility, and protocol assurance
539
+
540
+ - [ ] **USEQ-2C95C98C** — Identify every normative external standard, protocol, schema, format, API contract, accessibility rule, and certification claim applicable to the product.
541
+ - [ ] **USEQ-326F8926** — Separate mandatory requirements, optional features, profiles, extensions, implementation-defined behavior, and prohibited behavior.
542
+ - [ ] **USEQ-14C96036** — Use official conformance suites where available and validate their version, scope, limitations, and expected results.
543
+ - [ ] **USEQ-E6518281** — Test both producer and consumer behavior at each interface.
544
+ - [ ] **USEQ-9647D489** — Test unknown fields, optional fields, extension points, ordering differences, whitespace, encoding, canonicalization, size limits, and future-version data.
545
+ - [ ] **USEQ-F3290C67** — Test backward, forward, mixed-version, downgrade, upgrade, and deprecation behavior.
546
+ - [ ] **USEQ-94A0A73B** — Test multiple independent implementations or providers to detect shared assumptions and vendor lock-in.
547
+ - [ ] **USEQ-DDCB79E8** — Test error semantics, retries, idempotency, timeouts, status codes, headers, content negotiation, and rate-limit behavior.
548
+ - [ ] **USEQ-DDC867E4** — Test malformed, ambiguous, duplicate, conflicting, and noncanonical representations.
549
+ - [ ] **USEQ-21F2CD0E** — Test locale, Unicode, time, number, identifier, and serialization interoperability.
550
+ - [ ] **USEQ-062F69DE** — Preserve unknown data where the contract requires forward compatibility.
551
+ - [ ] **USEQ-A0AEBC24** — Reject unsupported or unsafe versions clearly without insecure fallback.
552
+ - [ ] **USEQ-5132E054** — Record deviations, implementation choices, extensions, and customer-visible limitations.
553
+ - [ ] **USEQ-B85CC7B0** — Do not claim standards conformance outside the exact version, profile, scope, environment, and evidence tested.
554
+ - [ ] **USEQ-3F433ECC** — Repeat conformance testing after standard revisions, parser changes, dependency changes, and protocol upgrades.
555
+
556
+ ### Static analysis, formal methods, and specification assurance
557
+
558
+ - [ ] **USEQ-D3B10800** — Select static analysis techniques according to defect classes, languages, runtimes, architecture, and risk.
559
+ - [ ] **USEQ-70E9D5AA** — Run type, data-flow, control-flow, taint, dependency, configuration, infrastructure, secret, license, and policy analysis as applicable.
560
+ - [ ] **USEQ-49154A5B** — Configure rules and severity thresholds explicitly rather than relying on unreviewed defaults.
561
+ - [ ] **USEQ-D330E2E8** — Treat suppressions as reviewed, attributable, time-bounded decisions with rationale.
562
+ - [ ] **USEQ-6A3C60D1** — Investigate recurring false positives as opportunities to improve rules, code patterns, or tool configuration.
563
+ - [ ] **USEQ-AE94E396** — Verify that generated code, vendored code, build scripts, migrations, infrastructure, queries, and configuration are included where they can affect quality.
564
+ - [ ] **USEQ-3C921989** — Use formal specifications for critical state machines, protocols, authorization rules, distributed algorithms, safety properties, or calculations where the consequence justifies it.
565
+ - [ ] **USEQ-F13CA22A** — State assumptions, invariants, preconditions, postconditions, liveness, safety, and environmental constraints precisely.
566
+ - [ ] **USEQ-729EFDDA** — Validate that the formal model corresponds to the implemented and deployed system.
567
+ - [ ] **USEQ-8D18549C** — Use model checking, theorem proving, symbolic execution, abstract interpretation, or runtime verification when they materially increase assurance.
568
+ - [ ] **USEQ-099AEFD2** — Independently review proofs, models, abstractions, solver assumptions, and unverified components.
569
+ - [ ] **USEQ-C679FD8C** — Test the boundaries between formally verified and unverified components.
570
+ - [ ] **USEQ-9EB4BECC** — Retain tool versions, rules, models, proof artifacts, assumptions, suppressions, and unresolved findings.
571
+ - [ ] **USEQ-80C8E969** — Re-run affected analyses after source, compiler, dependency, configuration, model, or platform changes.
572
+ - [ ] **USEQ-B8AE7F5F** — Avoid representing tool success as proof of properties outside the tool model or analyzed scope.
573
+
574
+ ### Test automation architecture and reliability
575
+
576
+ - [ ] **USEQ-C2DD853F** — Treat test code, harnesses, fixtures, generators, simulators, mocks, and pipelines as production-quality engineering assets.
577
+ - [ ] **USEQ-8987771C** — Give test infrastructure owners, review requirements, version control, documentation, observability, support, and lifecycle plans.
578
+ - [ ] **USEQ-96CDA61D** — Keep tests independent enough that one failure does not create misleading cascades.
579
+ - [ ] **USEQ-BFA06C49** — Control time, randomness, network, identity, external services, shared state, and parallel execution to improve reproducibility.
580
+ - [ ] **USEQ-CB1343BF** — Use deterministic seeds and retain them for generated and randomized failures.
581
+ - [ ] **USEQ-DF29F97A** — Avoid fixed sleeps; synchronize on observable conditions with bounded timeouts.
582
+ - [ ] **USEQ-123DA8C7** — Make failures explain which requirement, step, input, state, and observation differed.
583
+ - [ ] **USEQ-A6EE8FB6** — Capture diagnostics without exposing secrets or unnecessary personal data.
584
+ - [ ] **USEQ-4A334C27** — Prevent tests from passing because assertions were skipped, exceptions swallowed, fixtures failed, or dependencies were unavailable.
585
+ - [ ] **USEQ-9B3A9AA9** — Fail closed when required test setup, data, instrumentation, or result publication is incomplete.
586
+ - [ ] **USEQ-95988B28** — Verify mocks and simulators against real contracts and periodically against real dependencies.
587
+ - [ ] **USEQ-65CF6581** — Minimize shared mutable test data and clean resources reliably after success, failure, cancellation, and timeout.
588
+ - [ ] **USEQ-05E81260** — Run tests in parallel only when isolation and ordering assumptions are explicit and verified.
589
+ - [ ] **USEQ-F2F23289** — Monitor test duration, queue time, retry rate, flakiness, infrastructure failures, cost, and diagnostic quality.
590
+ - [ ] **USEQ-9AFF0C25** — Remove obsolete, duplicated, low-value, or misleading tests while preserving necessary coverage.
591
+ - [ ] **USEQ-E0D501EC** — Secure test systems so untrusted code and test data cannot access production secrets or damage production resources.
592
+
593
+ ### Test data, environments, and production representativeness
594
+
595
+ - [ ] **USEQ-B5965E6B** — Define which production characteristics each test environment must reproduce and which differences remain material limitations.
596
+ - [ ] **USEQ-FEB0BCAC** — Version infrastructure, configuration, schema, dependencies, feature flags, identities, and test data with the tested artifact.
597
+ - [ ] **USEQ-DDE86544** — Use synthetic, generated, masked, or specifically authorized data rather than uncontrolled production copies.
598
+ - [ ] **USEQ-8FA110C8** — Preserve realistic distributions, relationships, cardinality, sparsity, skew, encoding, history, and edge cases without retaining unnecessary personal data.
599
+ - [ ] **USEQ-C5C286DB** — Include malformed, incomplete, duplicated, conflicting, stale, future-dated, historical, deleted, archived, and maximum-size records.
600
+ - [ ] **USEQ-366D4955** — Include multiple tenants, roles, plans, locales, currencies, time zones, consent states, lifecycle states, and accessibility settings as applicable.
601
+ - [ ] **USEQ-C58ED0EB** — Protect test data according to its actual sensitivity and delete it according to retention rules.
602
+ - [ ] **USEQ-AE04D918** — Prevent nonproduction notifications, payments, webhooks, integrations, and automated actions from reaching real users or counterparties.
603
+ - [ ] **USEQ-A34619FA** — Reset environments reproducibly and detect residual state or cross-test contamination.
604
+ - [ ] **USEQ-A6D5B399** — Use production-like topology and security boundaries for migration, performance, resilience, and deployment tests.
605
+ - [ ] **USEQ-0691B9EF** — Validate provider sandboxes and emulators against production behavior and document differences.
606
+ - [ ] **USEQ-60A4CD09** — Reserve controlled production testing for cases that cannot be represented elsewhere and apply blast-radius, monitoring, and rollback safeguards.
607
+ - [ ] **USEQ-3BCF09B5** — Detect environment drift and invalidate evidence when material drift occurs.
608
+ - [ ] **USEQ-2B7192B0** — Retain environment manifests, data-generation rules, masking methods, seeds, and known deviations.
609
+ - [ ] **USEQ-A8FC5F26** — Ensure test environments remain available, supported, patched, and affordable enough for required assurance.
610
+
611
+ ### Flaky tests, quarantine, and trust in results
612
+
613
+ - [ ] **USEQ-B74D5F78** — Define a flaky test as an engineering defect requiring ownership, diagnosis, and remediation rather than a normal condition.
614
+ - [ ] **USEQ-DFD85174** — Measure flakiness by test, suite, environment, branch, dependency, and failure signature.
615
+ - [ ] **USEQ-7679C932** — Differentiate product defects, test defects, environment failures, dependency failures, and infrastructure failures.
616
+ - [ ] **USEQ-9CE7EDE5** — Do not automatically retry failures without preserving and reporting the first failure.
617
+ - [ ] **USEQ-01EEF7ED** — Limit retries and ensure a pass-after-retry remains visible.
618
+ - [ ] **USEQ-8825082A** — Quarantine only when the test cannot block unrelated delivery and the missing coverage is understood.
619
+ - [ ] **USEQ-676775D7** — Require a quarantine owner, reason, date, risk assessment, compensating coverage, and expiry.
620
+ - [ ] **USEQ-48996A09** — Prevent quarantined critical tests from silently disappearing from release evidence.
621
+ - [ ] **USEQ-58D50432** — Fix root causes such as timing assumptions, shared state, uncontrolled data, order dependence, resource leakage, and nondeterministic external systems.
622
+ - [ ] **USEQ-A3A1C911** — Use statistical analysis carefully to distinguish real intermittent product failures from test noise.
623
+ - [ ] **USEQ-CF484D87** — Retain logs, traces, screenshots, dumps, seeds, schedules, environment state, and previous outcomes for intermittent failures.
624
+ - [ ] **USEQ-8282F21D** — Escalate repeated intermittent failures in security, integrity, financial, safety, and authorization paths as release blockers.
625
+ - [ ] **USEQ-C0B34752** — Review whether test parallelism, virtualization, clocks, resource contention, and provider quotas create artificial instability.
626
+ - [ ] **USEQ-EA5C03BB** — Track quarantine age and remove or repair expired tests.
627
+ - [ ] **USEQ-A480FEDA** — Restore trust by demonstrating stable repeated execution after remediation rather than simply resetting history.
628
+
629
+ ### Continuous assurance and production verification
630
+
631
+ - [ ] **USEQ-0541BA5A** — Define which critical properties must be verified continuously after deployment because preproduction testing cannot guarantee them.
632
+ - [ ] **USEQ-624D5AC5** — Use production-safe smoke tests and synthetic journeys for authentication, authorization, critical transactions, dependencies, and user-visible outcomes.
633
+ - [ ] **USEQ-8F1C7642** — Verify the deployed artifact digest, configuration, feature flags, schema, migrations, certificates, routes, and security controls after deployment.
634
+ - [ ] **USEQ-9FC91F6A** — Compare canary and control cohorts using predefined correctness, reliability, performance, business, security, and support indicators.
635
+ - [ ] **USEQ-3066B3F2** — Use shadow, replay, mirrored, or dark traffic only with privacy, consent, isolation, and side-effect controls.
636
+ - [ ] **USEQ-53C69573** — Validate invariants, reconciliation totals, data freshness, queue lag, duplicate effects, and silent failure indicators continuously.
637
+ - [ ] **USEQ-59BD56C3** — Use runtime assertions and policy enforcement for properties that must never be violated, with safe failure behavior.
638
+ - [ ] **USEQ-0A3F86F0** — Monitor test and verification telemetry for gaps, sampling bias, disabled checks, stale baselines, and pipeline failure.
639
+ - [ ] **USEQ-09C1C843** — Define automatic or human stop, rollback, kill-switch, and incident-declaration thresholds before rollout.
640
+ - [ ] **USEQ-DD71888C** — Prevent experimentation and monitoring from exposing sensitive data or materially degrading the service.
641
+ - [ ] **USEQ-A6B8EFC8** — Sample real outcomes for human or independent review where automation cannot assess semantic quality.
642
+ - [ ] **USEQ-50075879** — Correlate escaped defects and incidents with missing, ineffective, or bypassed pre-release assurance.
643
+ - [ ] **USEQ-619B8141** — Reassess supported configurations and user journeys using field data without allowing popularity to exclude minority or accessibility needs.
644
+ - [ ] **USEQ-4382A92C** — Retain production verification evidence with the exact release and observation period.
645
+ - [ ] **USEQ-23D4E8D7** — Treat unexplained anomalies as unresolved risk rather than assuming they are harmless noise.
646
+
647
+ ### Defect management, root cause, and assurance effectiveness
648
+
649
+ - [ ] **USEQ-4050C11D** — Record each defect with affected requirement, users, versions, environments, data, severity, detectability, workaround, and owner.
650
+ - [ ] **USEQ-BC455E22** — Classify impact using user harm, security, privacy, integrity, financial, accessibility, safety, legal, operational, and reputational dimensions.
651
+ - [ ] **USEQ-F0B8342C** — Prioritize by actual risk and exposure rather than age or raw count alone.
652
+ - [ ] **USEQ-CD7C7286** — Reproduce defects against the exact released or candidate artifact when possible.
653
+ - [ ] **USEQ-1B6B2359** — Identify the first point in the lifecycle where the defect could reasonably have been prevented or detected.
654
+ - [ ] **USEQ-AC327620** — Perform root-cause analysis for serious, recurring, systemic, or escaped defects.
655
+ - [ ] **USEQ-ECAA299C** — Distinguish triggering condition, proximate technical cause, contributing conditions, organizational cause, and control failure.
656
+ - [ ] **USEQ-279BAC2D** — Search for variants across shared code, products, versions, configurations, data, and processes.
657
+ - [ ] **USEQ-59366EFE** — Verify fixes through targeted tests, broader regression, and production monitoring where appropriate.
658
+ - [ ] **USEQ-9B2BE606** — Measure escaped defects, recurrence, reopen rate, detection stage, time to detect, time to repair, customer exposure, and corrective-action completion.
659
+ - [ ] **USEQ-F2870EFC** — Use metrics to improve the system rather than rank individuals or encourage defect concealment.
660
+ - [ ] **USEQ-28C4F691** — Review whether tests failed to exist, failed to run, failed to assert, failed to represent production, or were ignored.
661
+ - [ ] **USEQ-003E4BB9** — Convert lessons into requirements, design rules, coding standards, test techniques, tooling, runbooks, and training.
662
+ - [ ] **USEQ-2BC9A7C5** — Close corrective actions only after evidence demonstrates effectiveness.
663
+ - [ ] **USEQ-7945FABA** — Periodically assess whether the assurance portfolio finds the defect classes and user harms that matter most.
664
+
665
+ ### Assurance release blockers and evidence package
666
+
667
+ - [ ] **USEQ-ECC22163** — Block release when a critical requirement, user journey, safety property, authorization boundary, data invariant, recovery objective, or mandatory standard lacks current verification evidence.
668
+ - [ ] **USEQ-06A9124D** — Block release when tests ran against a different artifact, configuration, schema, feature-flag state, environment, or dependency set than the intended production release.
669
+ - [ ] **USEQ-4D20534E** — Block release when required tests were skipped, suppressed, quarantined, or passed only after unexplained retries.
670
+ - [ ] **USEQ-9BC293BB** — Block release when a serious intermittent, nondeterministic, or environment-dependent failure remains unexplained.
671
+ - [ ] **USEQ-F84F4311** — Block release when expected results, test data, tools, or environments are known to be invalid or unrepresentative.
672
+ - [ ] **USEQ-9D68BDCB** — Block release when performance, capacity, resilience, migration, rollback, or restoration behavior is unknown for expected operating conditions.
673
+ - [ ] **USEQ-941A1A9C** — Block release when critical test coverage relies exclusively on mocks, snapshots, superficial assertions, or aggregate percentages.
674
+ - [ ] **USEQ-C6187362** — Block release when material conformance, interoperability, accessibility, security, privacy, or regulatory claims exceed the tested scope.
675
+ - [ ] **USEQ-D601267F** — Retain the test strategy, scope, requirements traceability, models, data, environments, tools, versions, results, defects, exclusions, limitations, exceptions, and approvals.
676
+ - [ ] **USEQ-F55894B6** — Retain raw or reproducible evidence for high-impact calculations, performance measurements, resilience experiments, and independent assessments.
677
+ - [ ] **USEQ-DC9036BC** — Document which defect classes and conditions remain insufficiently tested.
678
+ - [ ] **USEQ-62ABC3B0** — Require an authorized owner to accept residual assurance uncertainty explicitly and time-bound any compensating monitoring.
679
+ - [ ] **USEQ-3D261C6C** — Verify that post-release monitoring and incident response can detect and contain risks that could not be fully tested.
680
+ - [ ] **USEQ-2AE6772C** — Make the final assurance statement specific to the tested release and never describe testing as proof that no defects exist.
681
+
682
+ ## Final Gap Closure — Assurance Cases, Independent Assurance, and Conformance Claims
683
+
684
+ _Consolidated from `final consolidated corpus/06-testing-verification-conformance-assurance.md#Final Gap Closure — Assurance Cases, Independent Assurance, and Conformance Claims`; 107 non-duplicative controls._
685
+
686
+ ### Assurance strategy and scope
687
+
688
+ - [ ] **USEQ-67C9E2FD** — Define the qualities, harms, obligations, claims, systems, versions, environments, users, and operating conditions that require assurance.
689
+ - [ ] **USEQ-FB59BCD1** — Scale assurance rigor according to consequence, uncertainty, novelty, exposure, complexity, and reversibility.
690
+ - [ ] **USEQ-0CF01C55** — Identify the stakeholders who rely on each assurance conclusion and the decisions it supports.
691
+ - [ ] **USEQ-D99B9218** — Define the required confidence level and what residual uncertainty is acceptable.
692
+ - [ ] **USEQ-0EB55A7C** — Distinguish evidence of implementation, evidence of control operation, evidence of outcome, and evidence of absence of known failure.
693
+ - [ ] **USEQ-1283600A** — Use multiple complementary assurance methods when one method cannot support the required confidence.
694
+ - [ ] **USEQ-19F7A4D0** — Define independence requirements for design review, verification, validation, audit, certification, and risk acceptance.
695
+ - [ ] **USEQ-BFC07AAB** — Ensure assurance planning begins with requirements and architecture rather than after implementation.
696
+ - [ ] **USEQ-511BD294** — Budget time, tools, environments, representative data, specialists, and remediation capacity for assurance.
697
+ - [ ] **USEQ-734F6033** — Record limitations, exclusions, assumptions, dependencies, and evidence freshness.
698
+ - [ ] **USEQ-2B085AD7** — Treat assurance as a lifecycle activity that continues through change, operation, incident, and retirement.
699
+
700
+ ### Assurance-case structure
701
+
702
+ - [ ] **USEQ-A3008EA4** — Express each material assurance conclusion as a clear, bounded, testable claim.
703
+ - [ ] **USEQ-6B2A8983** — State the exact system, release, configuration, environment, period, and operational context covered by the claim.
704
+ - [ ] **USEQ-01943631** — Decompose broad claims into subclaims that can be supported independently.
705
+ - [ ] **USEQ-67DF1B66** — Provide an explicit argument explaining why the evidence supports each claim.
706
+ - [ ] **USEQ-D6EC7E3B** — Identify assumptions, context, definitions, inference rules, and dependencies used in the argument.
707
+ - [ ] **USEQ-ACEEAD05** — Link every subclaim to relevant evidence or record it as unsupported.
708
+ - [ ] **USEQ-0A2301F0** — Avoid circular reasoning in which a claim is used as evidence for itself.
709
+ - [ ] **USEQ-5DDCFB45** — Avoid replacing an outcome claim with evidence that a process or document exists.
710
+ - [ ] **USEQ-6CC47215** — Include counterclaims, defeaters, alternative explanations, and known contrary evidence.
711
+ - [ ] **USEQ-100AD69F** — Explain why identified defeaters are eliminated, controlled, monitored, or accepted.
712
+ - [ ] **USEQ-5C92AC6C** — Show how claims interact across security, privacy, safety, accessibility, reliability, correctness, and compliance.
713
+ - [ ] **USEQ-B9AA39F0** — Distinguish claims about design intent from claims about deployed behavior.
714
+ - [ ] **USEQ-14D36863** — Distinguish expected behavior from demonstrated behavior.
715
+ - [ ] **USEQ-E917726C** — Keep the assurance case readable and reviewable by the intended decision-makers.
716
+ - [ ] **USEQ-3C79C82C** — Version the assurance case and tie it to immutable release and evidence identifiers.
717
+
718
+ ### Evidence quality and sufficiency
719
+
720
+ - [ ] **USEQ-993D84C7** — Define evidence acceptance criteria before relying on results.
721
+ - [ ] **USEQ-F473BC2E** — Prefer evidence produced from the exact production artifact and representative configuration.
722
+ - [ ] **USEQ-7D363841** — Record evidence source, method, tool, version, operator, environment, data, time, scope, and result.
723
+ - [ ] **USEQ-E6AD6762** — Establish provenance from requirement and source through build, deployment, execution, and observation.
724
+ - [ ] **USEQ-FF35E31B** — Protect evidence against unauthorized alteration and deletion.
725
+ - [ ] **USEQ-98FB3D02** — Verify tool calibration, validation, configuration, and known limitations where tool output is material.
726
+ - [ ] **USEQ-043971A5** — Confirm that test or audit samples represent the relevant population and risk.
727
+ - [ ] **USEQ-ADA14CE9** — Quantify uncertainty, confidence, coverage, error rates, and detection limits where meaningful.
728
+ - [ ] **USEQ-F16DCC81** — Distinguish absence of observed failure from evidence that failure is sufficiently unlikely.
729
+ - [ ] **USEQ-2963F4D9** — Do not treat test count, code coverage, policy count, or scan count alone as proof of quality.
730
+ - [ ] **USEQ-453FDEAE** — Combine static, dynamic, analytical, operational, and human evidence as appropriate.
731
+ - [ ] **USEQ-E0A35E0B** — Use independent reproduction for high-consequence calculations, models, migrations, or tests where practical.
732
+ - [ ] **USEQ-A6DE513F** — Resolve contradictory evidence rather than choosing the favorable result silently.
733
+ - [ ] **USEQ-2BADD314** — Preserve failed, inconclusive, excluded, and superseded evidence with its disposition.
734
+ - [ ] **USEQ-EB04BD9A** — Define evidence validity periods and events that make evidence stale.
735
+ - [ ] **USEQ-C278CEB3** — Recollect evidence after material changes to source, dependencies, configuration, data, environment, threat, or usage.
736
+ - [ ] **USEQ-1BA3206E** — Ensure evidence remains retrievable and interpretable for the required retention period.
737
+
738
+ ### Assurance integrity levels and proportional rigor
739
+
740
+ - [ ] **USEQ-A309E8E6** — Classify components, functions, data, and decisions by the consequence of failure or compromise.
741
+ - [ ] **USEQ-E19EECAD** — Define assurance rigor, independence, coverage, formality, and evidence retention for each class.
742
+ - [ ] **USEQ-A72314F7** — Apply the highest relevant assurance level to shared components whose failure can affect higher-criticality functions.
743
+ - [ ] **USEQ-B3F7905C** — Prevent low-assurance dependencies from silently determining high-assurance outcomes.
744
+ - [ ] **USEQ-4D9F7786** — Use stronger specification, traceability, review, analysis, and verification for higher-criticality behavior.
745
+ - [ ] **USEQ-96C2BFD1** — Use diverse or independent methods where common-mode verification failure would be unacceptable.
746
+ - [ ] **USEQ-4FF2DB8D** — Require qualified specialists for domains such as safety, cryptography, accessibility, privacy, finance, or formal verification when warranted.
747
+ - [ ] **USEQ-C6D28252** — Define when formal methods, exhaustive analysis, proof, model checking, or mathematically justified bounds are required.
748
+ - [ ] **USEQ-B7FB7430** — Document why a selected assurance level is sufficient.
749
+ - [ ] **USEQ-07963687** — Review integrity classification when architecture, exposure, users, or consequence changes.
750
+
751
+ ### Independence, competence, and conflict controls
752
+
753
+ - [ ] **USEQ-3ABADEBD** — Define which assurance activities may be self-reviewed and which require organizational or technical independence.
754
+ - [ ] **USEQ-7E738595** — Prevent the person solely responsible for delivery outcomes from being the only approver of material residual risk.
755
+ - [ ] **USEQ-ADBD2C5E** — Ensure independent reviewers can access complete evidence, source material, environments, and relevant personnel.
756
+ - [ ] **USEQ-24426703** — Disclose reviewer conflicts of interest, incentives, prior involvement, and supplier relationships.
757
+ - [ ] **USEQ-9F1C648A** — Recuse, rotate, or supplement reviewers when independence is impaired.
758
+ - [ ] **USEQ-25DE0302** — Verify reviewer competence in the system, assurance method, and relevant domain.
759
+ - [ ] **USEQ-15D97639** — Protect reviewers from retaliation or pressure to weaken findings.
760
+ - [ ] **USEQ-ED2D15CF** — Preserve dissenting opinions and unresolved findings in the decision record.
761
+ - [ ] **USEQ-AFC0B80B** — Require management to respond explicitly to material adverse assurance conclusions.
762
+ - [ ] **USEQ-1D117647** — Separate advisory work from certification or audit decisions where the same party’s objectivity would be compromised.
763
+ - [ ] **USEQ-0C690882** — Periodically evaluate assurance-provider quality, consistency, and missed-defect patterns.
764
+
765
+ ### Conformance, certification, and claims
766
+
767
+ - [ ] **USEQ-03CE6FB0** — Identify the exact normative requirements, version, profile, scope, and options used for a conformance claim.
768
+ - [ ] **USEQ-273415BD** — Distinguish full conformance, partial conformance, compatibility, alignment, certification, attestation, and self-assessment.
769
+ - [ ] **USEQ-EF9F966C** — Do not imply certification by citing a standard that was only used as guidance.
770
+ - [ ] **USEQ-F7D4B6BC** — Map every claimed requirement to evidence and disposition.
771
+ - [ ] **USEQ-FAD45C35** — Record permitted deviations, extensions, optional features, and inherited controls.
772
+ - [ ] **USEQ-70F1E6CA** — Test interoperability when conformance is intended to enable independent implementations to work together.
773
+ - [ ] **USEQ-0AAEEBDE** — Verify that declared exclusions do not invalidate the intended claim.
774
+ - [ ] **USEQ-93D22446** — State the time period and product versions covered by an audit or certificate.
775
+ - [ ] **USEQ-263D9220** — Ensure marketing, procurement, customer, and regulatory statements match the assurance scope exactly.
776
+ - [ ] **USEQ-2BC823F8** — Track certificate expiry, surveillance, conditions, exceptions, and renewal obligations.
777
+ - [ ] **USEQ-1281EF2B** — Reassess certification impact before material architecture, supplier, location, process, or product change.
778
+ - [ ] **USEQ-30397AF4** — Withdraw or correct claims promptly when evidence no longer supports them.
779
+ - [ ] **USEQ-2A1264FC** — Maintain procedures for regulator, customer, auditor, and public verification of appropriate claims.
780
+
781
+ ### Assurance across suppliers and inherited controls
782
+
783
+ - [ ] **USEQ-01F30AE1** — Identify every claim that depends on a supplier, shared platform, managed service, open-source component, or customer-operated control.
784
+ - [ ] **USEQ-229D6F8B** — Define the boundary between inherited, shared, and directly operated controls.
785
+ - [ ] **USEQ-31EDBB67** — Obtain evidence sufficient for the actual dependency and risk rather than relying on a generic certificate alone.
786
+ - [ ] **USEQ-6EBAC76D** — Verify that supplier assurance scope includes the service, region, data, configuration, and time period used.
787
+ - [ ] **USEQ-2B60BF65** — Assess gaps between supplier controls and product requirements.
788
+ - [ ] **USEQ-4B7E3419** — Test integration assumptions and customer-configurable controls independently.
789
+ - [ ] **USEQ-7D7FB635** — Monitor supplier changes, incidents, expired attestations, and scope reductions.
790
+ - [ ] **USEQ-A892799B** — Include supplier evidence availability and transition rights in contracts.
791
+ - [ ] **USEQ-44E74665** — Maintain compensating controls for evidence that cannot be obtained.
792
+ - [ ] **USEQ-6647217A** — Do not transfer accountability merely because an activity is outsourced.
793
+
794
+ ### Continuous and operational assurance
795
+
796
+ - [ ] **USEQ-7FBB7982** — Define production indicators that continue to support or challenge assurance claims.
797
+ - [ ] **USEQ-79BEB4A9** — Monitor correctness, safety, security, privacy, accessibility, reliability, performance, data quality, and abuse outcomes relevant to the case.
798
+ - [ ] **USEQ-272E383B** — Link incidents, near misses, defects, complaints, overrides, exceptions, and drift to affected claims.
799
+ - [ ] **USEQ-B354E1E9** — Reopen assurance conclusions when operational evidence contradicts assumptions.
800
+ - [ ] **USEQ-8F326500** — Detect configuration and deployment changes that invalidate prior evidence.
801
+ - [ ] **USEQ-F2A92C95** — Maintain continuous or scheduled control testing where risk warrants it.
802
+ - [ ] **USEQ-69FFB927** — Use production verification safely and within privacy and reliability constraints.
803
+ - [ ] **USEQ-DC2E122D** — Preserve enough historical telemetry to evaluate trends and reconstruct claim validity.
804
+ - [ ] **USEQ-83870806** — Review assurance cases after incidents, major changes, new threats, or changed obligations.
805
+ - [ ] **USEQ-73001BBE** — Retire claims and evidence when the corresponding system or obligation ends, subject to retention requirements.
806
+
807
+ ### Assurance review and release gates
808
+
809
+ - [ ] **USEQ-BACE71B2** — Conduct a structured challenge review of each material assurance case.
810
+ - [ ] **USEQ-E4B0B27B** — Verify claims are precise, evidence is relevant, arguments are valid, and limitations are visible.
811
+ - [ ] **USEQ-CA8CE5F9** — Include qualified representatives from product, engineering, operations, security, privacy, accessibility, data, legal, and safety as applicable.
812
+ - [ ] **USEQ-6C6059E7** — Confirm that open defects and exceptions are reflected in the claims rather than hidden outside the case.
813
+ - [ ] **USEQ-5797F11A** — Treat unsupported critical claims, stale evidence, unresolved defeaters, or inadequate independence as no-go conditions.
814
+ - [ ] **USEQ-54B2A382** — Require explicit risk acceptance for residual uncertainty that remains within policy.
815
+ - [ ] **USEQ-498728F8** — Record who reviewed, challenged, approved, rejected, or conditionally accepted the case.
816
+ - [ ] **USEQ-9513B3E9** — Preserve the exact assurance case with the released artifact and production configuration.
817
+ - [ ] **USEQ-775F8E10** — Define post-release observations required before a provisional claim becomes final.
818
+ - [ ] **USEQ-A4A4897A** — Revoke approval when required conditions, monitoring, or compensating controls fail.
819
+
820
+ ## Standards and source references
821
+
822
+ - [ISO/IEC/IEEE 29119-1:2022 — Software testing concepts](https://www.iso.org/standard/81291.html)
823
+ - [ISO/IEC/IEEE 29119-2:2021 — Test processes](https://www.iso.org/standard/79428.html)
824
+ - [ISO/IEC/IEEE 29119-3:2021 — Test documentation](https://www.iso.org/standard/79429.html)
825
+ - [ISO/IEC/IEEE 29119-4:2021 — Test techniques](https://www.iso.org/standard/79430.html)
826
+ - [RFC 9110 — HTTP Semantics](https://www.rfc-editor.org/rfc/rfc9110)
827
+ - [RFC 9457 — Problem Details for HTTP APIs](https://www.rfc-editor.org/rfc/rfc9457)
828
+ - [ISO/IEC/IEEE 29148:2018 — Requirements engineering](https://www.iso.org/standard/72089.html)
829
+ - [ISO/IEC/IEEE 12207:2026 — Software life cycle processes](https://www.iso.org/standard/90219.html)
830
+ - [ISO/IEC 25010:2023 — Product quality model](https://www.iso.org/standard/78176.html)
831
+ - [ISO/IEC 27701:2025 — Privacy information management systems](https://www.iso.org/standard/85819.html)
832
+ - [ISO/IEC 25019:2023 — Quality-in-use model](https://www.iso.org/standard/78177.html)
833
+ - [ISO 9241-210:2019 — Human-centred design](https://www.iso.org/standard/77520.html)
834
+ - [ISO/IEC 5055:2021 — Automated source code quality measures](https://www.iso.org/standard/80623.html)
835
+ - [NIST SP 800-218 v1.1 — Secure Software Development Framework](https://csrc.nist.gov/pubs/sp/800/218/final)
836
+ - [ISO 9001:2015 — Quality management systems](https://www.iso.org/standard/62085.html)
837
+ - [ISO/IEC/IEEE 16085:2021 — Life-cycle risk management](https://www.iso.org/standard/74385.html)
838
+
839
+ ---
840
+
841
+ [Previous phase](09-privacy-and-data-protection.md) · [Next: Phase 11: Developer experience, platform, and delivery](11-developer-experience-platform-and-delivery.md)