@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.
- package/LICENSE +21 -0
- package/README.md +3 -0
- package/bin/LICENSE +21 -0
- package/bin/README.md +335 -0
- package/bin/THIRD_PARTY_NOTICES.md +74 -0
- package/bin/adapters/checkov-v3.3.8.yaml +50 -0
- package/bin/adapters/gitleaks-v8.30.0.yaml +63 -0
- package/bin/adapters/grype-v0.116.1.yaml +58 -0
- package/bin/adapters/syft-v1.51.0.yaml +54 -0
- package/bin/catalog/assertions/core-repository.yaml +625 -0
- package/bin/catalog/assertions/iac.yaml +24 -0
- package/bin/catalog/assertions/supply-chain.yaml +45 -0
- package/bin/catalog/control-contracts.json +1 -0
- package/bin/catalog/control-id-registry.json +110470 -0
- package/bin/catalog/objectives/core-repository.yaml +243 -0
- package/bin/catalog/objectives/iac.yaml +13 -0
- package/bin/catalog/objectives/supply-chain.yaml +13 -0
- package/bin/catalog/profiles/api.yaml +12 -0
- package/bin/catalog/profiles/core-repository.yaml +49 -0
- package/bin/catalog/profiles/iac.yaml +18 -0
- package/bin/catalog/profiles/kubernetes.yaml +15 -0
- package/bin/catalog/profiles/quick.yaml +27 -0
- package/bin/catalog/profiles/supply-chain.yaml +20 -0
- package/bin/docs/architecture/adapters.md +380 -0
- package/bin/docs/architecture/agent-providers.md +188 -0
- package/bin/docs/architecture/applicability.md +80 -0
- package/bin/docs/architecture/catalog-integrity.md +85 -0
- package/bin/docs/architecture/evidence-and-results.md +154 -0
- package/bin/docs/architecture/execution-plans.md +61 -0
- package/bin/docs/architecture/product-contract.md +76 -0
- package/bin/docs/architecture/publisher-trust.md +68 -0
- package/bin/docs/architecture/remediation-contract.md +113 -0
- package/bin/docs/architecture/trust-model.md +95 -0
- package/bin/docs/assets/hero.svg +37 -0
- package/bin/docs/assets/logo.svg +13 -0
- package/bin/docs/assets/production-readiness-scan-demo-poster.png +0 -0
- package/bin/docs/assets/production-readiness-scan-demo.gif +0 -0
- package/bin/docs/assets/production-readiness-scan-demo.mp4 +0 -0
- package/bin/docs/assets/social-card.png +0 -0
- package/bin/docs/assets/social-card.svg +40 -0
- package/bin/docs/checklists/00-readiness-principle.md +17 -0
- package/bin/docs/checklists/01-release-foundations.md +91 -0
- package/bin/docs/checklists/02-product-risk-architecture.md +136 -0
- package/bin/docs/checklists/03-source-build-supply-chain.md +97 -0
- package/bin/docs/checklists/04-environments-quality-experience.md +226 -0
- package/bin/docs/checklists/05-application-security.md +320 -0
- package/bin/docs/checklists/06-data-privacy-performance.md +166 -0
- package/bin/docs/checklists/07-reliability-operations.md +355 -0
- package/bin/docs/checklists/08-maintenance-vendors-compliance.md +112 -0
- package/bin/docs/checklists/09-conditional-modules.md +229 -0
- package/bin/docs/checklists/10-evidence-and-decision.md +111 -0
- package/bin/docs/engineering/00-overview.md +51 -0
- package/bin/docs/engineering/01-governance-and-foundations.md +919 -0
- package/bin/docs/engineering/02-product-and-requirements.md +186 -0
- package/bin/docs/engineering/03-user-experience-web-and-content.md +1352 -0
- package/bin/docs/engineering/04-architecture-and-design.md +387 -0
- package/bin/docs/engineering/05-code-quality-and-implementation.md +1103 -0
- package/bin/docs/engineering/06-application-services-and-apis.md +476 -0
- package/bin/docs/engineering/07-data-and-information-lifecycle.md +1009 -0
- package/bin/docs/engineering/08-security-and-cryptography.md +1215 -0
- package/bin/docs/engineering/09-privacy-and-data-protection.md +205 -0
- package/bin/docs/engineering/10-verification-and-testing.md +841 -0
- package/bin/docs/engineering/11-developer-experience-platform-and-delivery.md +1013 -0
- package/bin/docs/engineering/12-operations-sre-and-support.md +795 -0
- package/bin/docs/engineering/13-documentation-and-knowledge.md +349 -0
- package/bin/docs/engineering/14-trust-safety-and-ecosystems.md +330 -0
- package/bin/docs/engineering/15-ai-ml-and-ai-assisted-development.md +785 -0
- package/bin/docs/engineering/16-specialized-domains-and-release-assurance.md +775 -0
- package/bin/docs/engineering/source-manifest.md +479 -0
- package/bin/docs/guides/ai-assisted-review.md +61 -0
- package/bin/docs/guides/getting-started.md +78 -0
- package/bin/docs/index.md +66 -0
- package/bin/docs/prompts/evidence-challenge.md +26 -0
- package/bin/docs/prompts/full-readiness-review.md +34 -0
- package/bin/docs/prompts/release-diff-review.md +31 -0
- package/bin/docs/records/evidence-record.md +42 -0
- package/bin/docs/records/go-no-go-decision.md +63 -0
- package/bin/docs/records/release-assessment.md +124 -0
- package/bin/docs/records/risk-exception.md +64 -0
- package/bin/docs/references.md +52 -0
- package/bin/docs/scanner/ai-control-review.md +208 -0
- package/bin/docs/scanner/benchmarks.md +122 -0
- package/bin/docs/scanner/cli-contract.md +130 -0
- package/bin/docs/scanner/configuration.md +101 -0
- package/bin/docs/scanner/control-contracts.md +47 -0
- package/bin/docs/scanner/core-repository.md +62 -0
- package/bin/docs/scanner/diff-and-invalidation.md +79 -0
- package/bin/docs/scanner/doctor.md +71 -0
- package/bin/docs/scanner/getting-started.md +355 -0
- package/bin/docs/scanner/go-http-timeouts.md +96 -0
- package/bin/docs/scanner/infrastructure-policy.md +64 -0
- package/bin/docs/scanner/kubernetes-workloads.md +63 -0
- package/bin/docs/scanner/mcp-agent-integration.md +138 -0
- package/bin/docs/scanner/openapi-contracts.md +75 -0
- package/bin/docs/scanner/private-key-armor.md +44 -0
- package/bin/docs/scanner/releases.md +160 -0
- package/bin/docs/scanner/remediation.md +273 -0
- package/bin/docs/scanner/risk-exceptions.md +52 -0
- package/bin/docs/scanner/security-walkthrough.md +236 -0
- package/bin/docs/scanner/state-and-history.md +113 -0
- package/bin/docs/scanner/supply-chain.md +132 -0
- package/bin/docs/scanner/test-discovery.md +60 -0
- package/bin/docs/stylesheets/extra.css +183 -0
- package/bin/fixtures/benchmarks/core-native/suite-comprehensive.yaml +302 -0
- package/bin/fixtures/benchmarks/core-native/suite.yaml +59 -0
- package/bin/fixtures/benchmarks/core-native/targets/baseline/README.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/baseline/app.go +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/conflict-template/app.js +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/container-risky-template/Dockerfile +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/container-valid/Dockerfile +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-missing/package.json +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package.json +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/empty-manifest-template/package.json +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/final-newline-template/app.py +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/CODEOWNERS +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/dependabot.yml +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/workflows/validate.yml +15 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CODE_OF_CONDUCT.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CONTRIBUTING.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/LICENSE +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/README.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/SECURITY.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/tests/example.test.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/server.go +18 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/client.go +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/client.go +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/client.go +22 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/hazards_test.go +8 -0
- package/bin/fixtures/benchmarks/core-native/targets/kubernetes-risky-template/deployment.yaml +27 -0
- package/bin/fixtures/benchmarks/core-native/targets/kubernetes-valid/deployment.yaml +26 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-ids-risky-template/openapi.yaml +17 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-responses-risky-template/openapi.yaml +11 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-malformed-template/openapi.yaml +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-risky-template/openapi.yaml +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-valid/openapi.yaml +17 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-command/app.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-command/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/app.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/private-key-template/deploy.pem +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/readme-missing/fixture.txt +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package.json +4 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/.terraform.lock.hcl +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/main.tf +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/.terraform.lock.hcl +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/main.tf +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/app.py +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/tests/test_app.py +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/app.py +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/tests/test_app.py +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-malformed/.github/workflows/validate.yml +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-no-jobs/.github/workflows/empty.yml +9 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-risky/.github/workflows/risky.yml +10 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-valid/.github/workflows/validate.yml +14 -0
- package/bin/packs/core-foundation.yaml +25 -0
- package/bin/packs/core-native.yaml +59 -0
- package/bin/prc +0 -0
- package/bin/schemas/adapter-execution-v0.1.schema.json +101 -0
- package/bin/schemas/adapter-execution-v0.2.schema.json +128 -0
- package/bin/schemas/adapter-execution.schema.json +145 -0
- package/bin/schemas/adapter-fixture-report.schema.json +59 -0
- package/bin/schemas/adapter-fixture-suite.schema.json +104 -0
- package/bin/schemas/adapter-manifest-v0.1.schema.json +55 -0
- package/bin/schemas/adapter-manifest-v0.2.schema.json +122 -0
- package/bin/schemas/adapter-manifest-v0.3.schema.json +172 -0
- package/bin/schemas/adapter-manifest.schema.json +299 -0
- package/bin/schemas/adapter-message.schema.json +136 -0
- package/bin/schemas/adapter-registry-report.schema.json +13 -0
- package/bin/schemas/adapter-registry.schema.json +47 -0
- package/bin/schemas/agent-execution-v0.1.schema.json +26 -0
- package/bin/schemas/agent-execution.schema.json +26 -0
- package/bin/schemas/agent-failure-v0.1.schema.json +102 -0
- package/bin/schemas/agent-failure.schema.json +102 -0
- package/bin/schemas/agent-output-v0.1.schema.json +36 -0
- package/bin/schemas/agent-output.schema.json +36 -0
- package/bin/schemas/agent-task-v0.1.schema.json +44 -0
- package/bin/schemas/agent-task.schema.json +46 -0
- package/bin/schemas/assertion-catalog.schema.json +69 -0
- package/bin/schemas/benchmark-report.schema.json +94 -0
- package/bin/schemas/benchmark-suite.schema.json +116 -0
- package/bin/schemas/catalog-bundle.schema.json +27 -0
- package/bin/schemas/catalog-manifest.schema.json +23 -0
- package/bin/schemas/checkov-iac-policy-report.schema.json +82 -0
- package/bin/schemas/control-contracts.schema.json +44 -0
- package/bin/schemas/control-review-output.schema.json +51 -0
- package/bin/schemas/doctor.schema.json +53 -0
- package/bin/schemas/evidence-v0.1.schema.json +21 -0
- package/bin/schemas/evidence.schema.json +21 -0
- package/bin/schemas/finding-v0.1.schema.json +70 -0
- package/bin/schemas/finding.schema.json +70 -0
- package/bin/schemas/fix-contract-v0.1.schema.json +35 -0
- package/bin/schemas/fix-contract-v0.2.schema.json +46 -0
- package/bin/schemas/fix-contract-v0.3.schema.json +49 -0
- package/bin/schemas/fix-contract.schema.json +49 -0
- package/bin/schemas/grype-vulnerability-report.schema.json +88 -0
- package/bin/schemas/history.schema.json +37 -0
- package/bin/schemas/invalidation.schema.json +86 -0
- package/bin/schemas/inventory-v0.1.schema.json +42 -0
- package/bin/schemas/inventory-v0.2.schema.json +95 -0
- package/bin/schemas/inventory-v0.3.schema.json +139 -0
- package/bin/schemas/inventory.schema.json +139 -0
- package/bin/schemas/objective-catalog.schema.json +62 -0
- package/bin/schemas/pack-report.schema.json +16 -0
- package/bin/schemas/pack.schema.json +53 -0
- package/bin/schemas/plan-v0.1.schema.json +31 -0
- package/bin/schemas/plan-v0.2.schema.json +32 -0
- package/bin/schemas/plan-v0.3.schema.json +44 -0
- package/bin/schemas/plan-v0.4.schema.json +48 -0
- package/bin/schemas/plan-v0.5.schema.json +49 -0
- package/bin/schemas/plan-v0.6.schema.json +137 -0
- package/bin/schemas/plan.schema.json +137 -0
- package/bin/schemas/profile.schema.json +42 -0
- package/bin/schemas/project-config.schema.json +128 -0
- package/bin/schemas/release-manifest-v0.1.schema.json +86 -0
- package/bin/schemas/release-manifest-v0.2.schema.json +146 -0
- package/bin/schemas/release-manifest-v0.3.schema.json +146 -0
- package/bin/schemas/release-manifest.schema.json +6 -0
- package/bin/schemas/remediation-candidate-v0.1.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.2.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.3.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.4.schema.json +69 -0
- package/bin/schemas/remediation-candidate.schema.json +69 -0
- package/bin/schemas/remediation-run-v0.1.schema.json +69 -0
- package/bin/schemas/remediation-run-v0.2.schema.json +78 -0
- package/bin/schemas/remediation-run-v0.3.schema.json +86 -0
- package/bin/schemas/remediation-run-v0.4.schema.json +86 -0
- package/bin/schemas/remediation-run-v0.5.schema.json +131 -0
- package/bin/schemas/remediation-run-v0.6.schema.json +143 -0
- package/bin/schemas/remediation-run-v0.7.schema.json +160 -0
- package/bin/schemas/remediation-run-v0.8.schema.json +161 -0
- package/bin/schemas/remediation-run.schema.json +161 -0
- package/bin/schemas/risk-exception-verification.schema.json +17 -0
- package/bin/schemas/risk-exception.schema.json +137 -0
- package/bin/schemas/run-result-v0.1.schema.json +54 -0
- package/bin/schemas/run-result-v0.10.schema.json +64 -0
- package/bin/schemas/run-result-v0.11.schema.json +146 -0
- package/bin/schemas/run-result-v0.2.schema.json +60 -0
- package/bin/schemas/run-result-v0.3.schema.json +52 -0
- package/bin/schemas/run-result-v0.4.schema.json +52 -0
- package/bin/schemas/run-result-v0.5.schema.json +60 -0
- package/bin/schemas/run-result-v0.6.schema.json +61 -0
- package/bin/schemas/run-result-v0.7.schema.json +61 -0
- package/bin/schemas/run-result-v0.8.schema.json +61 -0
- package/bin/schemas/run-result-v0.9.schema.json +77 -0
- package/bin/schemas/run-result.schema.json +165 -0
- package/bin/schemas/signature-verification.schema.json +22 -0
- package/bin/schemas/signature.schema.json +18 -0
- package/bin/schemas/state-check-v0.1.schema.json +27 -0
- package/bin/schemas/state-check.schema.json +28 -0
- package/bin/schemas/trust-store.schema.json +50 -0
- package/bin/schemas/verification-execution-v0.1.schema.json +105 -0
- package/bin/schemas/verification-execution.schema.json +105 -0
- package/bin/schemas/version-v0.1.schema.json +27 -0
- package/bin/schemas/version.schema.json +27 -0
- package/manifest.json +9 -0
- package/package.json +28 -0
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
# Privacy and data protection
|
|
2
|
+
|
|
3
|
+
_Phase 9 of 16 in the [complete engineering review](00-overview.md)._
|
|
4
|
+
|
|
5
|
+
Privacy governance, notices, consent, rights, minimization, retention, sharing, de-identification, and sensitive data.
|
|
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
|
+
## Privacy and Data Protection
|
|
10
|
+
|
|
11
|
+
_Consolidated from `quality standards/10-privacy/01-privacy-and-data-protection.md`; 16 non-duplicative controls._
|
|
12
|
+
|
|
13
|
+
### Universal controls
|
|
14
|
+
|
|
15
|
+
- [ ] **USEQ-362ADF8D** — Product behavior matches published privacy notices and user choices.
|
|
16
|
+
- [ ] **USEQ-375E775E** — New data uses undergo privacy review.
|
|
17
|
+
- [ ] **USEQ-46C19961** — Consent is used only where appropriate and is specific, informed, granular, recorded, and withdrawable.
|
|
18
|
+
- [ ] **USEQ-26C38E0D** — Cookie, tracker, analytics, advertising, attribution, session-replay, and experimentation inventories match production behavior.
|
|
19
|
+
- [ ] **USEQ-68E3287E** — Third-party tools receive only approved data.
|
|
20
|
+
- [ ] **USEQ-85394A39** — Sensitive fields are redacted from logs, monitoring, support tools, recordings, analytics, and error reports.
|
|
21
|
+
- [ ] **USEQ-1917583D** — Requester verification is proportionate and does not collect excessive additional data.
|
|
22
|
+
- [ ] **USEQ-06C60675** — Retention periods are explicit and enforced.
|
|
23
|
+
- [ ] **USEQ-51B2160E** — Deletion covers primary data, caches, indexes, derived data, exports, and downstream systems.
|
|
24
|
+
- [ ] **USEQ-5CCD452D** — Pseudonymization and anonymization claims are validated.
|
|
25
|
+
- [ ] **USEQ-D295EBB5** — Reidentification risk is assessed.
|
|
26
|
+
- [ ] **USEQ-19407D75** — Data export cannot expose other users' or tenants' information.
|
|
27
|
+
- [ ] **USEQ-EDE4FE5C** — Children's, biometric, health, precise-location, communications, financial, identity, and other sensitive data trigger enhanced review.
|
|
28
|
+
- [ ] **USEQ-FE438B01** — Processor and subprocessor contracts cover permitted use, security, deletion, assistance, audit, and incident notification.
|
|
29
|
+
- [ ] **USEQ-0CA8AE68** — A personal-data incident can be identified, scoped, contained, and reported within applicable deadlines.
|
|
30
|
+
- [ ] **USEQ-009AD2AD** — Interfaces avoid manipulative consent, cancellation, and privacy choices.
|
|
31
|
+
|
|
32
|
+
## Privacy Governance and Engineering
|
|
33
|
+
|
|
34
|
+
_Consolidated from `quality standards/10-privacy/02-privacy-governance-and-engineering.md`; 20 non-duplicative controls._
|
|
35
|
+
|
|
36
|
+
### Category-specific universal rules
|
|
37
|
+
|
|
38
|
+
- [ ] **USEQ-E171ADC5** — Assign accountable privacy owners and data stewards for every product and processing purpose.
|
|
39
|
+
- [ ] **USEQ-2B4BFFCE** — Maintain an inventory of personal data, sources, purposes, lawful basis or authorization, recipients, locations, retention, and deletion.
|
|
40
|
+
- [ ] **USEQ-178B5045** — Map personal-data flows across clients, services, logs, analytics, support, suppliers, backups, models, and exports.
|
|
41
|
+
- [ ] **USEQ-BDE2681A** — Apply privacy-protective defaults and collect only what is necessary for the stated purpose.
|
|
42
|
+
- [ ] **USEQ-44C28E2D** — Separate mandatory processing from optional processing and communicate the difference.
|
|
43
|
+
- [ ] **USEQ-EBEB9674** — Assess privacy risk before new collection, inference, combination, sharing, monitoring, or automated decision use.
|
|
44
|
+
- [ ] **USEQ-C82F78B9** — Translate privacy principles into technical requirements, data models, access, retention, UI, telemetry, and tests.
|
|
45
|
+
- [ ] **USEQ-79A3CEBF** — Use purpose limitation and access controls to prevent unauthorized secondary use.
|
|
46
|
+
- [ ] **USEQ-2CDD7FC7** — Minimize identifiers and linkability across contexts.
|
|
47
|
+
- [ ] **USEQ-D84D7490** — Use pseudonymization, aggregation, isolation, or on-device processing where they meaningfully reduce risk.
|
|
48
|
+
- [ ] **USEQ-2B0B18B4** — Include privacy threats such as reidentification, inference, surveillance, coercion, exclusion, and loss of autonomy.
|
|
49
|
+
- [ ] **USEQ-C8E8FC88** — Review suppliers for permitted use, location, retention, deletion, security, subprocessing, and incident duties.
|
|
50
|
+
- [ ] **USEQ-C5D655EE** — Keep privacy records and notices consistent with deployed behavior.
|
|
51
|
+
- [ ] **USEQ-A637D569** — Monitor data flows and trackers for unauthorized change.
|
|
52
|
+
- [ ] **USEQ-8B9E2BD8** — Provide privacy review for high-risk processing and material product changes.
|
|
53
|
+
- [ ] **USEQ-0978812C** — Treat privacy incidents and user complaints as design feedback.
|
|
54
|
+
- [ ] **USEQ-E3F0E7D9** — Measure rights completion, deletion effectiveness, access minimization, unexpected collection, and risk reduction.
|
|
55
|
+
- [ ] **USEQ-FF1E023B** — Train role-appropriate personnel before granting personal-data access.
|
|
56
|
+
- [ ] **USEQ-58593369** — Define privacy behavior through deprecation, migration, backup, and retirement.
|
|
57
|
+
- [ ] **USEQ-9DE0E53C** — Do not claim anonymization, consent, or compliance without evidence supporting the exact processing.
|
|
58
|
+
|
|
59
|
+
## Privacy Notices, Consent, and Preferences
|
|
60
|
+
|
|
61
|
+
_Consolidated from `quality standards/10-privacy/03-notices-consent-and-preferences.md`; 20 non-duplicative controls._
|
|
62
|
+
|
|
63
|
+
### Category-specific universal rules
|
|
64
|
+
|
|
65
|
+
- [ ] **USEQ-87EEAE5A** — Describe what data is collected, why, from whom, how used, shared, retained, protected, and controlled.
|
|
66
|
+
- [ ] **USEQ-B15DD85E** — Use concise contextual notice at the point of decision with access to complete detail.
|
|
67
|
+
- [ ] **USEQ-2144F9CE** — Keep notice language accurate for actual production data flows and suppliers.
|
|
68
|
+
- [ ] **USEQ-CFA62DF6** — Distinguish required processing from optional analytics, personalization, advertising, sharing, or communication.
|
|
69
|
+
- [ ] **USEQ-EDB93290** — Use consent only when it is an appropriate legal and ethical basis.
|
|
70
|
+
- [ ] **USEQ-5F4C0EE4** — Make consent specific, informed, unambiguous, granular, freely given, and recorded where required.
|
|
71
|
+
- [ ] **USEQ-BB6D6EB2** — Do not bundle unrelated purposes or condition service on unnecessary consent.
|
|
72
|
+
- [ ] **USEQ-19FC62D9** — Prevent nonessential processing before valid permission where required.
|
|
73
|
+
- [ ] **USEQ-3AB0815F** — Make refusal and withdrawal as easy and understandable as acceptance.
|
|
74
|
+
- [ ] **USEQ-215CE910** — Propagate preference changes promptly to all relevant systems, suppliers, caches, and future processing.
|
|
75
|
+
- [ ] **USEQ-539BFF83** — Define behavior for previously collected data after withdrawal.
|
|
76
|
+
- [ ] **USEQ-3B78A945** — Record notice version, purpose, choice, time, context, and proof without collecting excessive evidence.
|
|
77
|
+
- [ ] **USEQ-BCD2092F** — Allow users to review and change preferences through an accessible interface.
|
|
78
|
+
- [ ] **USEQ-5BF23D4C** — Avoid manipulative hierarchy, preselection, repeated nagging, misleading toggles, or false necessity.
|
|
79
|
+
- [ ] **USEQ-3E3BB1A3** — Test comprehension and operation with representative users and assistive technologies.
|
|
80
|
+
- [ ] **USEQ-379AB97F** — Re-consent only when purpose or processing materially changes and the basis requires it.
|
|
81
|
+
- [ ] **USEQ-379D10F1** — Avoid using inactivity as agreement.
|
|
82
|
+
- [ ] **USEQ-4DA9C46D** — Handle conflicting preferences across devices, accounts, organizations, and channels explicitly.
|
|
83
|
+
- [ ] **USEQ-B2092183** — Monitor preference enforcement and investigate processing that contradicts user choice.
|
|
84
|
+
- [ ] **USEQ-80938132** — Retire obsolete consent records according to retention and audit needs.
|
|
85
|
+
|
|
86
|
+
## Data Rights, Retention, Deletion, and Portability
|
|
87
|
+
|
|
88
|
+
_Consolidated from `quality standards/10-privacy/04-data-rights-retention-deletion-and-portability.md`; 20 non-duplicative controls._
|
|
89
|
+
|
|
90
|
+
### Category-specific universal rules
|
|
91
|
+
|
|
92
|
+
- [ ] **USEQ-849F8B32** — Determine which rights and response timelines apply to each user, data category, and jurisdiction.
|
|
93
|
+
- [ ] **USEQ-09FCED67** — Provide accessible request channels and avoid unnecessary barriers.
|
|
94
|
+
- [ ] **USEQ-7F3E7E81** — Verify requester identity proportionately without collecting excessive new personal data.
|
|
95
|
+
- [ ] **USEQ-7D31E28F** — Search all relevant primary, derived, archived, support, analytics, model, supplier, and export systems.
|
|
96
|
+
- [ ] **USEQ-5525702D** — Prevent disclosure of another person's or tenant's data in access and portability responses.
|
|
97
|
+
- [ ] **USEQ-E19DD9C1** — Provide data in understandable and machine-usable form where required.
|
|
98
|
+
- [ ] **USEQ-6C6EDCD8** — Correct inaccurate data and propagate material corrections downstream.
|
|
99
|
+
- [ ] **USEQ-94E79DB4** — Apply restriction and objection to future processing, not merely visible UI.
|
|
100
|
+
- [ ] **USEQ-966E836A** — Define retention from purpose, law, contract, dispute, security, and operational need.
|
|
101
|
+
- [ ] **USEQ-E1AD559F** — Delete or irreversibly deidentify data when retention expires unless a documented hold applies.
|
|
102
|
+
- [ ] **USEQ-86610CCA** — Propagate deletion to caches, indexes, replicas, derived data, exports, test copies, and processors.
|
|
103
|
+
- [ ] **USEQ-0B8FCCA8** — Document backup deletion behavior and prevent restored backups from silently resurrecting deleted use.
|
|
104
|
+
- [ ] **USEQ-B61915BC** — Record legal holds with scope, authority, owner, review, and release.
|
|
105
|
+
- [ ] **USEQ-0A64E949** — Track requests, deadlines, exceptions, decisions, and completion evidence.
|
|
106
|
+
- [ ] **USEQ-F10C6116** — Notify relevant recipients of correction or deletion where required.
|
|
107
|
+
- [ ] **USEQ-2D7549DE** — Test rights workflows end to end using representative accounts and complex data relationships.
|
|
108
|
+
- [ ] **USEQ-855E3643** — Prevent account deletion from becoming a deceptive cancellation substitute or vice versa.
|
|
109
|
+
- [ ] **USEQ-BAFDDC4B** — Preserve minimum evidence needed to demonstrate completion without recreating deleted profiles.
|
|
110
|
+
- [ ] **USEQ-16CE0274** — Measure timeliness, completeness, error, rework, and downstream propagation.
|
|
111
|
+
- [ ] **USEQ-7C6F29CF** — Review edge cases involving minors, joint accounts, employers, organizations, fraud, and litigation.
|
|
112
|
+
|
|
113
|
+
## De-Identification, Pseudonymization, and Anonymization
|
|
114
|
+
|
|
115
|
+
_Consolidated from `quality standards/10-privacy/05-deidentification-pseudonymization-and-anonymization.md`; 20 non-duplicative controls._
|
|
116
|
+
|
|
117
|
+
### Category-specific universal rules
|
|
118
|
+
|
|
119
|
+
- [ ] **USEQ-45B3FEAE** — Define the intended threat model, recipients, data context, linkage sources, and acceptable reidentification risk.
|
|
120
|
+
- [ ] **USEQ-56568A68** — Distinguish masking, tokenization, pseudonymization, aggregation, synthetic data, and anonymization accurately.
|
|
121
|
+
- [ ] **USEQ-D923770C** — Do not treat removal of direct identifiers as sufficient anonymization.
|
|
122
|
+
- [ ] **USEQ-69EB450F** — Assess uniqueness, sparsity, rare combinations, free text, location, time, device, and behavioral linkage risk.
|
|
123
|
+
- [ ] **USEQ-52C69AFA** — Minimize attributes and precision before applying complex transformation.
|
|
124
|
+
- [ ] **USEQ-BAB3D94B** — Keep reidentification keys separate, access-controlled, audited, and purpose-limited.
|
|
125
|
+
- [ ] **USEQ-15335623** — Use different pseudonyms across contexts when cross-context linkage is unnecessary.
|
|
126
|
+
- [ ] **USEQ-D7788ABA** — Protect mappings and quasi-identifiers with controls appropriate to the original sensitivity.
|
|
127
|
+
- [ ] **USEQ-F26B6FC0** — Evaluate attacks using realistic auxiliary information and motivated recipients.
|
|
128
|
+
- [ ] **USEQ-6F3EE651** — Measure utility and privacy together and document the trade-off.
|
|
129
|
+
- [ ] **USEQ-A8E1D86B** — Apply contractual and policy prohibitions on reidentification in addition to technical controls.
|
|
130
|
+
- [ ] **USEQ-A75CE960** — Review outputs, small groups, outliers, queries, and repeated releases for differencing risk.
|
|
131
|
+
- [ ] **USEQ-51D461F5** — Use privacy-preserving query controls, noise, thresholds, or aggregation where appropriate.
|
|
132
|
+
- [ ] **USEQ-A496904D** — Validate synthetic data for memorization, leakage, bias, and unrealistic artifacts.
|
|
133
|
+
- [ ] **USEQ-5B9EFCA5** — Reassess risk when new data sources, recipients, methods, or public information appear.
|
|
134
|
+
- [ ] **USEQ-0B0862CD** — Avoid irreversible public release unless risk is demonstrably acceptable.
|
|
135
|
+
- [ ] **USEQ-FBD875B1** — Label transformed data and permitted uses clearly.
|
|
136
|
+
- [ ] **USEQ-7759F06C** — Monitor misuse and downstream redistribution.
|
|
137
|
+
- [ ] **USEQ-09D0C73F** — Delete or rotate mappings according to purpose and retention.
|
|
138
|
+
- [ ] **USEQ-2CDB3A37** — Make every anonymization claim bounded to context and supported by current evidence.
|
|
139
|
+
|
|
140
|
+
## Cross-Border Transfers, Processors, and Data Sharing
|
|
141
|
+
|
|
142
|
+
_Consolidated from `quality standards/10-privacy/06-cross-border-transfers-processors-and-sharing.md`; 20 non-duplicative controls._
|
|
143
|
+
|
|
144
|
+
### Category-specific universal rules
|
|
145
|
+
|
|
146
|
+
- [ ] **USEQ-EFA1156D** — Inventory every destination country, provider, subprocessor, recipient, support location, backup region, and remote-access path.
|
|
147
|
+
- [ ] **USEQ-E4AB060F** — Determine legal, contractual, residency, localization, and government-access constraints before transfer.
|
|
148
|
+
- [ ] **USEQ-BF01DCD0** — Document the purpose, data categories, frequency, security, retention, and onward-transfer rights.
|
|
149
|
+
- [ ] **USEQ-DFD1BBE8** — Transfer only the minimum data required for the approved purpose.
|
|
150
|
+
- [ ] **USEQ-E8F7E7D4** — Use contracts that restrict use, require security, control subprocessors, support rights, require deletion, and define incident notification.
|
|
151
|
+
- [ ] **USEQ-D90C9EFB** — Assess provider technical, organizational, legal, and jurisdictional risk proportionate to sensitivity.
|
|
152
|
+
- [ ] **USEQ-CD9A1808** — Encrypt transfers and stored data where required by risk.
|
|
153
|
+
- [ ] **USEQ-3919B6AF** — Restrict provider and support access through least privilege and audited workflows.
|
|
154
|
+
- [ ] **USEQ-FF7405F1** — Monitor provider, subprocessor, region, terms, and data-use changes.
|
|
155
|
+
- [ ] **USEQ-0BA5E8E2** — Prevent suppliers from using customer data for unrelated analytics, advertising, or model training without authorization.
|
|
156
|
+
- [ ] **USEQ-B806C61C** — Provide data-subject and customer transparency where required.
|
|
157
|
+
- [ ] **USEQ-5E302DDE** — Ensure deletion, correction, restriction, and consent changes propagate to processors.
|
|
158
|
+
- [ ] **USEQ-234514B3** — Maintain export and return capability for provider transition.
|
|
159
|
+
- [ ] **USEQ-5402DD1F** — Define retention and verified deletion at contract end.
|
|
160
|
+
- [ ] **USEQ-65334F09** — Revoke credentials, integrations, network access, and keys on termination.
|
|
161
|
+
- [ ] **USEQ-3C8EBF98** — Test provider outage, breach, data recovery, and exit procedures.
|
|
162
|
+
- [ ] **USEQ-8A899654** — Review bulk exports and human-readable support access as transfers.
|
|
163
|
+
- [ ] **USEQ-27E1C5E3** — Maintain evidence of transfer assessments, contracts, and supplementary controls.
|
|
164
|
+
- [ ] **USEQ-F9E745E7** — Reassess when law, provider ownership, infrastructure, processing purpose, or data sensitivity changes.
|
|
165
|
+
- [ ] **USEQ-0135FDA3** — Stop transfer when required safeguards cannot be maintained.
|
|
166
|
+
|
|
167
|
+
## Children’s, Sensitive, and High-Risk Data
|
|
168
|
+
|
|
169
|
+
_Consolidated from `quality standards/10-privacy/07-childrens-sensitive-and-high-risk-data.md`; 20 non-duplicative controls._
|
|
170
|
+
|
|
171
|
+
### Category-specific universal rules
|
|
172
|
+
|
|
173
|
+
- [ ] **USEQ-71E5442B** — Identify sensitive categories by jurisdiction, context, user expectation, harm, and inference—not labels alone.
|
|
174
|
+
- [ ] **USEQ-7A4F495F** — Avoid collecting sensitive data unless it is necessary for a documented high-value purpose.
|
|
175
|
+
- [ ] **USEQ-6231CEB2** — Use age-appropriate design and language when children may use or be affected by the service.
|
|
176
|
+
- [ ] **USEQ-4B4EEF3F** — Determine age assurance, parental authorization, and child autonomy requirements proportionately.
|
|
177
|
+
- [ ] **USEQ-092E7F6B** — Do not use dark patterns to encourage disclosure or extended engagement by children.
|
|
178
|
+
- [ ] **USEQ-7EAF6F92** — Disable unnecessary profiling, advertising, location, contact discovery, and public visibility by default for minors.
|
|
179
|
+
- [ ] **USEQ-B3F64417** — Protect biometric templates, health data, precise location, communications, identity documents, and financial data with enhanced access and encryption.
|
|
180
|
+
- [ ] **USEQ-E1B3DE1D** — Avoid deriving sensitive traits from ordinary behavior unless explicitly justified and governed.
|
|
181
|
+
- [ ] **USEQ-A3672E68** — Limit retention and secondary use more strictly than ordinary data.
|
|
182
|
+
- [ ] **USEQ-C1A114B0** — Prevent support, analytics, logs, and test systems from receiving unnecessary sensitive values.
|
|
183
|
+
- [ ] **USEQ-19E31877** — Require independent review for new sensitive-data processing or sharing.
|
|
184
|
+
- [ ] **USEQ-15A125C3** — Provide meaningful alternatives where refusal is possible.
|
|
185
|
+
- [ ] **USEQ-6D30DBF0** — Design for family, guardian, school, employer, and joint-account conflicts without assuming one actor always represents the user.
|
|
186
|
+
- [ ] **USEQ-C241B622** — Test disclosure, inference, enumeration, coercion, stalking, and account-recovery risks.
|
|
187
|
+
- [ ] **USEQ-DD1AEB92** — Provide rapid revocation, correction, deletion, and safety escalation.
|
|
188
|
+
- [ ] **USEQ-FE82D430** — Monitor for misuse, scraping, trafficking, discrimination, and harmful targeting.
|
|
189
|
+
- [ ] **USEQ-F8676A18** — Avoid public or permanent identifiers for minors and vulnerable users.
|
|
190
|
+
- [ ] **USEQ-474C667C** — Use vendors with appropriate contractual and technical safeguards.
|
|
191
|
+
- [ ] **USEQ-01769764** — Review safety and privacy as users age or their legal status changes.
|
|
192
|
+
- [ ] **USEQ-A9BDCB7D** — Stop processing when harm cannot be reduced below approved tolerance.
|
|
193
|
+
|
|
194
|
+
## Standards and source references
|
|
195
|
+
|
|
196
|
+
- [ISO/IEC 27701:2025 — Privacy information management systems](https://www.iso.org/standard/85819.html)
|
|
197
|
+
- [ISO/IEC 29100:2024 — Privacy framework](https://www.iso.org/standard/85938.html)
|
|
198
|
+
- [NIST Privacy Framework 1.0](https://www.nist.gov/privacy-framework)
|
|
199
|
+
- [ISO/IEC 25012:2008 — Data quality model](https://www.iso.org/standard/35736.html)
|
|
200
|
+
- [ISO/IEC 27001:2022 — Information security management systems](https://www.iso.org/standard/27001)
|
|
201
|
+
- [ISO 31000:2018 — Risk management guidelines](https://www.iso.org/standard/65694.html)
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
[Previous phase](08-security-and-cryptography.md) · [Next: Phase 10: Verification and testing](10-verification-and-testing.md)
|