> For the complete documentation index, see [llms.txt](https://gaea-2.gitbook.io/gaea-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gaea-2.gitbook.io/gaea-docs/getting-started/quickstart/8.-security-and-privacy.md).

# 8. Security and Privacy

**Principles:** privacy by default; device-first feature extraction; minimal disclosure; revocability; verifiable processes via GAEA Certification and VCs; regional compliance and minimal retention.

**Data classes:**\
A (high sensitivity): wearable physiology and raw voice — default on-device only.\
B (medium): on-device emotional features/summaries; session-level EMOCOORDS.\
C (low): task metadata, evaluation metrics, anonymized usage statistics.\
D (public): public documents, certification standards, audit abstracts.

Consent: one-time with fine-grained reuse; rotating anonymous device IDs; minimal persona disclosure; restrictions for minors/sensitive scenarios; human-in-the-loop for finance, medical, and public matters.

Lifecycle: on-device preprocessing, liveness and anomaly filtering, explicit consent → TLS1.3+ transport with certificate pinning → partitioned encrypted storage (A/B with KMS/HSM) → least-privilege temporary tokens; immutable audit logs → region-specific TTL; revocation triggers removal and model stop; data portability; provenance and version tracking; model/data unlearning support.

Device/edge/cloud security: secure boot/firmware, anti-tamper, staged OTA; wearables upload features/summaries only; edge aggregation with rate limit and isolation; cloud RBAC/ABAC, zero trust, key rotation, hash-chained audit; SDK sandbox with least privilege and behavioral auditing.

Privacy technology and verifiable execution: ZK proofs for sensitive compute, certification, and settlement abstracts with selective disclosure; FL + DP; TEE with remote attestation; exploration of ZKML; VC for EC grades, validity, boundaries, and CRLs.

Licensing and revocation: LAT/MLN objects for dataset/model licensing with expiry and revocation; machine-verifiable policies for subject/place/object/time/purpose; unified CRL queries; immediate stop and removal on withdrawal.

Model security: poisoning/backflow defenses; robustness evaluation with adversarial sets; anti-exfiltration and anti-inference controls (response compression, confidence clipping, output perturbation, rate limits); policy guardrails.

Audit and transparency: end-to-end logs; third-party audits; public dashboards for EC distributions, CRL rates, revocation SLAs, and privacy incidents (de-identified). Incident response uses P0–P3 levels. Data subject rights SLAs cover access/export, correction/restriction, deletion/withdrawal, and appeals. Compliance mapping includes GDPR/CCPA/PIPL/PDPA/UK GDPR.

&#x20;

Data subject requests (SLAs & verification)

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Request type</td><td valign="top">Response time</td><td valign="top">Completion deadline</td><td valign="top">Verification method</td><td valign="top">Notes</td></tr><tr><td valign="top">Data deletion</td><td valign="top">Acknowledge within T+72h</td><td valign="top">Complete within T+14 days</td><td valign="top">VC proof / audit logs</td><td valign="top">Emergency fast-track available</td></tr><tr><td valign="top">Model unlearning</td><td valign="top">Schedule within T+72h</td><td valign="top">Complete within T+30 days</td><td valign="top">Differential impact assessment</td><td valign="top">Impact report receipt</td></tr><tr><td valign="top">Access &#x26; portability</td><td valign="top">Immediate / &#x3C;=72h</td><td valign="top">Immediate / &#x3C;=7 days</td><td valign="top">Portable format</td><td valign="top">API / download link</td></tr><tr><td valign="top">Withdraw consent</td><td valign="top">Takes effect immediately</td><td valign="top">Complete within &#x3C;=24h</td><td valign="top">Key revocation / policy</td><td valign="top">Gradual propagation</td></tr></tbody></table>

&#x20;

Region / regulation compliance mapping

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Region / law</td><td valign="top">Data residency</td><td valign="top">Cross-border mechanism</td><td valign="top">Data subject rights</td><td valign="top">Retention</td><td valign="top">Legal basis</td></tr><tr><td valign="top">EU / GDPR</td><td valign="top">In-EEA</td><td valign="top">SCC / DPA</td><td valign="top">Access / rectification / erasure / portability</td><td valign="top">Shortest necessary</td><td valign="top">Legitimate interests / consent</td></tr><tr><td valign="top">US / CCPA / CPRA</td><td valign="top">In-state preferred</td><td valign="top">DPA / Terms of service</td><td valign="top">Notice / opt-out of sale</td><td valign="top">Shortest necessary</td><td valign="top">Contract / consent</td></tr><tr><td valign="top">China / PIPL &#x26; CSL</td><td valign="top">In-country storage</td><td valign="top">Security assessment</td><td valign="top">Access / rectification / erasure</td><td valign="top">Shortest necessary</td><td valign="top">Statutory / consent</td></tr><tr><td valign="top">Singapore / PDPA</td><td valign="top">Local-preferred</td><td valign="top">Transfer agreement</td><td valign="top">Access / rectification</td><td valign="top">Shortest necessary</td><td valign="top">Consent / legitimate interests</td></tr><tr><td valign="top">UK / UK GDPR</td><td valign="top">In-UK</td><td valign="top">IDTA / SCC</td><td valign="top">Access / erasure / restriction of processing</td><td valign="top">Shortest necessary</td><td valign="top">Legitimate interests</td></tr></tbody></table>

&#x20;
