@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,785 @@
1
+ # AI, ML, and AI-assisted development
2
+
3
+ _Phase 15 of 16 in the [complete engineering review](00-overview.md)._
4
+
5
+ AI governance, data and model supply chains, evaluation, MLOps, agents, human oversight, incidents, and AI-assisted engineering.
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
+ ## AI, Machine Learning, Autonomous, and LLM Systems
10
+
11
+ _Consolidated from `quality standards/15-conditional-domains/05-ai-machine-learning-and-llm-systems.md`; 25 non-duplicative controls._
12
+
13
+ ### Universal controls
14
+
15
+ - [ ] **USEQ-2C5A990D** — Inventory every model, model version, provider, prompt, instruction template, tool, data source, retrieval system, embedding store, safety component, and evaluation set.
16
+ - [ ] **USEQ-08ACDAA3** — Classify the consequences of incorrect, biased, unsafe, manipulated, unavailable, or overly confident output.
17
+ - [ ] **USEQ-32B13D60** — Model instructions cannot override authorization, privacy, safety, compliance, or business rules.
18
+ - [ ] **USEQ-197BC632** — The model cannot choose credentials, tenants, resources, recipients, permissions, or financial destinations beyond the user's authorization.
19
+ - [ ] **USEQ-BC3602E0** — Model output is validated before use in code, queries, commands, templates, transactions, identity decisions, or security controls.
20
+ - [ ] **USEQ-96538752** — Sensitive data is excluded from prompts, retrieval, fine-tuning, evaluation, and training unless specifically approved.
21
+ - [ ] **USEQ-0D090FAC** — Provider retention, logging, human-review, model-training, and data-location terms are understood.
22
+ - [ ] **USEQ-A518D322** — Vector stores and embeddings preserve tenant boundaries, retention, deletion, and access changes.
23
+ - [ ] **USEQ-DC5087FC** — Retrieval poisoning, malicious documents, data contamination, model poisoning, and supply-chain compromise are addressed.
24
+ - [ ] **USEQ-A85B7AA6** — Training, fine-tuning, evaluation, prompt, and model data have provenance and governance.
25
+ - [ ] **USEQ-2E49E2AA** — Model, prompt, tool, retrieval, and safety changes are versioned, reviewed, tested, and approved.
26
+ - [ ] **USEQ-296AC402** — Evaluation sets cover accuracy, reliability, security, safety, privacy, bias, fairness, refusal, adversarial behavior, and misuse as applicable.
27
+ - [ ] **USEQ-C203537F** — Evaluations represent production languages, user groups, data distributions, and edge cases.
28
+ - [ ] **USEQ-0B71A9C7** — Hallucination, uncertainty, sources, and limitations are communicated appropriately.
29
+ - [ ] **USEQ-26AC7838** — High-impact decisions have suitable human review, explanation, appeal, and correction paths.
30
+ - [ ] **USEQ-E48B3005** — Output moderation and abuse detection match product risk.
31
+ - [ ] **USEQ-009D08C1** — Model denial of service, context exhaustion, tool loops, recursive calls, and cost amplification are bounded.
32
+ - [ ] **USEQ-D7B17CB8** — Rate, token, context, tool, concurrency, and spending limits are configured.
33
+ - [ ] **USEQ-C9282DB5** — Model and provider outages have tested fallback behavior.
34
+ - [ ] **USEQ-EF076436** — Model drift, quality regression, safety regression, and provider behavior changes are monitored.
35
+ - [ ] **USEQ-6D4A4F4E** — AI telemetry protects user privacy and does not unnecessarily record sensitive prompts or outputs.
36
+ - [ ] **USEQ-701EF00D** — Logs record model, prompt, tool, retrieval, and policy versions sufficiently for investigation.
37
+ - [ ] **USEQ-1F35FBC7** — Users know when they are interacting with or materially affected by AI where required.
38
+ - [ ] **USEQ-0C2884C7** — Applicable transparency, documentation, risk-assessment, copyright, data, human-oversight, and automated-decision rules are mapped.
39
+ - [ ] **USEQ-E5718654** — Retirement removes obsolete models, credentials, prompts, indexes, retained data, and tools safely.
40
+
41
+ ## AI, Machine Learning, MLOps, and AI-Assisted Development Master Checklist
42
+
43
+ _Consolidated from `gap supplement/05-ai-ml-mlops-and-ai-assisted-development.md`; 318 non-duplicative controls._
44
+
45
+ ### Expanded gap-closure controls
46
+
47
+ #### AI governance, inventory, and accountability
48
+
49
+ - [ ] **USEQ-C529B9D3** — Apply this checklist whenever a learned, probabilistic, generative, ranking, recommendation, classification, optimization, forecasting, biometric, or autonomous component materially influences product behavior or engineering work.
50
+ - [ ] **USEQ-814E1CE9** — Maintain a current inventory of models, model versions, prompts, system instructions, agents, tools, retrieval sources, embeddings, feature stores, training pipelines, evaluation sets, safety systems, providers, deployment endpoints, and downstream consumers.
51
+ - [ ] **USEQ-FD2B24B1** — Assign accountable business, product, model, data, security, privacy, safety, legal, compliance, accessibility, operations, and human-oversight owners according to impact.
52
+ - [ ] **USEQ-74CF2922** — Classify each system by affected users, decision consequence, reversibility, autonomy, scale, sensitivity, legal status, abuse potential, and dependence on probabilistic output.
53
+ - [ ] **USEQ-FAD9068A** — Document the intended purpose, excluded purposes, users, affected parties, operating conditions, expected benefit, assumptions, limitations, prohibited actions, and retirement criteria.
54
+ - [ ] **USEQ-7E87BDD7** — Define an AI risk-management lifecycle covering design, acquisition, data, development, evaluation, deployment, monitoring, incident response, change, and retirement.
55
+ - [ ] **USEQ-F7AD4215** — Require proportionately independent review for high-impact, safety-related, rights-affecting, financial, employment, education, healthcare, identity, law-enforcement, or public-sector uses.
56
+ - [ ] **USEQ-823F07DE** — Map applicable laws, sector rules, contracts, organizational policies, standards, licenses, intellectual-property rights, data-use commitments, and provider terms before development or procurement.
57
+ - [ ] **USEQ-D63FB3F4** — Maintain an AI system impact assessment that considers direct, indirect, cumulative, group, societal, environmental, accessibility, labor, and downstream effects.
58
+ - [ ] **USEQ-6A97D822** — Identify people who may be affected without being direct users and provide appropriate protection, notice, recourse, and monitoring.
59
+ - [ ] **USEQ-D8BEBA66** — Define risk appetite, unacceptable outcomes, stop conditions, escalation thresholds, approval authorities, and residual-risk owners before production use.
60
+ - [ ] **USEQ-96B9FB18** — Separate responsibility for building, evaluating, approving, operating, auditing, and accepting material AI risk where independence is required.
61
+ - [ ] **USEQ-B8096925** — Keep a traceable decision record for model selection, data selection, evaluation thresholds, safety controls, launch, exceptions, and material changes.
62
+ - [ ] **USEQ-DABACCB2** — Review the AI risk assessment whenever the purpose, population, geography, data, provider, model, prompt, tool, autonomy, or downstream use changes.
63
+ - [ ] **USEQ-8867EC56** — Prevent an experimental label from being used to bypass security, privacy, accessibility, safety, legal, documentation, or reliability requirements when real users or production data are involved.
64
+ - [ ] **USEQ-B399DE71** — Provide governance for shadow AI use, unregistered models, personal accounts, browser extensions, local models, and unsanctioned data uploads.
65
+ - [ ] **USEQ-AC261112** — Define who can pause, disable, roll back, isolate, or permanently retire an AI capability during an incident.
66
+
67
+ #### Use-case boundaries and consequential decisions
68
+
69
+ - [ ] **USEQ-041598F3** — Use AI only where its demonstrated benefit exceeds the risks and a simpler deterministic method is not clearly more suitable.
70
+ - [ ] **USEQ-0D09CDA5** — Do not delegate a decision merely because data and a model are available; establish a legitimate purpose and decision owner.
71
+ - [ ] **USEQ-FB01B22D** — Define which outputs are advisory, draft, ranked, automated, determinative, or capable of triggering tools and side effects.
72
+ - [ ] **USEQ-7D39EBC4** — Enforce purpose and authority outside the model so prompts or outputs cannot expand the system's permitted role.
73
+ - [ ] **USEQ-20555083** — Identify decisions that require a human, dual control, professional judgment, due process, or a deterministic rule.
74
+ - [ ] **USEQ-2FC26B87** — Keep irreversible, destructive, safety-critical, rights-affecting, financial, legal, and externally binding actions behind independently validated controls and appropriate confirmation.
75
+ - [ ] **USEQ-8521E67B** — Define confidence, uncertainty, abstention, escalation, and fallback behavior for each material task.
76
+ - [ ] **USEQ-48E1F506** — Prefer refusal, safe degradation, or handoff when inputs are outside the validated operating domain.
77
+ - [ ] **USEQ-99E4E2DD** — Ensure the system does not present generated content, predictions, classifications, or recommendations as established facts beyond available evidence.
78
+ - [ ] **USEQ-4549C1EB** — Prevent conversational fluency, personalization, anthropomorphism, emotional language, or interface design from overstating capability, authority, consciousness, confidentiality, or professional qualification.
79
+ - [ ] **USEQ-4820BFF1** — Disclose material AI involvement when users need it to make an informed choice or when law, policy, contract, or safety requires it.
80
+ - [ ] **USEQ-A79E9D12** — Provide a non-AI or assisted path where exclusion, accessibility, due process, or essential-service access requires one.
81
+ - [ ] **USEQ-34C36FCB** — Make material decisions contestable and correctable, with an understandable route to human review where appropriate.
82
+ - [ ] **USEQ-22AA7070** — Do not infer or use highly sensitive traits unless necessity, legality, validity, proportionality, and protection have been established.
83
+ - [ ] **USEQ-26F1B463** — Do not repurpose outputs for a materially different decision without a new impact assessment and validation.
84
+ - [ ] **USEQ-3FA42F8C** — Prevent secondary users from treating an output as valid for populations, contexts, languages, or decisions outside the documented scope.
85
+ - [ ] **USEQ-9C03D06C** — Define the acceptable frequency and impact of false positives, false negatives, ranking errors, hallucinations, refusals, and harmful recommendations by use case.
86
+ - [ ] **USEQ-89A25C8A** — Require safer defaults for children, vulnerable people, coercive contexts, and users who may mistake the system for a human or authority.
87
+
88
+ #### Data rights, provenance, preparation, and governance
89
+
90
+ - [ ] **USEQ-C65B1084** — Document the origin, ownership, license, consent, collection context, allowed purposes, geographic constraints, sensitivity, quality, representation, and retention of every material data source.
91
+ - [ ] **USEQ-4F1A4158** — Verify that training, fine-tuning, retrieval, evaluation, logging, feedback, and monitoring uses are authorized independently rather than assuming one permission covers all uses.
92
+ - [ ] **USEQ-480594DD** — Exclude data that was unlawfully obtained, contractually prohibited, inappropriately sensitive, materially inaccurate, or incapable of required deletion and governance.
93
+ - [ ] **USEQ-C72C1169** — Minimize personal, confidential, copyrighted, regulated, and security-sensitive data throughout the AI lifecycle.
94
+ - [ ] **USEQ-9E30F902** — Use privacy-preserving, synthetic, aggregated, pseudonymized, or deidentified data where it can meet the validated objective with less risk.
95
+ - [ ] **USEQ-23095819** — Assess whether deidentification remains effective after linkage, embedding, memorization, model access, retrieval, and output generation.
96
+ - [ ] **USEQ-7C20FBBF** — Preserve data lineage from raw source through filtering, labeling, transformation, splitting, augmentation, training, evaluation, and deployment.
97
+ - [ ] **USEQ-210D4834** — Record dataset, label, feature, prompt, retrieval-corpus, and preprocessing versions in every reproducible experiment and release.
98
+ - [ ] **USEQ-A53F8A85** — Define data-quality requirements for relevance, representativeness, completeness, accuracy, timeliness, consistency, duplication, contamination, and labeling reliability.
99
+ - [ ] **USEQ-839FD21F** — Measure coverage across intended languages, regions, demographics, disabilities, devices, domains, edge conditions, and rare but consequential cases.
100
+ - [ ] **USEQ-3A16FE4E** — Investigate sampling, measurement, historical, survivorship, selection, label, annotation, and feedback-loop bias.
101
+ - [ ] **USEQ-F5094424** — Use qualified annotators, documented instructions, disagreement handling, quality sampling, worker protection, and fair labor practices for human labeling.
102
+ - [ ] **USEQ-4CEB862D** — Separate training, validation, test, red-team, and audit sets sufficiently to prevent leakage and optimistic evaluation.
103
+ - [ ] **USEQ-49A7E146** — Detect benchmark contamination, near duplicates, memorized test examples, and evaluation-set tuning.
104
+ - [ ] **USEQ-7F84BAAD** — Protect data pipelines, labeling systems, feature stores, retrieval stores, and feedback channels against poisoning, unauthorized change, and provenance loss.
105
+ - [ ] **USEQ-F61A6BFD** — Record deletions, corrections, consent withdrawals, legal holds, and source restrictions, and propagate them to derived datasets and retrieval systems as required.
106
+ - [ ] **USEQ-41415588** — Define whether and how a trained artifact can honor deletion, unlearning, suppression, retraining, or future exclusion obligations.
107
+ - [ ] **USEQ-5B1BC6E2** — Prevent prompts, conversations, feedback, traces, and outputs from becoming training data by default unless the purpose, notice, permission, retention, and safeguards permit it.
108
+ - [ ] **USEQ-A764BBDF** — Review public or scraped data for access conditions, privacy expectations, robots or contractual restrictions, intellectual-property risk, harmful content, and vulnerable-population impact.
109
+ - [ ] **USEQ-E13A6AE0** — Document unavoidable data gaps and restrict deployment or confidence claims accordingly.
110
+
111
+ #### Model, component, and provider supply chain
112
+
113
+ - [ ] **USEQ-9AE49D07** — Inventory every foundation model, adapter, checkpoint, tokenizer, embedding model, reranker, safety model, library, runtime, dataset, evaluation tool, and hosted service in the deployed system.
114
+ - [ ] **USEQ-18F634F5** — Record publisher, source, version, immutable digest, license, provenance, release date, support status, known limitations, and approved use for each component.
115
+ - [ ] **USEQ-CB45E043** — Obtain models and artifacts through authenticated, integrity-checked, approved channels.
116
+ - [ ] **USEQ-ED7BBF05** — Scan model files and supporting artifacts for unsafe serialization, executable payloads, secrets, malware, unexpected code, and incompatible licenses.
117
+ - [ ] **USEQ-71ADB251** — Treat model cards, benchmark claims, certifications, safety reports, and provider assurances as evidence inputs rather than proof of local fitness.
118
+ - [ ] **USEQ-3F6CA513** — Evaluate a provider's security, privacy, data use, retention, training, isolation, availability, change-control, incident, audit, deletion, geographic, support, and exit terms.
119
+ - [ ] **USEQ-27B05EE5** — Ensure provider contracts address input and output rights, confidential data, model improvement, subprocessors, breach notification, service changes, deletion, portability, and continuity.
120
+ - [ ] **USEQ-122CF489** — Prevent a provider from changing a model, safety policy, retention behavior, endpoint, price, or material capability without detection and impact review.
121
+ - [ ] **USEQ-8B70FE23** — Pin model and API versions when stability is required and monitor announced and silent behavior changes.
122
+ - [ ] **USEQ-FD546F9D** — Maintain an alternative, fallback, degraded mode, or orderly shutdown path for critical provider dependence.
123
+ - [ ] **USEQ-6B13F795** — Evaluate concentration, geopolitical, export-control, sanctions, availability, lock-in, and proprietary-format risks.
124
+ - [ ] **USEQ-6518E104** — Track vulnerabilities and security advisories for models, runtimes, orchestration libraries, data tools, vector stores, accelerators, and inference infrastructure.
125
+ - [ ] **USEQ-CA69E6B9** — Require signed or otherwise verifiable release artifacts and maintain a software and model bill of materials proportionate to risk.
126
+ - [ ] **USEQ-DFDEDE7C** — Control access to model registries and prevent unauthorized replacement, rollback, deletion, promotion, or public publication.
127
+ - [ ] **USEQ-C493B4D5** — Separate experimental, internal, customer-specific, and production models and credentials.
128
+ - [ ] **USEQ-6A22F149** — Review community models, plugins, tools, skills, prompts, and agent packages as untrusted supply-chain components.
129
+
130
+ #### Experimentation and reproducibility
131
+
132
+ - [ ] **USEQ-7F60FE82** — State a falsifiable hypothesis, baseline, target metric, guardrails, population, and decision rule before a material experiment.
133
+ - [ ] **USEQ-73B85E38** — Record code, data, model, prompt, hyperparameter, seed, environment, hardware, dependency, compiler, runtime, and configuration versions.
134
+ - [ ] **USEQ-F2B8DD90** — Make material experiments reproducible within defined tolerances or document why nondeterminism prevents exact reproduction.
135
+ - [ ] **USEQ-37A37302** — Capture random seeds and sources of nondeterminism without falsely implying that one seed establishes robustness.
136
+ - [ ] **USEQ-9D121A7B** — Use representative baselines, including a no-model or simpler-model baseline where relevant.
137
+ - [ ] **USEQ-965D57C2** — Prevent test-set and production-outcome leakage into model selection.
138
+ - [ ] **USEQ-675A6565** — Predefine primary, secondary, safety, fairness, privacy, cost, and operational metrics.
139
+ - [ ] **USEQ-EEEFE531** — Use sample sizes, uncertainty intervals, repeated runs, statistical tests, and multiple-comparison controls appropriate to the decision.
140
+ - [ ] **USEQ-7E7D22B7** — Report negative, inconclusive, and failed experiments rather than retaining only favorable results.
141
+ - [ ] **USEQ-FFA16547** — Record experiment lineage and approval so a production artifact can be traced to its evidence.
142
+ - [ ] **USEQ-8EA244EE** — Review whether offline metrics predict real user outcomes before relying on them.
143
+ - [ ] **USEQ-49F0F65F** — Use controlled online experiments only when exposure, consent, monitoring, stopping, rollback, and harm controls are adequate.
144
+ - [ ] **USEQ-8EF29710** — Prevent an experiment from changing a consequential decision rule without the required approval and notice.
145
+ - [ ] **USEQ-8D4A14CC** — Test interactions among model, prompt, retrieval, tool, policy, UI, latency, and fallback rather than evaluating each in isolation only.
146
+ - [ ] **USEQ-2E44B61A** — Re-run affected evaluations after any material data, model, prompt, tool, provider, infrastructure, or policy change.
147
+ - [ ] **USEQ-7EB60DD2** — Retain enough artifacts and metadata to investigate a later incident without retaining unnecessary sensitive data.
148
+
149
+ #### Training, fine-tuning, and model construction
150
+
151
+ - [ ] **USEQ-CB5CDE0E** — Define the training objective and verify that optimizing it does not create unacceptable proxy behavior or incentives.
152
+ - [ ] **USEQ-9257FF1A** — Validate preprocessing, tokenization, normalization, augmentation, feature generation, and label transformations independently.
153
+ - [ ] **USEQ-ED1D1451** — Prevent train-serving skew by sharing validated transformation definitions or verifying exact equivalence.
154
+ - [ ] **USEQ-B7458F12** — Use bounded, reviewed, and observable training jobs with resource, cost, security, and privacy limits.
155
+ - [ ] **USEQ-75F53D23** — Protect training credentials, checkpoints, intermediate artifacts, logs, and distributed communication.
156
+ - [ ] **USEQ-2C07474B** — Validate checkpoint integrity before resume, fine-tuning, merge, quantization, conversion, or deployment.
157
+ - [ ] **USEQ-AF891A4E** — Review fine-tuning and preference data for poisoning, hidden triggers, sensitive content, policy conflict, and representation gaps.
158
+ - [ ] **USEQ-D244FD2A** — Measure catastrophic forgetting, capability regression, safety regression, and unexpected transfer after fine-tuning or adaptation.
159
+ - [ ] **USEQ-B93196E6** — Control model merging, distillation, compression, pruning, quantization, and conversion as material changes requiring renewed evaluation.
160
+ - [ ] **USEQ-30D5B880** — Document hyperparameter search space, stopping criteria, selection rule, compute budget, and discarded candidates.
161
+ - [ ] **USEQ-9CA4ABA8** — Prevent production selection based on one favorable run or an unrepresentative benchmark.
162
+ - [ ] **USEQ-CD2A10DD** — Assess memorization and extraction risk, especially for rare, identifying, confidential, or copyrighted examples.
163
+ - [ ] **USEQ-04E2B43F** — Apply privacy-enhancing training methods when required and validate their actual utility and privacy tradeoffs.
164
+ - [ ] **USEQ-2454E46F** — Track environmental and resource impact where training or inference is material and consider smaller or more efficient alternatives.
165
+ - [ ] **USEQ-188AEBC2** — Prevent training infrastructure from writing unrestricted artifacts to public or weakly controlled storage.
166
+ - [ ] **USEQ-1584DD7E** — Review generated training data for model collapse, inherited errors, homogenization, attribution loss, and circular evaluation.
167
+ - [ ] **USEQ-32D1AB90** — Validate safety tuning in the actual supported languages and contexts rather than assuming transfer from a dominant language.
168
+
169
+ #### Evaluation design and quality assurance
170
+
171
+ - [ ] **USEQ-B5FE544A** — Create an evaluation plan derived from intended use, affected parties, threat model, hazards, quality attributes, and failure consequences.
172
+ - [ ] **USEQ-0A64DD0D** — Evaluate correctness, usefulness, robustness, reliability, calibration, uncertainty, safety, security, privacy, fairness, accessibility, latency, throughput, cost, and environmental impact as applicable.
173
+ - [ ] **USEQ-F16359EE** — Use task-representative, current, sufficiently difficult, independently reviewed evaluation sets.
174
+ - [ ] **USEQ-07D4E2DB** — Include normal, boundary, malformed, ambiguous, adversarial, multilingual, accessibility-related, rare, and high-consequence cases.
175
+ - [ ] **USEQ-69C50645** — Measure per-group and per-context performance rather than relying only on aggregate averages.
176
+ - [ ] **USEQ-771A15A8** — Report distribution, confidence intervals, worst-case behavior, and failure examples in addition to a headline score.
177
+ - [ ] **USEQ-5FDC029A** — Evaluate both false-positive and false-negative harm and the distribution of burden created by errors.
178
+ - [ ] **USEQ-356476AA** — Calibrate scores and confidence claims against observed outcome frequencies where probabilities are presented or used.
179
+ - [ ] **USEQ-03C47BD1** — Test abstention and escalation quality, including whether the model abstains disproportionately or at the wrong times.
180
+ - [ ] **USEQ-F1649342** — Use blinded or independent human evaluation where subjective judgment is material.
181
+ - [ ] **USEQ-4F510C10** — Define evaluator qualifications, rubrics, disagreement resolution, inter-rater reliability, and conflict controls.
182
+ - [ ] **USEQ-13A7712A** — Protect evaluation workers from harmful content and provide suitable training, support, and exposure limits.
183
+ - [ ] **USEQ-C8AE2073** — Assess accessibility of AI-generated interfaces, summaries, captions, descriptions, code, documents, and interaction patterns.
184
+ - [ ] **USEQ-C6205AB5** — Validate factuality using authoritative references and source-grounding checks suitable to the domain.
185
+ - [ ] **USEQ-230C12A5** — Evaluate citation correctness, source relevance, quote accuracy, and whether generated references actually support claims.
186
+ - [ ] **USEQ-BCC4C62F** — Test long-context behavior, context ordering, truncation, conflicting sources, stale retrieval, and distractors when relevant.
187
+ - [ ] **USEQ-6E978130** — Evaluate multi-turn consistency, memory boundaries, identity continuity, refusal persistence, and recovery from earlier mistakes.
188
+ - [ ] **USEQ-DF342A34** — Test the integrated product under production-like latency, concurrency, quotas, failures, moderation, and UI conditions.
189
+ - [ ] **USEQ-999B68D7** — Use adversarial testing and red teams independent from the builders for systems with material impact.
190
+ - [ ] **USEQ-E5EDCDBA** — Track evaluation-set version, model version, configuration, prompt, tool permissions, and result provenance.
191
+ - [ ] **USEQ-0EF2BECE** — Set release thresholds and no-go failures before observing the final results where practical.
192
+ - [ ] **USEQ-0AC929A5** — Retain representative failure cases as regression tests without exposing sensitive or harmful data unnecessarily.
193
+
194
+ #### Fairness, inclusion, accessibility, and human factors
195
+
196
+ - [ ] **USEQ-B4BBA5B4** — Identify protected, vulnerable, underrepresented, and contextually disadvantaged groups relevant to the actual use.
197
+ - [ ] **USEQ-25746967** — Assess whether the problem definition, target, label, proxy, data, interface, deployment, or feedback loop can create inequitable outcomes.
198
+ - [ ] **USEQ-F6FE00F8** — Select fairness concepts and metrics that correspond to the concrete harm rather than applying a generic parity metric blindly.
199
+ - [ ] **USEQ-313223A4** — Document incompatible fairness objectives and who authorized the chosen tradeoff.
200
+ - [ ] **USEQ-A2551695** — Evaluate intersectional and small-group outcomes where aggregate categories can hide harm.
201
+ - [ ] **USEQ-9F00F826** — Investigate missingness, lower-quality data, language coverage, assistive-technology use, and differing access conditions as sources of unequal error.
202
+ - [ ] **USEQ-CF63258B** — Test whether thresholds, abstention, escalation, identity checks, fraud controls, and moderation burden groups differently.
203
+ - [ ] **USEQ-0A97658F** — Ensure human reviewers receive enough context and training to correct rather than amplify model bias.
204
+ - [ ] **USEQ-9D4D9C88** — Avoid presenting protected-trait inference, emotion inference, personality inference, or risk scoring as objective fact when scientific validity is weak or context dependent.
205
+ - [ ] **USEQ-D8207FA6** — Do not use accessibility needs, disability signals, language, device quality, or behavioral differences as harmful proxies.
206
+ - [ ] **USEQ-10FA0F4D** — Make explanations and recourse understandable to the affected audience and accessible through supported modalities.
207
+ - [ ] **USEQ-8298717B** — Provide reasonable alternatives when voice, vision, motion, cognition, literacy, language, or device assumptions exclude users.
208
+ - [ ] **USEQ-F3A9EE15** — Test whether generated descriptions, captions, summaries, translations, and recommendations preserve essential meaning for disabled users.
209
+ - [ ] **USEQ-F38A1B69** — Include affected communities and domain experts in design and evaluation proportionate to risk.
210
+ - [ ] **USEQ-4EA0B410** — Monitor disparate impact and complaint patterns after deployment, not only before launch.
211
+ - [ ] **USEQ-84239BB3** — Prevent personalization from creating discriminatory prices, eligibility, reach, service quality, or information access without lawful and justified grounds.
212
+
213
+ #### Robustness, reliability, and uncertainty
214
+
215
+ - [ ] **USEQ-EAECD5B4** — Define the validated operating domain, input ranges, languages, modalities, task types, and environmental conditions.
216
+ - [ ] **USEQ-07AA5338** — Detect or safely handle out-of-distribution, corrupted, adversarial, incomplete, stale, and conflicting input.
217
+ - [ ] **USEQ-6EF822C9** — Measure sensitivity to paraphrase, ordering, formatting, spelling, noise, prompt framing, irrelevant context, and minor data changes.
218
+ - [ ] **USEQ-8607FB55** — Evaluate stability across repeated runs and quantify nondeterminism where it affects user expectations or decisions.
219
+ - [ ] **USEQ-25B208C7** — Use deterministic validation for formats, ranges, permissions, calculations, business rules, and side effects that must be exact.
220
+ - [ ] **USEQ-1C0FC607** — Do not use model confidence as a substitute for calibrated uncertainty or external validation.
221
+ - [ ] **USEQ-26D2EEF9** — Define fallback behavior for model timeout, quota exhaustion, provider outage, safety-system outage, retrieval failure, tool failure, malformed output, and policy conflict.
222
+ - [ ] **USEQ-5AEB2EF3** — Ensure degraded modes fail visibly and safely rather than silently substituting lower-quality or differently governed behavior.
223
+ - [ ] **USEQ-4C760B55** — Prevent retries from creating duplicate external actions or unbounded cost.
224
+ - [ ] **USEQ-553B4185** — Use idempotency, transaction boundaries, compensation, and confirmation for model-initiated side effects.
225
+ - [ ] **USEQ-11D17067** — Bound context, output, recursion, tool calls, steps, time, memory, compute, network, and monetary cost.
226
+ - [ ] **USEQ-50EEA27A** — Test long-running and agentic workflows for drift from the original goal, accumulating error, and unsafe continuation.
227
+ - [ ] **USEQ-5E9067FC** — Verify that a human can pause, inspect, correct, resume, and terminate consequential workflows.
228
+ - [ ] **USEQ-5EDE5164** — Monitor upstream data freshness and distinguish missing evidence from evidence of absence.
229
+ - [ ] **USEQ-9131BDD3** — Prevent stale models, embeddings, policies, prompts, or retrieval indexes from being treated as current without detection.
230
+ - [ ] **USEQ-270F3C01** — Validate behavior after dependency, hardware, quantization, compiler, runtime, locale, and infrastructure changes.
231
+ - [ ] **USEQ-98682F5F** — Define recovery and reconciliation for incomplete AI-driven workflows.
232
+
233
+ #### AI and model security
234
+
235
+ - [ ] **USEQ-9DF37D00** — Threat-model model theft, extraction, inversion, membership inference, training-data leakage, poisoning, evasion, adversarial examples, hidden triggers, unsafe serialization, and supply-chain compromise.
236
+ - [ ] **USEQ-15EDD801** — Restrict access to training data, model weights, checkpoints, system prompts, evaluation sets, embeddings, safety policies, and privileged endpoints according to sensitivity.
237
+ - [ ] **USEQ-B15DC6F6** — Use separate identities and least privilege for training, evaluation, deployment, retrieval, monitoring, and administration.
238
+ - [ ] **USEQ-B7EDE7E8** — Prevent public or tenant-scoped inputs from crossing user, tenant, region, or confidentiality boundaries through caches, memory, retrieval, logs, fine-tuning, or provider behavior.
239
+ - [ ] **USEQ-6BAFF5D7** — Apply authentication, authorization, rate limits, quotas, anomaly detection, and abuse controls to inference and model-management endpoints.
240
+ - [ ] **USEQ-EBFC942E** — Protect model and prompt intellectual property without relying on secrecy as the only safety control.
241
+ - [ ] **USEQ-73282252** — Test for extraction through repeated querying, probability outputs, embeddings, error messages, and side channels.
242
+ - [ ] **USEQ-7E587625** — Minimize output detail, logits, confidence data, or debug information when it materially increases extraction or inference risk.
243
+ - [ ] **USEQ-987DF294** — Protect feedback and reinforcement channels from coordinated manipulation and sybil attacks.
244
+ - [ ] **USEQ-37715BDE** — Validate uploaded models, adapters, datasets, notebooks, prompts, tools, and serialized artifacts in isolated environments.
245
+ - [ ] **USEQ-DE3A04CA** — Prevent training or inference code from executing untrusted content with host, cloud, network, or secret access.
246
+ - [ ] **USEQ-FC4C23B5** — Monitor unexpected model size, digest, registry, permission, network, cost, latency, refusal, and output-distribution changes.
247
+ - [ ] **USEQ-8A02B572** — Use tamper-evident provenance and promotion records for high-impact models.
248
+ - [ ] **USEQ-E82328B8** — Red-team cross-tenant leakage, secret elicitation, policy bypass, encoded attacks, multilingual attacks, indirect instruction, and persistence.
249
+ - [ ] **USEQ-1FA84F69** — Include AI systems in vulnerability management, incident response, forensic readiness, backup, recovery, and supplier-risk processes.
250
+ - [ ] **USEQ-C9DEAD72** — Define a coordinated disclosure path for model, prompt, evaluation, data, and agent vulnerabilities.
251
+ - [ ] **USEQ-13602AAE** — Prevent security filters from becoming the sole authorization or data-loss-prevention boundary.
252
+
253
+ #### Generative AI, retrieval, prompts, tools, and agents
254
+
255
+ - [ ] **USEQ-AF20A1A9** — Treat system instructions, developer instructions, user prompts, retrieved documents, web pages, files, tool results, memory, metadata, and model outputs as inputs with distinct trust levels.
256
+ - [ ] **USEQ-82711812** — Enforce instruction priority, authorization, data boundaries, and tool policy in trusted code rather than relying only on natural-language instructions.
257
+ - [ ] **USEQ-3CC8B60E** — Assume direct and indirect prompt injection can occur and design so successful injection cannot exceed independently enforced authority.
258
+ - [ ] **USEQ-0D2EF3BB** — Keep secrets, credentials, hidden policies, unrelated user data, internal reasoning artifacts, and privileged context out of model context unless strictly necessary and protected.
259
+ - [ ] **USEQ-9066469A** — Sanitize and label retrieved content without treating sanitization as a complete prompt-injection defense.
260
+ - [ ] **USEQ-2B691284** — Authorize retrieval before content enters the model and recheck authorization before output or side effects.
261
+ - [ ] **USEQ-341FBC64** — Preserve tenant, user, purpose, region, retention, and sensitivity metadata through chunking, embedding, indexing, retrieval, caching, and citation.
262
+ - [ ] **USEQ-8B6857A6** — Validate retrieval freshness, source identity, relevance, authority, coverage, contradiction, and permission.
263
+ - [ ] **USEQ-25F2FD1D** — Provide citations or source traces when needed, and verify that every cited source exists and supports the associated claim.
264
+ - [ ] **USEQ-B5516B69** — Distinguish model-generated statements from retrieved or deterministic facts in the product architecture and user interface where material.
265
+ - [ ] **USEQ-EA11C0C3** — Constrain structured output with schema validation and reject, repair, or escalate malformed output safely.
266
+ - [ ] **USEQ-309DD707** — Encode or sanitize generated output for its destination context before rendering, executing, storing, sending, querying, or compiling it.
267
+ - [ ] **USEQ-17CCC437** — Never execute generated code, commands, queries, templates, URLs, configurations, or workflow definitions without independent policy, validation, isolation, and approval appropriate to impact.
268
+ - [ ] **USEQ-DE757839** — Give each tool a narrow identity, explicit operation set, parameter schema, resource scope, budget, timeout, and audit trail.
269
+ - [ ] **USEQ-8BFD9B81** — Require renewed authorization for high-impact tool calls and prevent the model from self-granting permissions.
270
+ - [ ] **USEQ-191B4C8D** — Use previews and human confirmation for destructive, financial, public, legal, security, privacy, account, infrastructure, or irreversible actions.
271
+ - [ ] **USEQ-7F7AA7C2** — Limit agent recursion, delegation, parallelism, child agents, self-modification, memory, context expansion, and external communication.
272
+ - [ ] **USEQ-D296B587** — Prevent agents from creating hidden persistence, accounts, credentials, scheduled work, infrastructure, or subscriptions without explicit authority.
273
+ - [ ] **USEQ-3425618B** — Isolate browser, interpreter, file, network, code-execution, and computer-control environments and reset them between users or tasks as required.
274
+ - [ ] **USEQ-5212224D** — Restrict outbound network destinations and defend against server-side request forgery, data exfiltration, malicious downloads, and unsafe redirects.
275
+ - [ ] **USEQ-6AC50F7F** — Treat external tool output as untrusted even when the tool itself is approved.
276
+ - [ ] **USEQ-773557D7** — Verify that memory creation, retrieval, correction, expiry, deletion, and cross-session use are transparent and authorized.
277
+ - [ ] **USEQ-11C0DFF6** — Do not store sensitive conversation memory merely because personalization is convenient.
278
+ - [ ] **USEQ-C3984280** — Test jailbreaks, prompt leakage, policy conflict, role confusion, multi-turn escalation, context poisoning, tool misuse, hidden instructions, and malicious files.
279
+ - [ ] **USEQ-F2FE87FF** — Ensure refusals do not reveal prohibited material and do not prevent legitimate safety, accessibility, or recovery use without recourse.
280
+ - [ ] **USEQ-FE69F909** — Moderate both inputs and outputs according to the actual harm model while retaining the minimum necessary data.
281
+ - [ ] **USEQ-952B24B4** — Provide a kill switch for tool use and a separate capability to disable the model while preserving essential deterministic product functions.
282
+
283
+ #### MLOps, deployment, and release engineering
284
+
285
+ - [ ] **USEQ-F3DA7D88** — Use version control and review for training code, inference code, prompts, policies, feature definitions, data transformations, evaluation logic, deployment manifests, and infrastructure.
286
+ - [ ] **USEQ-13FDD0E8** — Use immutable identifiers for models, datasets, prompts, retrieval indexes, feature definitions, policies, and evaluation suites.
287
+ - [ ] **USEQ-CFD67264** — Trace every production response or decision to the relevant deployed versions where impact and privacy permit.
288
+ - [ ] **USEQ-EDEEF0CC** — Separate development, experimentation, validation, shadow, canary, and production environments and data access.
289
+ - [ ] **USEQ-60454DA3** — Require reproducible, authenticated, integrity-checked build and promotion paths for models and associated artifacts.
290
+ - [ ] **USEQ-7C1585D4** — Prevent direct manual replacement of a production model or prompt without an auditable emergency process.
291
+ - [ ] **USEQ-3BC056D6** — Validate feature and preprocessing equivalence between training and serving.
292
+ - [ ] **USEQ-1EEA8D0C** — Use a model registry or equivalent controlled inventory with stages, owners, evidence, approvals, and retirement state.
293
+ - [ ] **USEQ-9CCF6F87** — Package required tokenizer, preprocessing, schema, policy, calibration, and compatibility metadata with the model release.
294
+ - [ ] **USEQ-767F858F** — Test backward and forward compatibility among model, client, feature, schema, retrieval, prompt, tool, and output consumers.
295
+ - [ ] **USEQ-004EB3A6** — Use shadow evaluation, canary cohorts, champion-challenger comparison, or staged rollout where impact warrants it.
296
+ - [ ] **USEQ-8002BB09** — Define automated and human rollout gates for quality, safety, security, fairness, latency, throughput, availability, cost, and business integrity.
297
+ - [ ] **USEQ-E63926B7** — Maintain a previous known-good model, prompt, policy, and retrieval index when rollback is feasible.
298
+ - [ ] **USEQ-67F31DA5** — Test rollback and roll-forward, including state, memory, embeddings, cache, and schema compatibility.
299
+ - [ ] **USEQ-39098812** — Handle provider or model nondeterminism when comparing canary and control populations.
300
+ - [ ] **USEQ-2EEA3BC7** — Prevent online learning, feedback updates, and self-modification from entering production without bounded, reviewed promotion.
301
+ - [ ] **USEQ-683E2947** — Validate accelerator, runtime, compiler, quantization, serving engine, batching, and hardware changes as model changes when output can differ.
302
+ - [ ] **USEQ-37EF3EDD** — Capacity-test inference, retrieval, safety filters, tool services, queues, and provider quotas under peak and abuse load.
303
+ - [ ] **USEQ-58DDDF7C** — Use admission control, prioritization, backpressure, caching, batching, and load shedding without violating isolation, freshness, or user safety.
304
+ - [ ] **USEQ-014BF5FE** — Monitor cost per task, token or compute amplification, runaway agents, retry storms, and unexpectedly expensive inputs.
305
+ - [ ] **USEQ-45CF19C0** — Include AI components in deployment records, configuration drift detection, disaster recovery, and production-readiness evidence.
306
+
307
+ #### Production monitoring, drift, and feedback loops
308
+
309
+ - [ ] **USEQ-FFCBD920** — Define production indicators for input quality, output quality, safety, security, fairness, refusal, calibration, latency, availability, saturation, cost, and user outcomes.
310
+ - [ ] **USEQ-81C152F9** — Monitor input, feature, label, concept, population, retrieval, embedding, output, policy, and provider drift as applicable.
311
+ - [ ] **USEQ-9666549A** — Use reference distributions and thresholds appropriate to each signal; do not treat every statistical difference as harmful drift.
312
+ - [ ] **USEQ-F280064F** — Detect silent upstream schema, semantic, unit, category, timestamp, and missingness changes.
313
+ - [ ] **USEQ-30EC58C5** — Measure quality using delayed ground truth, expert review, user correction, audits, reconciliation, and representative sampling where direct labels are unavailable.
314
+ - [ ] **USEQ-99CE268F** — Protect feedback metrics against gaming, selection bias, survivorship bias, harassment, coordinated manipulation, and automation.
315
+ - [ ] **USEQ-5C19854F** — Separate user preference from factual correctness, safety, legal compliance, and protected rights.
316
+ - [ ] **USEQ-5D28AC18** — Monitor by relevant language, region, device, group, task, tenant, model version, prompt version, provider, and failure mode.
317
+ - [ ] **USEQ-27A8B5D5** — Track harmful exposure and downstream impact, not only the number of generated outputs or blocked requests.
318
+ - [ ] **USEQ-627BB632** — Detect data leakage, repeated sensitive strings, anomalous citations, prohibited tool use, unexpected network destinations, and cross-user similarity where appropriate.
319
+ - [ ] **USEQ-1257C1CC** — Monitor model and provider changes using recurring golden tests, behavioral fingerprints, and change-point analysis.
320
+ - [ ] **USEQ-DA805FFF** — Ensure monitoring itself does not collect excessive prompts, outputs, personal data, secrets, or copyrighted content.
321
+ - [ ] **USEQ-A8219EEA** — Provide protected sampling and access controls for human review of production interactions.
322
+ - [ ] **USEQ-CB3AFE81** — Define when drift triggers investigation, recalibration, retraining, policy change, rollback, restricted scope, or suspension.
323
+ - [ ] **USEQ-5795AC64** — Track unresolved model limitations, recurring user corrections, escalations, appeals, incidents, and near misses.
324
+ - [ ] **USEQ-078062DD** — Close the loop by converting production failures into data fixes, evaluation cases, product changes, safety controls, documentation, and regression tests.
325
+ - [ ] **USEQ-F4627883** — Review whether optimization feedback loops amplify popularity, bias, fraud, polarization, low-quality content, or exclusion.
326
+ - [ ] **USEQ-F7E09645** — Maintain an external reporting path for affected users, researchers, customers, and security reporters.
327
+
328
+ #### Human oversight, explanations, and recourse
329
+
330
+ - [ ] **USEQ-61953451** — Define the exact role, authority, competence, workload, information, and response time required of human reviewers.
331
+ - [ ] **USEQ-27053648** — Ensure a human-in-the-loop control is operationally real rather than a nominal approval under impossible volume or time pressure.
332
+ - [ ] **USEQ-8410B1CC** — Provide reviewers the original input, relevant evidence, model output, uncertainty, applicable policy, prior history, and limitations needed to decide.
333
+ - [ ] **USEQ-027CBA6B** — Prevent automation bias by training reviewers, presenting uncertainty, and making independent assessment possible.
334
+ - [ ] **USEQ-5283D0F9** — Measure reviewer disagreement, override, fatigue, consistency, delay, and error.
335
+ - [ ] **USEQ-372E6D8F** — Escalate cases beyond a reviewer's competence or authority.
336
+ - [ ] **USEQ-09AA097A** — Record consequential human overrides and reasons without discouraging justified correction.
337
+ - [ ] **USEQ-EA629B07** — Provide explanations that are faithful to the actual decision mechanism and useful for the user's action or appeal.
338
+ - [ ] **USEQ-FF8035D0** — Do not present generated rationales as causal explanations unless their fidelity has been established.
339
+ - [ ] **USEQ-3836C247** — Explain material data categories, factors, thresholds, source limitations, and human involvement at an appropriate level.
340
+ - [ ] **USEQ-64875AE5** — Provide meaningful notice and recourse without exposing trade secrets, security controls, other people's data, or evasion-sensitive detail unnecessarily.
341
+ - [ ] **USEQ-1DC6F83B** — Allow correction of inaccurate source data and propagate corrections to future decisions where applicable.
342
+ - [ ] **USEQ-A3805124** — Ensure appeals are reviewed by a qualified person or independent mechanism and are not decided solely by the same unchanged model.
343
+ - [ ] **USEQ-82AF898D** — Track restoration and remediation after a successful appeal, including downstream records and notifications.
344
+ - [ ] **USEQ-906B5981** — Provide additional safeguards where users cannot reasonably understand, contest, or avoid the system.
345
+
346
+ #### Transparency, documentation, and assurance
347
+
348
+ - [ ] **USEQ-4E890ABE** — Maintain system documentation describing purpose, architecture, data, models, prompts, tools, operating domain, metrics, limitations, risks, controls, owners, and change history.
349
+ - [ ] **USEQ-57485A3D** — Maintain model, data, prompt, retrieval, evaluation, and deployment documentation proportionate to impact.
350
+ - [ ] **USEQ-8E763CF7** — Document known failure modes and conditions under which outputs must not be relied upon.
351
+ - [ ] **USEQ-268830F2** — State whether outputs are generated, predicted, retrieved, transformed, or deterministically calculated where the distinction is material.
352
+ - [ ] **USEQ-85E488CB** — Document source attribution, intellectual-property treatment, data retention, provider use, human review, and complaint paths.
353
+ - [ ] **USEQ-C56A451D** — Publish appropriate user-facing transparency without revealing security-sensitive implementation detail.
354
+ - [ ] **USEQ-140A1C57** — Make contractual and marketing claims consistent with measured evidence and supported versions.
355
+ - [ ] **USEQ-CD81C32A** — Do not imply certification, neutrality, fairness, accuracy, safety, explainability, or human equivalence beyond the actual assessment scope.
356
+ - [ ] **USEQ-33B02D9F** — Maintain an auditable mapping from risks to controls, tests, monitoring, incidents, and responsible owners.
357
+ - [ ] **USEQ-275D0D2D** — Use independent assessment, conformity evaluation, external audit, red teaming, or expert review where consequence and obligation warrant it.
358
+ - [ ] **USEQ-D4ABA242** — Retain evidence sufficient to reproduce or reconstruct consequential releases and decisions for the required period.
359
+ - [ ] **USEQ-A687DF4E** — Review documentation whenever the system changes and make stale documents visibly invalid.
360
+
361
+ #### AI-assisted software engineering
362
+
363
+ - [ ] **USEQ-7E3E586D** — Define approved AI coding, review, documentation, testing, design, operations, and support tools and the data classifications each may receive.
364
+ - [ ] **USEQ-D13D7904** — Prevent source code, secrets, credentials, customer data, incident evidence, vulnerabilities, proprietary designs, and regulated data from being submitted to unapproved services.
365
+ - [ ] **USEQ-DC32CD99** — Configure provider retention, training, sharing, logging, regional processing, and access settings according to organizational policy.
366
+ - [ ] **USEQ-0E18CBD8** — Treat generated code, tests, configurations, commands, infrastructure, migrations, dependencies, licenses, and documentation as untrusted contributions requiring accountable human review.
367
+ - [ ] **USEQ-9A66039A** — Make the human author responsible for understanding, validating, maintaining, and defending accepted AI-generated changes.
368
+ - [ ] **USEQ-482FDF4A** — Require the same requirement, architecture, security, privacy, accessibility, test, review, and release controls for generated and manually written work.
369
+ - [ ] **USEQ-CAE04E9B** — Do not merge, deploy, execute, publish, or apply generated output solely because it compiles, passes a narrow test, or appears plausible.
370
+ - [ ] **USEQ-700BB2C2** — Verify APIs, library names, versions, options, standards references, citations, and commands against authoritative sources.
371
+ - [ ] **USEQ-7221EBC7** — Check generated code for invented functions, deprecated practices, insecure defaults, hidden side effects, excessive privilege, weak error handling, and incorrect concurrency.
372
+ - [ ] **USEQ-91CFE8F2** — Review provenance, license, attribution, trade-secret, and substantial-similarity risks before accepting generated material.
373
+ - [ ] **USEQ-3A1BED2B** — Do not let generated tests merely reproduce the same misunderstanding as generated implementation; derive tests independently from requirements and invariants.
374
+ - [ ] **USEQ-3654A2CD** — Use adversarial, boundary, mutation, integration, and production-like validation for generated changes proportionate to impact.
375
+ - [ ] **USEQ-86CAAD7F** — Require explicit review for authentication, authorization, cryptography, payments, privacy, data deletion, migrations, infrastructure, safety, and incident code.
376
+ - [ ] **USEQ-CC9F4CF0** — Prevent agents from committing, opening privileged changes, modifying policies, rotating secrets, deploying, deleting resources, or changing production without scoped identity, policy gates, audit, and required approval.
377
+ - [ ] **USEQ-1D87F2FE** — Sandbox generated commands and code; inspect effects before execution and avoid granting broad filesystem, network, cloud, repository, or secret access.
378
+ - [ ] **USEQ-1AE8D9E6** — Keep AI tool instructions, repository context files, reusable prompts, and agent policies versioned, reviewed, and protected from untrusted content.
379
+ - [ ] **USEQ-54BE67BA** — Treat issue text, documentation, dependency files, comments, test output, web pages, and repository content as possible indirect instructions to coding agents.
380
+ - [ ] **USEQ-1765CB7B** — Measure AI-assisted development using quality, reliability, security, review effort, rework, learning, flow, and outcomes rather than generated volume or apparent speed alone.
381
+ - [ ] **USEQ-8F607BCB** — Monitor whether AI use increases change size, dependency sprawl, duplicated code, shallow understanding, review burden, incidents, or knowledge concentration.
382
+ - [ ] **USEQ-29A64D47** — Provide training on verification, security, privacy, licensing, prompt injection, overreliance, and tool limitations.
383
+ - [ ] **USEQ-6A8DD723** — Preserve meaningful authorship and review accountability in commit, approval, and incident records.
384
+ - [ ] **USEQ-7071707F** — Allow workers to report unsafe or low-quality AI pressure and do not mandate use where it reduces quality or accessibility.
385
+ - [ ] **USEQ-0B94F8FC** — Regularly reassess whether the tool remains beneficial as models, terms, behavior, data practices, and organizational needs change.
386
+
387
+ #### AI incidents, recovery, and retirement
388
+
389
+ - [ ] **USEQ-0993C353** — Define incident categories for harmful output, data leakage, unauthorized action, model compromise, poisoning, provider change, systemic bias, safety-control failure, model theft, fraud, and widespread misinformation.
390
+ - [ ] **USEQ-DE662B2B** — Make incident detection, declaration, containment, evidence preservation, communication, recovery, and post-incident review part of the ordinary response program.
391
+ - [ ] **USEQ-49974079** — Retain the minimum necessary input, output, model, prompt, tool, retrieval, policy, version, identity, and timeline evidence to investigate material events.
392
+ - [ ] **USEQ-0DD20497** — Enable rapid disablement of a model, prompt, tool, data source, retrieval collection, tenant, capability, or provider without destroying unrelated essential service.
393
+ - [ ] **USEQ-19BC3298** — Revoke credentials, isolate endpoints, freeze artifacts, preserve provenance, and stop feedback ingestion during suspected compromise.
394
+ - [ ] **USEQ-89D0100E** — Identify all users, decisions, content, records, and downstream systems affected by a faulty release or compromised source.
395
+ - [ ] **USEQ-3251BED0** — Provide correction, reprocessing, notification, restoration, compensation, appeal, or human review appropriate to the impact.
396
+ - [ ] **USEQ-972E5264** — Test rollback to a known-good model and verify that memories, caches, embeddings, queues, and prior unsafe outputs do not persist unnoticed.
397
+ - [ ] **USEQ-A7317A41** — Define retraining and reevaluation criteria after incidents; do not resume solely because the immediate symptom disappeared.
398
+ - [ ] **USEQ-9E544317** — Retire obsolete models, prompts, datasets, indexes, feature definitions, credentials, endpoints, and provider access.
399
+ - [ ] **USEQ-21F4B26E** — Preserve required records while deleting data and artifacts no longer authorized or needed.
400
+ - [ ] **USEQ-C1801C4C** — Prevent retired artifacts from being accidentally redeployed through caches, registries, old clients, automation, or disaster recovery.
401
+ - [ ] **USEQ-85F03B12** — Track successor compatibility and communicate material behavior changes to users and downstream consumers.
402
+ - [ ] **USEQ-6F0FBC39** — Review whether retirement changes legal holds, reproducibility, audit, deletion, or long-term support obligations.
403
+
404
+ #### AI release blockers
405
+
406
+ - [ ] **USEQ-6EDFEFA5** — Do not deploy an AI system whose intended purpose, prohibited uses, affected population, decision authority, data provenance, and accountable owner are unknown.
407
+ - [ ] **USEQ-28269E66** — Do not deploy a consequential system without representative evaluation, defined thresholds, known limitations, recourse, monitoring, and an effective stop mechanism.
408
+ - [ ] **USEQ-8CED23FB** — Do not treat a provider benchmark, model card, certification, demo, or automated evaluation as sufficient local assurance.
409
+ - [ ] **USEQ-B22A2372** — Do not allow model output to authorize itself, bypass deterministic access control, or directly trigger high-impact action without independent controls.
410
+ - [ ] **USEQ-926988B6** — Do not expose secrets, unrelated user data, privileged system context, or unauthorized retrieval content to a model.
411
+ - [ ] **USEQ-FDE77A89** — Do not deploy when material test leakage, benchmark contamination, unresolved cross-user leakage, poisoning, model compromise, or unsafe artifact provenance is suspected.
412
+ - [ ] **USEQ-7D42569E** — Do not deploy a system that cannot abstain, degrade, or hand off safely outside its validated operating domain.
413
+ - [ ] **USEQ-88BA6A09** — Do not use a human-review label when reviewers lack the authority, competence, context, capacity, or time to prevent harm.
414
+ - [ ] **USEQ-28F27AB9** — Do not accept fairness, safety, privacy, or security performance based only on aggregate results that conceal material subgroup or high-consequence failures.
415
+ - [ ] **USEQ-24C04A1C** — Do not allow online learning, autonomous self-modification, or unrestricted agent capability without bounded governance, evaluation, authorization, and recovery.
416
+ - [ ] **USEQ-5D5D0DDC** — Do not use AI-generated code or infrastructure in production without accountable review and the same evidence required for human-authored work.
417
+ - [ ] **USEQ-5C8EEFD1** — Do not continue operation after a provider or model change invalidates the evidence package until affected controls are reassessed.
418
+
419
+ ## AI-Assisted Engineering, Agentic Development, and Content Provenance
420
+
421
+ _Consolidated from `final consolidated corpus/10-ai-ml-agents-ai-assisted-engineering-provenance.md#AI-Assisted Engineering, Agentic Development, and Content Provenance`; 289 non-duplicative controls._
422
+
423
+ ### AI-assisted engineering governance and permitted use
424
+
425
+ - [ ] **USEQ-2F8E6FA3** — Maintain an inventory of AI-assisted development, review, testing, documentation, design, search, operations, support, and content tools used by the organization.
426
+ - [ ] **USEQ-0E231454** — Assign an accountable owner for each approved tool, provider, model family, deployment mode, integration, and use case.
427
+ - [ ] **USEQ-5DA9BD1E** — Define permitted, restricted, and prohibited uses based on data sensitivity, code criticality, intellectual-property risk, safety, security, privacy, regulation, and customer commitments.
428
+ - [ ] **USEQ-9F2C9B84** — Require risk review before AI is used for security controls, authorization rules, cryptography, safety logic, financial calculations, migrations, production changes, legal interpretation, or other high-consequence work.
429
+ - [ ] **USEQ-3FB8AC14** — Distinguish advisory assistance from delegated decision-making and autonomous execution.
430
+ - [ ] **USEQ-7322984E** — Ensure a named human remains accountable for every accepted artifact, decision, change, deployment, and communication produced with AI assistance.
431
+ - [ ] **USEQ-26AC7D70** — Do not treat provider availability, popularity, benchmark scores, or marketing claims as assurance of suitability.
432
+ - [ ] **USEQ-3AC1CD29** — Document model and tool limitations, known failure modes, supported contexts, retention behavior, geographic processing, and provider dependencies.
433
+ - [ ] **USEQ-3B2F2EE8** — Define the minimum review and verification required for each class of AI-generated output.
434
+ - [ ] **USEQ-EE003D19** — Prohibit bypassing review, testing, separation of duties, change control, or release gates because content was generated quickly.
435
+ - [ ] **USEQ-8EF9CA6E** — Prohibit representing AI-generated work as independently authored, reviewed, tested, or certified when it was not.
436
+ - [ ] **USEQ-AB9ADB62** — Train users in hallucination, automation bias, data leakage, prompt injection, insecure code, fabricated citations, licensing uncertainty, and overreliance risks.
437
+ - [ ] **USEQ-12008C5B** — Provide an accessible process for reporting harmful, insecure, inaccurate, biased, infringing, or confidential AI output.
438
+ - [ ] **USEQ-3F338012** — Review governance after model changes, provider terms changes, incidents, new integrations, new agent capabilities, or expansion into higher-risk work.
439
+ - [ ] **USEQ-5E567DE3** — Apply stricter controls to autonomous or background agents than to read-only interactive assistants.
440
+
441
+ ### Tool, model, provider, and integration inventory
442
+
443
+ - [ ] **USEQ-5F29B160** — Record the provider, model identifier, model version or update channel, hosting location, integration version, enabled features, data flows, tools, plugins, and permissions for each AI capability.
444
+ - [ ] **USEQ-746C8D31** — Record whether prompts, files, code, outputs, telemetry, feedback, embeddings, and metadata are retained or used for provider training.
445
+ - [ ] **USEQ-AC2FD44B** — Record the contractual terms, service levels, security commitments, privacy terms, subprocessors, data locations, deletion behavior, and incident-notification obligations.
446
+ - [ ] **USEQ-29597410** — Identify whether model behavior can change without an explicit customer-controlled version update.
447
+ - [ ] **USEQ-100B3A4A** — Pin or validate model versions for workflows where reproducibility and regression assurance matter.
448
+ - [ ] **USEQ-054DF3AB** — Monitor model deprecation, behavior changes, safety-policy changes, context limits, pricing changes, and regional availability.
449
+ - [ ] **USEQ-1CAE8F75** — Inventory extensions, browser integrations, editor plugins, local agents, command-line tools, code-review bots, and hidden AI features in existing products.
450
+ - [ ] **USEQ-C849B749** — Prevent unapproved tools from accessing source repositories, tickets, production data, customer content, secrets, or internal documentation.
451
+ - [ ] **USEQ-BC94E90D** — Use organization-managed identities and configuration rather than uncontrolled personal accounts for business use.
452
+ - [ ] **USEQ-D4210FCC** — Restrict tool permissions and repository access to the minimum required scope.
453
+ - [ ] **USEQ-8BFAB4A7** — Review integration webhooks, OAuth grants, tokens, local file access, network access, and command execution.
454
+ - [ ] **USEQ-81875F3C** — Ensure provider compromise or outage has an isolation, disablement, replacement, and continuity plan.
455
+ - [ ] **USEQ-58409064** — Verify that disabling the AI feature also removes active credentials, agents, callbacks, scheduled tasks, and data flows.
456
+ - [ ] **USEQ-F936BCAB** — Reconcile the approved inventory with actual network, repository, identity, procurement, and endpoint telemetry.
457
+ - [ ] **USEQ-46F439A2** — Expire temporary pilots automatically unless they receive formal approval.
458
+
459
+ ### Confidentiality, privacy, data minimization, and intellectual property
460
+
461
+ - [ ] **USEQ-19F84B67** — Classify source code, prompts, tickets, designs, logs, customer data, credentials, vulnerabilities, contracts, and documents before they are supplied to an AI system.
462
+ - [ ] **USEQ-3E8114EE** — Do not submit secrets, private keys, reusable tokens, production credentials, payment data, regulated data, or unredacted sensitive personal data unless explicitly approved and technically protected.
463
+ - [ ] **USEQ-5BC689C8** — Minimize prompt and context data to what is necessary for the task.
464
+ - [ ] **USEQ-C0D20FDF** — Redact or synthesize examples where real identities, customer content, incidents, vulnerabilities, or proprietary algorithms are not necessary.
465
+ - [ ] **USEQ-3227DC4E** — Prevent tools from automatically indexing repositories, drives, conversations, or documents beyond the approved scope.
466
+ - [ ] **USEQ-949B76FD** — Verify retention, deletion, model-training, abuse-monitoring, human-review, and backup terms before supplying confidential material.
467
+ - [ ] **USEQ-393DB5A1** — Ensure data-subject rights, contractual deletion, legal holds, and retention requirements extend to prompts, outputs, embeddings, caches, and provider copies where applicable.
468
+ - [ ] **USEQ-D3455DAB** — Assess cross-border transfer and data-residency implications of provider processing.
469
+ - [ ] **USEQ-BDBA143D** — Do not assume output is free of third-party intellectual property, confidential information, personal data, or license obligations.
470
+ - [ ] **USEQ-C6ED3A2C** — Review generated code, text, media, designs, and tests for substantial similarity, copied notices, trademarks, confidential patterns, and incompatible licenses when risk warrants it.
471
+ - [ ] **USEQ-8FDF8863** — Preserve required attribution, license, and provenance information for incorporated material.
472
+ - [ ] **USEQ-A41AE117** — Prevent prompts from requesting unauthorized access, circumvention, copying, de-anonymization, or reconstruction of restricted information.
473
+ - [ ] **USEQ-A873CC6F** — Ensure provider telemetry and organizational monitoring do not create disproportionate employee surveillance.
474
+ - [ ] **USEQ-9555C8D3** — Document legitimate purpose, access, retention, and review for AI-use telemetry.
475
+ - [ ] **USEQ-69C5D0B6** — Test deletion and account termination across local caches, provider stores, embeddings, logs, and integrations.
476
+
477
+ ### Prompt, context, retrieval, and instruction integrity
478
+
479
+ - [ ] **USEQ-525FCCE0** — Treat user prompts, retrieved documents, source comments, issue text, web content, dependency metadata, tool output, and model output as untrusted input.
480
+ - [ ] **USEQ-464BA3EB** — Separate system policy, developer instructions, user requests, retrieved content, and tool results so that untrusted text cannot silently become authoritative instructions.
481
+ - [ ] **USEQ-FC5D2312** — Do not rely on prompt wording alone to enforce authorization, confidentiality, financial limits, safety, or change-control policy.
482
+ - [ ] **USEQ-D1A9A000** — Validate identity, authorization, tenant, data classification, and purpose before retrieving or supplying context.
483
+ - [ ] **USEQ-22B94B7A** — Apply access control before retrieval rather than filtering unauthorized results after they have reached the model.
484
+ - [ ] **USEQ-F5A43B34** — Preserve tenant and user boundaries in indexes, embeddings, caches, conversation memory, tool calls, and logs.
485
+ - [ ] **USEQ-DCD08BD7** — Detect and handle direct and indirect prompt injection, malicious repository instructions, poisoned documentation, and adversarial tool output.
486
+ - [ ] **USEQ-5BD7D44C** — Limit the sources, domains, paths, repositories, branches, documents, and record types the system may retrieve.
487
+ - [ ] **USEQ-17A2E4C0** — Record source provenance and freshness for material facts used in generated output.
488
+ - [ ] **USEQ-AD2E1C13** — Require primary or authoritative sources for claims whose accuracy materially affects engineering or compliance decisions.
489
+ - [ ] **USEQ-0E651845** — Reject or clearly mark unsupported citations, fabricated identifiers, nonexistent APIs, invented standards, and unverifiable facts.
490
+ - [ ] **USEQ-D19D4771** — Bound context size and prioritize relevant evidence rather than truncating critical policy or requirements silently.
491
+ - [ ] **USEQ-3C9530AD** — Do not permit hidden conversation state or memory to alter high-impact behavior without visibility and control.
492
+ - [ ] **USEQ-DA4C03E8** — Make context expiration, refresh, and invalidation rules explicit after source changes or permission changes.
493
+ - [ ] **USEQ-3B2A4D90** — Test the system with conflicting instructions, malicious comments, deceptive filenames, encoded payloads, and poisoned retrieval content.
494
+
495
+ ### Human accountability, review, and automation-bias controls
496
+
497
+ - [ ] **USEQ-45E865D0** — Require the accepting engineer or reviewer to understand the generated artifact well enough to explain its purpose, assumptions, risks, and failure modes.
498
+ - [ ] **USEQ-706392C8** — Reject code or configuration that no accountable maintainer can understand and support.
499
+ - [ ] **USEQ-27ADA51E** — Require independent review for high-impact AI-generated changes even when the generator also performs a review.
500
+ - [ ] **USEQ-3DF6CB04** — Ensure reviewers know which portions were generated, transformed, or suggested by AI when that knowledge affects review strategy.
501
+ - [ ] **USEQ-159E86E9** — Prevent the same AI output from serving as implementation, expected result, reviewer, and approval evidence without independent validation.
502
+ - [ ] **USEQ-1023D68F** — Use checklists and evidence prompts that direct reviewers to correctness, security, privacy, performance, accessibility, maintainability, licensing, and operational impact.
503
+ - [ ] **USEQ-C2BD1A86** — Require reviewers to inspect surrounding code and system behavior rather than only the generated diff.
504
+ - [ ] **USEQ-97B09BF8** — Verify all assumptions, external facts, API behavior, version compatibility, and cited requirements against authoritative sources.
505
+ - [ ] **USEQ-568D42D2** — Challenge plausible-looking complexity, abstractions, dependencies, and comments that lack a demonstrated need.
506
+ - [ ] **USEQ-35A8F0B6** — Require explicit approval for deletions, migrations, permission changes, security-control changes, and production commands.
507
+ - [ ] **USEQ-5B11CA85** — Use dual control for irreversible, financially consequential, safety-related, or organization-wide actions.
508
+ - [ ] **USEQ-7299FE1A** — Measure escaped defects and review failures involving AI-assisted work without using metrics to hide or discourage appropriate use.
509
+ - [ ] **USEQ-A0D8343C** — Design interfaces to show uncertainty, missing evidence, tool actions, changed files, affected systems, and unresolved warnings.
510
+ - [ ] **USEQ-00A677A3** — Prevent speed or productivity targets from encouraging rubber-stamping of generated work.
511
+ - [ ] **USEQ-EC36170F** — Retain accountability records for accepted high-impact outputs and decisions.
512
+
513
+ ### AI-generated source code and implementation quality
514
+
515
+ - [ ] **USEQ-BB79B60F** — Apply every ordinary code-quality, architecture, security, privacy, performance, accessibility, and maintainability rule to AI-generated code without reduction.
516
+ - [ ] **USEQ-28217B46** — Verify that generated code satisfies the exact requirement rather than a superficially similar generic pattern.
517
+ - [ ] **USEQ-B5C04073** — Confirm names, abstractions, boundaries, data types, error behavior, state transitions, and concurrency semantics match the existing system.
518
+ - [ ] **USEQ-439A8D87** — Remove unnecessary duplication, speculative generality, dead code, excessive comments, unused dependencies, and invented configuration.
519
+ - [ ] **USEQ-0A35B7B4** — Check for fabricated APIs, obsolete methods, invalid options, deprecated protocols, unsupported versions, and nonexistent packages.
520
+ - [ ] **USEQ-80CB3947** — Check for injection, unsafe deserialization, path traversal, authorization bypass, secret exposure, insecure randomness, weak cryptography, and dangerous defaults.
521
+ - [ ] **USEQ-069C7D6E** — Check for integer, numeric, time, locale, Unicode, encoding, null, overflow, and precision errors.
522
+ - [ ] **USEQ-90FD5CD0** — Check for resource leaks, unbounded work, missing timeouts, unsafe retries, race conditions, deadlocks, cancellation defects, and duplicate effects.
523
+ - [ ] **USEQ-FDF5A263** — Check for missing observability, misleading logs, swallowed errors, broad exception handling, and loss of diagnostic context.
524
+ - [ ] **USEQ-E92C614F** — Check for accidental cross-tenant access, global mutable state, cache-key omissions, and authorization context loss.
525
+ - [ ] **USEQ-2BB3F020** — Check whether generated code duplicates an existing internal capability or violates established architecture decisions.
526
+ - [ ] **USEQ-8BBA5659** — Prefer small changes that fit the current design over broad rewrites generated without full system context.
527
+ - [ ] **USEQ-471DDE50** — Require generated public interfaces and persistent schemas to undergo normal compatibility and evolution review.
528
+ - [ ] **USEQ-FF208505** — Run formatting, type checking, static analysis, dependency analysis, tests, and relevant security checks on the exact accepted output.
529
+ - [ ] **USEQ-592A4BA4** — Retain regression tests for defects found in generated code and update organizational guidance to prevent recurrence.
530
+
531
+ ### AI-generated tests, fixtures, and verification artifacts
532
+
533
+ - [ ] **USEQ-239E5251** — Review whether generated tests assert intended requirements or merely reproduce current implementation behavior.
534
+ - [ ] **USEQ-BF92D3B4** — Prevent the same model context from generating code and expected outputs without independent oracle validation.
535
+ - [ ] **USEQ-7BAE92AE** — Verify that tests fail when the intended behavior is deliberately broken.
536
+ - [ ] **USEQ-36C03659** — Use mutation or controlled fault insertion to evaluate assertion strength for critical generated tests.
537
+ - [ ] **USEQ-524C0709** — Ensure generated tests cover negative, boundary, error, recovery, authorization, concurrency, and data-integrity behavior rather than only happy paths.
538
+ - [ ] **USEQ-12534F05** — Review generated mocks and stubs for incorrect assumptions about real dependencies.
539
+ - [ ] **USEQ-F374893D** — Ensure generated fixtures do not contain real personal data, credentials, proprietary examples, or unsafe production identifiers.
540
+ - [ ] **USEQ-ED97CA2A** — Control randomness and retain seeds for generated property, fuzz, and scenario tests.
541
+ - [ ] **USEQ-44E65FA4** — Remove redundant or brittle tests that create maintenance cost without meaningful assurance.
542
+ - [ ] **USEQ-44661241** — Verify that snapshots and golden files represent approved outcomes and do not normalize accidental output.
543
+ - [ ] **USEQ-BAE2D2AE** — Review test names, diagnostics, setup, cleanup, isolation, and failure messages for maintainability.
544
+ - [ ] **USEQ-9142AF7A** — Ensure generated test data exercises representative Unicode, locale, time, size, tenant, role, and lifecycle cases.
545
+ - [ ] **USEQ-16875252** — Run generated tests against the actual artifact and production-like configuration where relevant.
546
+ - [ ] **USEQ-46A93573** — Track defects escaped despite generated tests and improve prompts, review, or techniques based on root cause.
547
+ - [ ] **USEQ-F7978D60** — Do not count generated test volume as quality evidence without coverage, assertion, and fault-detection analysis.
548
+
549
+ ### AI-generated requirements, designs, architecture, and decisions
550
+
551
+ - [ ] **USEQ-6DD50F52** — Validate generated requirements through user research, stakeholder agreement, domain evidence, legal review, and operational feasibility.
552
+ - [ ] **USEQ-DD4E49F4** — Reject invented user needs, regulations, standards, constraints, metrics, competitors, incidents, or customer commitments.
553
+ - [ ] **USEQ-B4A6F52A** — Identify assumptions and uncertainty explicitly rather than converting them into authoritative prose.
554
+ - [ ] **USEQ-3E4A6B5A** — Verify that generated acceptance criteria are measurable, complete, noncontradictory, and technology-neutral where intended.
555
+ - [ ] **USEQ-3BCFBFCB** — Review generated architecture against actual scale, data, trust boundaries, failure domains, existing systems, skills, cost, and lifecycle constraints.
556
+ - [ ] **USEQ-1CD27635** — Require alternatives, tradeoffs, consequences, and reversal strategy in material generated design decisions.
557
+ - [ ] **USEQ-B9E44CC3** — Avoid adopting fashionable patterns, services, abstractions, or distributed architectures without demonstrated need.
558
+ - [ ] **USEQ-7BA2175A** — Verify diagrams, flows, schemas, sequence descriptions, and dependency maps against the deployed or intended system.
559
+ - [ ] **USEQ-4344CC44** — Threat-model generated architectures independently and check for hidden trust, control-plane, tenant, and data-flow assumptions.
560
+ - [ ] **USEQ-B77FC1DD** — Review generated data models for integrity, retention, privacy, migration, localization, and reporting requirements.
561
+ - [ ] **USEQ-F3633846** — Review generated performance and capacity estimates against measurements and defensible workload models.
562
+ - [ ] **USEQ-D7408E34** — Ensure generated decisions preserve accessibility, supportability, observability, rollback, recovery, and decommissioning.
563
+ - [ ] **USEQ-5E4618A5** — Record AI assistance and source evidence in material architecture decision records where relevant to future review.
564
+ - [ ] **USEQ-E7FE1B6C** — Do not let generated documentation substitute for accountable stakeholder decisions.
565
+ - [ ] **USEQ-AE086A58** — Revalidate generated designs after requirements, providers, standards, risks, or constraints change.
566
+
567
+ ### AI-generated infrastructure, configuration, queries, and migrations
568
+
569
+ - [ ] **USEQ-24BBED4A** — Treat generated infrastructure, deployment, policy, database, query, migration, and operational code as high-impact executable artifacts.
570
+ - [ ] **USEQ-802762AD** — Run schema validation, static analysis, policy checks, security analysis, plan or dry-run review, and peer review before execution.
571
+ - [ ] **USEQ-764B2420** — Verify resource names, accounts, regions, networks, identities, permissions, quotas, retention, encryption, and deletion protection.
572
+ - [ ] **USEQ-ECEF8251** — Check that generated permissions are least-privilege and do not use broad wildcards for convenience.
573
+ - [ ] **USEQ-43965569** — Check that generated network rules do not expose administrative, database, storage, metadata, or internal services unnecessarily.
574
+ - [ ] **USEQ-A6D8DA54** — Check that generated configuration does not enable debug mode, insecure defaults, public access, unbounded resources, or disabled verification.
575
+ - [ ] **USEQ-B9138B79** — Evaluate generated database queries for correctness, authorization, injection, locking, resource cost, indexing, consistency, and data minimization.
576
+ - [ ] **USEQ-F11E331B** — Rehearse generated migrations against representative data and validate compatibility, duration, locking, restart, rollback, roll-forward, and integrity checks.
577
+ - [ ] **USEQ-F7C0B574** — Require previews and explicit confirmation before destructive or irreversible actions.
578
+ - [ ] **USEQ-D20D5B1C** — Prevent agents from executing production commands with credentials inherited from a developer session without controlled elevation.
579
+ - [ ] **USEQ-6A91D81E** — Use isolated sandboxes and nonproduction environments for generated command experimentation.
580
+ - [ ] **USEQ-53136269** — Record exact generated commands, plans, affected resources, approvals, execution output, and resulting state.
581
+ - [ ] **USEQ-21445766** — Verify idempotency and safe rerun behavior for automation that may be retried.
582
+ - [ ] **USEQ-386CA87E** — Ensure generated cleanup does not delete shared, retained, legally held, or customer-owned resources.
583
+ - [ ] **USEQ-7D1589E9** — Maintain a tested rollback or recovery path before high-impact generated changes are applied.
584
+
585
+ ### Dependencies, packages, licenses, and generated supply-chain choices
586
+
587
+ - [ ] **USEQ-A42E53F8** — Verify every suggested package, image, action, plugin, model, data set, API, and service exists and comes from the intended publisher.
588
+ - [ ] **USEQ-ED0BD0F8** — Check spelling, namespace, registry, repository, ownership, signatures, provenance, release history, and known compromise before adoption.
589
+ - [ ] **USEQ-D2946F6A** — Prefer established existing dependencies already approved for the system when they satisfy the requirement.
590
+ - [ ] **USEQ-E4E7B8C5** — Reject unnecessary dependencies introduced to solve trivial problems or because they appear in generic training examples.
591
+ - [ ] **USEQ-EC5B4CD4** — Verify supported versions, maintenance health, security process, license, data use, portability, and replacement feasibility.
592
+ - [ ] **USEQ-69099CAD** — Pin or constrain dependencies according to supply-chain policy and generate updated SBOM and provenance evidence.
593
+ - [ ] **USEQ-8BF5FC3E** — Review copied or generated license headers, attribution, notices, and source obligations for accuracy.
594
+ - [ ] **USEQ-6C4E1F4A** — Do not assume generated code is original or compatible with the project license.
595
+ - [ ] **USEQ-0BE33354** — Search for suspiciously distinctive fragments or notices when generated output resembles known external code.
596
+ - [ ] **USEQ-36A0CE74** — Prevent AI from choosing packages or services solely through popularity or unverifiable recommendation.
597
+ - [ ] **USEQ-0D1E4378** — Require architecture review before generated changes introduce a new database, queue, framework, cloud service, model provider, or operational platform.
598
+ - [ ] **USEQ-6C07A1CF** — Monitor AI-suggested dependencies for advisories, ownership change, deprecation, and malicious releases after adoption.
599
+ - [ ] **USEQ-31D5D8DE** — Record why each new dependency is necessary and who owns its lifecycle.
600
+ - [ ] **USEQ-0A9114C1** — Remove hallucinated, unused, duplicate, obsolete, or insecure dependencies before merge.
601
+ - [ ] **USEQ-4C7730ED** — Include models, prompts, adapters, embeddings, data sets, and agent tools in relevant supply-chain inventories.
602
+
603
+ ### Agentic tools, autonomous execution, and capability containment
604
+
605
+ - [ ] **USEQ-E1582655** — Define each agent capability explicitly, including files, repositories, commands, network destinations, APIs, credentials, data, and environments it may access.
606
+ - [ ] **USEQ-EE41DE02** — Deny capabilities by default and grant the minimum scope required for the current task.
607
+ - [ ] **USEQ-DBCE39F6** — Use separate identities and sandboxes for agents rather than sharing a user or production administrator session.
608
+ - [ ] **USEQ-C5639E97** — Keep untrusted prompts, issue content, code comments, retrieved documents, and web pages from expanding agent permissions.
609
+ - [ ] **USEQ-A1439915** — Require human confirmation at clearly identified boundaries for destructive, external, privileged, financial, production, publication, and communication actions.
610
+ - [ ] **USEQ-87469F66** — Show the exact proposed action, target, scope, side effects, credentials, and rollback implications before confirmation.
611
+ - [ ] **USEQ-D22830A2** — Prevent an agent from modifying its own policy, approval rules, audit records, safety controls, or credentials.
612
+ - [ ] **USEQ-15C830F0** — Bound runtime, token use, cost, network requests, file changes, command count, concurrency, recursion, retries, and spawned agents.
613
+ - [ ] **USEQ-71EE868E** — Restrict outbound network destinations and validate downloaded content and tools.
614
+ - [ ] **USEQ-A348D57E** — Prevent agents from exfiltrating source, secrets, personal data, or private context through prompts, URLs, logs, errors, or generated artifacts.
615
+ - [ ] **USEQ-E07F70B6** — Use allowlisted commands or isolated execution for high-risk environments.
616
+ - [ ] **USEQ-EA332D5C** — Record tool calls, inputs, outputs, file changes, decisions, approvals, and errors in an auditable form that protects sensitive data.
617
+ - [ ] **USEQ-172D4874** — Provide immediate pause, cancellation, credential revocation, and kill-switch capabilities.
618
+ - [ ] **USEQ-26B3A07B** — Recover safely from partial execution and identify every side effect already performed.
619
+ - [ ] **USEQ-D31234E4** — Test prompt injection, confused-deputy behavior, privilege escalation, hidden instructions, malicious tool output, and infinite-loop scenarios.
620
+ - [ ] **USEQ-B55613A3** — Do not permit unsupervised production changes until the agent has demonstrated reliable behavior under realistic adversarial evaluation and the residual risk is authorized.
621
+
622
+ ### Model, prompt, adapter, and AI-component supply-chain assurance
623
+
624
+ - [ ] **USEQ-EDAB9D12** — Inventory base models, fine-tunes, adapters, prompts, system instructions, safety policies, retrieval indexes, embeddings, data sets, evaluators, and external tools used in each AI-assisted workflow.
625
+ - [ ] **USEQ-9832AA48** — Record source, provider, version, hash or immutable identifier, license, permitted use, training or fine-tuning data claims, and support status where available.
626
+ - [ ] **USEQ-68821BC1** — Bind deployed AI configuration to a release record so behavior changes can be traced.
627
+ - [ ] **USEQ-21EAD928** — Verify downloaded model and adapter integrity and retrieve them through authenticated trusted channels.
628
+ - [ ] **USEQ-9509D8FC** — Assess model, prompt, adapter, and data poisoning risks before adoption.
629
+ - [ ] **USEQ-C41FAB76** — Review provider and community models for unsafe serialization, executable code, custom loaders, hidden tools, and excessive permissions.
630
+ - [ ] **USEQ-9F95E96A** — Do not execute untrusted model repositories, notebooks, setup scripts, or custom code with production credentials.
631
+ - [ ] **USEQ-90F32C34** — Scan model and data packages for secrets, personal data, malicious files, license obligations, and unexpected components.
632
+ - [ ] **USEQ-23C5B858** — Separate evaluation, development, and production credentials and data.
633
+ - [ ] **USEQ-C9B74797** — Control who may change prompts, retrieval sources, model routing, tool definitions, safety settings, and thresholds.
634
+ - [ ] **USEQ-886D57EB** — Review and test changes even when the provider labels them as minor or safety-related.
635
+ - [ ] **USEQ-6B2D33C4** — Maintain a rollback path to a known evaluated model and configuration.
636
+ - [ ] **USEQ-57129030** — Monitor provider outages, model withdrawals, silent updates, policy changes, and compromised distribution channels.
637
+ - [ ] **USEQ-F05A29D5** — Include AI components in SBOM-like, model-card, system-card, or provenance records appropriate to the system.
638
+ - [ ] **USEQ-B016EE0A** — Define retirement procedures for models, embeddings, prompts, credentials, retained data, and downstream derivatives.
639
+
640
+ ### Evaluation, red teaming, regression, and calibrated trust
641
+
642
+ - [ ] **USEQ-F1783FEA** — Define evaluations for the actual engineering tasks, repositories, languages, domains, users, tools, and risk conditions rather than relying only on general benchmarks.
643
+ - [ ] **USEQ-EB79B3ED** — Measure functional correctness, security, privacy, licensing, maintainability, performance, accessibility, documentation quality, and operational safety as applicable.
644
+ - [ ] **USEQ-0C102A58** — Include incomplete context, conflicting requirements, obsolete documentation, malicious instructions, unusual code, large changes, and unfamiliar domains.
645
+ - [ ] **USEQ-8235AA68** — Evaluate refusal and escalation behavior when the tool lacks evidence, permission, capability, or confidence.
646
+ - [ ] **USEQ-0F3DD770** — Evaluate whether the tool fabricates APIs, packages, citations, standards, test results, vulnerabilities, or completed actions.
647
+ - [ ] **USEQ-D21E0A71** — Test direct and indirect prompt injection, data exfiltration, tool abuse, confused deputy, secret discovery, sandbox escape, and policy bypass.
648
+ - [ ] **USEQ-9994DB54** — Test output under model updates, prompt changes, retrieval changes, tool changes, provider routing changes, and degraded dependencies.
649
+ - [ ] **USEQ-F4C1D548** — Use independently curated evaluation sets and protect them from contamination where scores are used for decisions.
650
+ - [ ] **USEQ-B854BC2B** — Retain representative historical failures and incidents as regression cases.
651
+ - [ ] **USEQ-7633CD04** — Use human expert review for semantic, architectural, security, legal, and safety qualities that automated scoring cannot establish.
652
+ - [ ] **USEQ-08934850** — Measure uncertainty and confidence calibration where the system exposes confidence or autonomous thresholds.
653
+ - [ ] **USEQ-53A8E42B** — Define acceptable performance by task and harm, not one aggregate score.
654
+ - [ ] **USEQ-48A484CF** — Investigate subgroup, language, accessibility, repository, and domain differences rather than averaging them away.
655
+ - [ ] **USEQ-B0B7E4B2** — Require evaluation before expanding permissions, autonomy, data access, user population, or production scope.
656
+ - [ ] **USEQ-EEB12085** — Publish internal limitations and approved use boundaries alongside evaluation results.
657
+ - [ ] **USEQ-3C2B0FE1** — Reevaluate periodically and after incidents, model changes, new attacks, and meaningful shifts in production tasks.
658
+
659
+ ### AI-generated documentation, citations, and knowledge integrity
660
+
661
+ - [ ] **USEQ-48B9998C** — Verify technical facts, commands, configuration, API behavior, version requirements, standards status, dates, and external links against authoritative sources.
662
+ - [ ] **USEQ-C1C0BF4C** — Do not include fabricated citations, quotations, people, products, vulnerabilities, decisions, metrics, or incident details.
663
+ - [ ] **USEQ-C5181864** — Distinguish facts, inference, recommendation, example, placeholder, and uncertainty clearly.
664
+ - [ ] **USEQ-A3559530** — Ensure generated documentation matches the exact released artifact and supported configuration.
665
+ - [ ] **USEQ-7B8E61BE** — Review setup, migration, rollback, recovery, security, accessibility, and troubleshooting instructions through actual execution.
666
+ - [ ] **USEQ-2D5D5C89** — Protect internal, personal, confidential, and security-sensitive information during generation and publication.
667
+ - [ ] **USEQ-75862A50** — Ensure generated user content is understandable, accessible, localized appropriately, and free of deceptive claims.
668
+ - [ ] **USEQ-F06F2315** — Review generated release notes so they do not omit breaking changes, security impact, required customer action, or known limitations.
669
+ - [ ] **USEQ-44ADFB43** — Use source attribution and content provenance where readers need to assess authority and freshness.
670
+ - [ ] **USEQ-FAC8F384** — Version generated documentation and invalidate it after material product or provider changes.
671
+ - [ ] **USEQ-327CFE20** — Prevent AI summaries from replacing authoritative records when detail or legal meaning matters.
672
+ - [ ] **USEQ-E547539A** — Ensure search and knowledge systems surface the authoritative current source rather than an unreviewed generated duplicate.
673
+ - [ ] **USEQ-EE1E3012** — Provide a correction route and update propagated copies after material errors are found.
674
+ - [ ] **USEQ-E1EEAF8B** — Label synthetic or AI-generated content when required by law, contract, policy, audience expectation, or risk.
675
+ - [ ] **USEQ-80D53A5E** — Retain the reviewed final artifact rather than depending on transient conversation history.
676
+
677
+ ### Content provenance, authenticity, and C2PA-style credentials
678
+
679
+ - [ ] **USEQ-798E6E1D** — Determine which images, audio, video, documents, designs, reports, releases, and public communications require provenance or authenticity information.
680
+ - [ ] **USEQ-5D158B5E** — Define what provenance claims mean and avoid presenting them as proof that the content is true, harmless, complete, or unbiased.
681
+ - [ ] **USEQ-EDD07EC1** — Use a recognized provenance standard such as the current C2PA specification when interoperable content credentials are required.
682
+ - [ ] **USEQ-D9985041** — Cryptographically bind provenance manifests to the exact asset or defined derivative relationship.
683
+ - [ ] **USEQ-22BC5813** — Protect signing identities and keys and define who is authorized to make each assertion.
684
+ - [ ] **USEQ-EE822CDB** — Record creation, editing, transformation, generation, source, ingredient, tool, organization, and timestamp information only when accurate and permitted.
685
+ - [ ] **USEQ-E59769F2** — Minimize personal, precise-location, device, and confidential metadata in provenance records.
686
+ - [ ] **USEQ-C4489851** — Provide user interfaces that explain provenance in understandable layers rather than only displaying a trust icon.
687
+ - [ ] **USEQ-841334CB** — Show missing, invalid, broken, revoked, or untrusted provenance without claiming the underlying content is necessarily false.
688
+ - [ ] **USEQ-CF367760** — Preserve provenance through supported transformations, exports, compression, transcoding, publication, and distribution where feasible.
689
+ - [ ] **USEQ-2A380FCA** — Detect and disclose when a workflow strips or cannot preserve provenance.
690
+ - [ ] **USEQ-5A50E71F** — Validate trust chains, certificates, timestamps, revocation, content bindings, and manifest structure.
691
+ - [ ] **USEQ-941EA8C0** — Protect against manifest substitution, replay, downgrade, detached-asset confusion, and misleading partial histories.
692
+ - [ ] **USEQ-0C275FAF** — Define how edited, combined, redacted, and derived content updates provenance.
693
+ - [ ] **USEQ-D078F7CC** — Test provenance handling across supported applications, platforms, media formats, and accessibility technologies.
694
+ - [ ] **USEQ-29786656** — Maintain a recovery and key-rotation process that does not invalidate legitimate historical content without explanation.
695
+
696
+ ### Verifiable claims, credentials, signatures, and evidence integrity
697
+
698
+ - [ ] **USEQ-2325DA4F** — Use verifiable credentials or signed evidence only when cryptographic verification, issuer accountability, portability, or selective disclosure provides a real requirement.
699
+ - [ ] **USEQ-EE4C0408** — Define issuer, holder, verifier, subject, claims, purpose, audience, validity, revocation, status, and trust policy explicitly.
700
+ - [ ] **USEQ-F7C75D9C** — Use current interoperable standards such as the W3C Verifiable Credentials Data Model 2.0 family when applicable.
701
+ - [ ] **USEQ-5FE49B3A** — Verify issuer identity, key authorization, proof purpose, domain or challenge binding, validity period, status, schema, and audience before accepting a claim.
702
+ - [ ] **USEQ-6BF7123C** — Do not treat a valid signature as proof that the claim is true, current, authorized for the present purpose, or ethically appropriate.
703
+ - [ ] **USEQ-B791AEA6** — Request and disclose only the claims necessary for the transaction.
704
+ - [ ] **USEQ-93F664BC** — Support selective disclosure and unlinkability where the use case and chosen standard permit it.
705
+ - [ ] **USEQ-A80DCC8B** — Prevent identifiers and status checks from enabling unnecessary correlation or tracking.
706
+ - [ ] **USEQ-403D0FC0** — Protect credential issuance, storage, presentation, recovery, revocation, and deletion.
707
+ - [ ] **USEQ-AABF5B36** — Handle lost, compromised, expired, suspended, and superseded credentials.
708
+ - [ ] **USEQ-CBD654F9** — Validate canonicalization, serialization, proof suites, cryptographic parameters, and implementation interoperability.
709
+ - [ ] **USEQ-F2B1299D** — Protect against replay, presentation substitution, confused-deputy, verifier impersonation, and malicious issuer metadata.
710
+ - [ ] **USEQ-AE60A435** — Provide understandable user consent and display the verifier, requested claims, purpose, and consequences before presentation.
711
+ - [ ] **USEQ-BF615392** — Maintain audit evidence without retaining unnecessary credential contents.
712
+ - [ ] **USEQ-00A91D07** — Test offline, degraded, revoked, clock-skewed, and trust-store-update scenarios.
713
+ - [ ] **USEQ-6EBF4486** — Plan crypto-agile and post-quantum migration for long-lived credentials and evidence.
714
+
715
+ ### Synthetic media, generated content, and public trust
716
+
717
+ - [ ] **USEQ-FB59A946** — Define when generated or materially altered content must be labeled, watermarked, credentialed, disclosed, or restricted.
718
+ - [ ] **USEQ-24A27761** — Make disclosures visible, accessible, durable, and understandable in the context where content is consumed.
719
+ - [ ] **USEQ-6D2ED17A** — Avoid disclosures that disappear when content is downloaded, embedded, cropped, translated, printed, or shared.
720
+ - [ ] **USEQ-87A2D323** — Prevent generated content from impersonating real people, organizations, authorities, or official communications without authorization and appropriate safeguards.
721
+ - [ ] **USEQ-DFB7F6ED** — Obtain necessary consent and rights for likeness, voice, biometric, personal, copyrighted, and confidential material.
722
+ - [ ] **USEQ-9CD66A9B** — Protect children, vulnerable users, and high-risk contexts with stricter generation and distribution controls.
723
+ - [ ] **USEQ-31086253** — Review generated public claims for factual accuracy, defamation, discrimination, safety, financial, medical, legal, and civic risks.
724
+ - [ ] **USEQ-9D635145** — Use human review before publishing high-impact generated content under an organizational identity.
725
+ - [ ] **USEQ-8C754D48** — Do not present detection scores as definitive proof that content is or is not AI-generated.
726
+ - [ ] **USEQ-5710654C** — Combine provenance, source verification, context, policy, and investigation rather than relying on one synthetic-content detector.
727
+ - [ ] **USEQ-C731071C** — Provide correction, takedown, appeal, and incident-reporting routes.
728
+ - [ ] **USEQ-02B7A344** — Record the approved final content, sources, model and tool versions, material transformations, reviewer, and publication channels.
729
+ - [ ] **USEQ-10EDBDFD** — Monitor for misuse of organizational names, marks, credentials, voices, and identities in synthetic media.
730
+ - [ ] **USEQ-D3FD11E3** — Prepare response procedures for forged, misleading, compromised, or incorrectly credentialed content.
731
+ - [ ] **USEQ-97B7BEBB** — Preserve evidence needed to investigate provenance while respecting privacy and legal constraints.
732
+
733
+ ### Monitoring, incident response, rollback, and retirement
734
+
735
+ - [ ] **USEQ-0CD1F465** — Monitor AI-assisted workflows for unauthorized data access, secret exposure, insecure output, fabricated facts, malicious dependencies, excessive permissions, abnormal tool use, cost spikes, and repeated human overrides.
736
+ - [ ] **USEQ-E44BDA17** — Monitor model, provider, prompt, retrieval, permission, policy, and integration changes that can alter behavior.
737
+ - [ ] **USEQ-91F85F40** — Detect whether agents perform actions outside the approved task, scope, identity, repository, environment, or time window.
738
+ - [ ] **USEQ-D20D2DD1** — Provide rapid disablement for each model, provider, integration, tool, retrieval source, agent, and autonomous capability.
739
+ - [ ] **USEQ-E0D7CFC5** — Revoke associated credentials, webhooks, sessions, scheduled tasks, and network access when disabled.
740
+ - [ ] **USEQ-39F46163** — Maintain fallback workflows that do not depend on the unavailable or compromised AI system for essential operation.
741
+ - [ ] **USEQ-A737503A** — Define incident playbooks for confidential-data leakage, malicious action, unsafe code, poisoned context, provider compromise, model change, provenance-key compromise, and synthetic impersonation.
742
+ - [ ] **USEQ-4EE501B5** — Identify every repository, artifact, deployment, document, decision, and communication affected by a compromised or defective AI workflow.
743
+ - [ ] **USEQ-B7A152C3** — Preserve prompts, context, outputs, tool calls, approvals, model versions, and audit evidence proportionately and lawfully for investigation.
744
+ - [ ] **USEQ-FA7DAC9D** — Notify affected customers, users, employees, providers, and authorities according to impact and obligations.
745
+ - [ ] **USEQ-9CA9E828** — Search for related generated defects and artifacts after an incident rather than fixing only the first instance.
746
+ - [ ] **USEQ-0A7A2F6C** — Revalidate accepted output after a material model or tool defect is discovered.
747
+ - [ ] **USEQ-2C7F55DC** — Perform root-cause analysis covering governance, permissions, interface design, review, evaluation, training, incentives, and technical controls.
748
+ - [ ] **USEQ-3EEAD754** — Retire obsolete models, prompts, embeddings, agents, indexes, credentials, provider data, and generated artifacts according to lifecycle and retention requirements.
749
+ - [ ] **USEQ-86EF8E1F** — Test disablement, rollback, provider replacement, data deletion, and evidence recovery periodically.
750
+
751
+ ### Release blockers and AI-assistance evidence package
752
+
753
+ - [ ] **USEQ-4858F7E6** — Block release when material AI-generated code, configuration, migration, policy, or architecture has no accountable human reviewer who understands it.
754
+ - [ ] **USEQ-3D7EFEF0** — Block release when generated claims, citations, APIs, packages, standards, or compatibility assumptions have not been verified.
755
+ - [ ] **USEQ-6465C673** — Block release when AI assistance exposed secrets, personal data, customer content, vulnerabilities, or proprietary material and containment is incomplete.
756
+ - [ ] **USEQ-E5E6E4D2** — Block release when an agent executed high-impact actions outside the approved capability, identity, environment, or confirmation boundary.
757
+ - [ ] **USEQ-FD59DB11** — Block release when critical generated tests use the same unverified logic as the implementation or have not demonstrated fault detection.
758
+ - [ ] **USEQ-C2B2D033** — Block release when model, prompt, retrieval, tool, or provider changes invalidate prior assurance evidence.
759
+ - [ ] **USEQ-BA8ED02F** — Block release when generated dependencies, licenses, provenance, or supplier identities remain unresolved.
760
+ - [ ] **USEQ-14FDF5E4** — Block release when disabling or rolling back the AI capability is not possible for a high-risk workflow.
761
+ - [ ] **USEQ-41AEF92F** — Retain the use case, approved tool and model versions, prompts or prompt templates where appropriate, retrieved sources, permissions, tool calls, generated artifacts, human changes, reviews, tests, and approvals.
762
+ - [ ] **USEQ-3CFE6905** — Retain evaluation scope, data, adversarial cases, results, limitations, model changes, incidents, and accepted residual risk.
763
+ - [ ] **USEQ-85D0CB75** — Record data classifications, provider processing terms, retention settings, deletion evidence, and intellectual-property review where material.
764
+ - [ ] **USEQ-A3940500** — Record provenance and authenticity evidence for public content and signed claims where used.
765
+ - [ ] **USEQ-DC177F9F** — Require independent sign-off for autonomous production action, safety-related output, security controls, identity decisions, financial movement, or high-impact public communications.
766
+ - [ ] **USEQ-54B598C4** — Ensure ongoing monitoring detects behavior drift, unauthorized use, provider changes, data leakage, and control degradation after release.
767
+ - [ ] **USEQ-AEE1EB03** — State the exact scope of AI assistance and residual uncertainty rather than claiming the work was fully verified merely because automated checks passed.
768
+
769
+ ## Standards and source references
770
+
771
+ - [ISO/IEC 42001:2023 — AI management systems](https://www.iso.org/standard/81230.html)
772
+ - [ISO/IEC 23894:2023 — AI risk management](https://www.iso.org/standard/77304.html)
773
+ - [NIST AI Risk Management Framework 1.0](https://www.nist.gov/itl/ai-risk-management-framework)
774
+ - [NIST AI RMF Generative AI Profile](https://www.nist.gov/publications/artificial-intelligence-risk-management-framework-generative-artificial-intelligence)
775
+ - [NIST SP 800-218A — Secure Software Development Practices for Generative AI and Dual-Use Foundation Models](https://csrc.nist.gov/pubs/sp/800/218/a/final)
776
+ - [ISO/IEC 25059:2023 — Quality model for AI systems](https://www.iso.org/standard/80655.html)
777
+ - [ISO/IEC 42005:2025 — AI system impact assessment](https://www.iso.org/standard/44545.html)
778
+ - [ISO/IEC 5338:2023 — AI system life-cycle processes](https://www.iso.org/standard/81118.html)
779
+ - [OWASP Artificial Intelligence Security Verification Standard](https://owasp.org/www-project-artificial-intelligence-security-verification-standard/)
780
+ - [OWASP AI Testing Guide](https://owasp.org/www-project-ai-testing-guide/)
781
+ - [DORA 2025 State of AI-assisted Software Development](https://dora.dev/research/2025/dora-report/)
782
+
783
+ ---
784
+
785
+ [Previous phase](14-trust-safety-and-ecosystems.md) · [Next: Phase 16: Specialized domains and release assurance](16-specialized-domains-and-release-assurance.md)