CCPA/CPRA Privacy Expert
Tools and guidance for California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA) compliance.
Table of Contents
Tools
CCPA Compliance Checker
Evaluates organizational readiness against all CCPA/CPRA requirements. Validates privacy policies, consumer rights handling, technical safeguards, and opt-out mechanisms.
# Check compliance from a JSON profile
python scripts/ccpa_compliance_checker.py --input company_profile.json
# Generate a blank input template
python scripts/ccpa_compliance_checker.py --template > company_profile.json
# JSON output for automation
python scripts/ccpa_compliance_checker.py --input company_profile.json --json
# Export report to file
python scripts/ccpa_compliance_checker.py --input company_profile.json --output report.json
Assessment Categories:
| Category |
Key Checks |
| Applicability |
Revenue threshold, consumer count, data selling revenue |
| Privacy Policy |
Required disclosures, update cadence, accessibility |
| Consumer Rights |
Request handling, verification, timelines |
| Opt-Out Mechanisms |
"Do Not Sell" link, GPC signal, cookie consent |
| Sensitive PI |
SPI categories, use limitation link, handling controls |
| Technical Safeguards |
Encryption, access controls, security measures |
| Service Providers |
Agreement requirements, data processing terms |
| Risk Assessments |
Annual audits, processing risk evaluations |
Output:
- Overall compliance score (0-100)
- Per-category scores with pass/fail/partial status
- Prioritized findings with regulatory references
- Remediation recommendations
CCPA Data Mapper
Maps personal information categories, identifies sensitive personal information, tracks data flows across collection, use, sharing, and selling. Generates data inventory reports.
# Map data from a JSON data inventory
python scripts/ccpa_data_mapper.py --input data_inventory.json
# Generate a blank inventory template
python scripts/ccpa_data_mapper.py --template > data_inventory.json
# Export mapping report
python scripts/ccpa_data_mapper.py --input data_inventory.json --output mapping_report.json
# Generate data flow diagram (text-based)
python scripts/ccpa_data_mapper.py --input data_inventory.json --flow-diagram
Features:
- Maps all 11 CCPA personal information categories
- Identifies sensitive personal information (SPI) per CPRA definitions
- Tracks data flows: collection sources, business purposes, sharing/selling recipients
- Maps data to service providers, contractors, and third parties
- Generates CCPA-compliant data inventory for privacy policy disclosures
- Flags cross-border data transfers
- Detects data retention gaps
Personal Information Categories Tracked:
| Category |
CCPA Section |
Examples |
| Identifiers |
1798.140(v)(1)(A) |
Name, SSN, IP address, email |
| Customer Records |
1798.140(v)(1)(B) |
Financial info, medical info |
| Protected Classifications |
1798.140(v)(1)(C) |
Race, sex, age, disability |
| Commercial Information |
1798.140(v)(1)(D) |
Purchase history, tendencies |
| Biometric Information |
1798.140(v)(1)(E) |
Fingerprints, face geometry |
| Internet Activity |
1798.140(v)(1)(F) |
Browsing, search, interaction |
| Geolocation Data |
1798.140(v)(1)(G) |
Precise location |
| Sensory Data |
1798.140(v)(1)(H) |
Audio, visual, thermal |
| Professional Info |
1798.140(v)(1)(I) |
Employment, education |
| Education Info |
1798.140(v)(1)(J) |
Non-public education records |
| Inferences |
1798.140(v)(1)(K) |
Profiles, preferences |
Reference Guides
CCPA/CPRA Requirements Guide
references/ccpa-cpra-requirements-guide.md
Complete regulatory requirements covering:
- Full CCPA/CPRA text analysis with section references
- Consumer rights implementation guidance (Right to Know, Delete, Opt-Out, Correct, Portability, Limit SPI Use)
- Privacy policy content requirements and templates
- Service provider and contractor agreement requirements
- Comparison with Virginia VCDPA, Colorado CPA, Connecticut CTDPA, and GDPR
- Enforcement and penalty structure
CCPA Implementation Playbook
references/ccpa-implementation-playbook.md
Step-by-step implementation guidance:
- 6-month implementation roadmap
- Data mapping methodology and templates
- Privacy policy drafting guide
- Opt-out mechanism implementation (website, GPC, universal opt-out)
- Consumer request workflow design with SLA tracking
- Employee and vendor training program outline
- Annual cybersecurity audit planning
- Ongoing compliance monitoring
Workflows
Workflow 1: Initial CCPA/CPRA Compliance Assessment
Step 1: Determine applicability
→ Check $25M revenue, 100K+ consumers, 50%+ PI revenue thresholds
→ Review exemptions (HIPAA, GLBA, employment data)
Step 2: Generate compliance profile template
→ python scripts/ccpa_compliance_checker.py --template > profile.json
→ Fill in organizational details
Step 3: Run compliance assessment
→ python scripts/ccpa_compliance_checker.py --input profile.json
Step 4: Review scores and findings
→ Address critical gaps first (opt-out link, privacy policy)
→ Plan remediation by category
Step 5: Create data inventory
→ python scripts/ccpa_data_mapper.py --template > inventory.json
→ Document all PI categories collected
→ python scripts/ccpa_data_mapper.py --input inventory.json
Step 6: Develop implementation plan
→ See references/ccpa-implementation-playbook.md
Workflow 2: Consumer Rights Request Handling
Step 1: Receive consumer request
→ Identify request type (Know, Delete, Opt-Out, Correct, Portability, Limit SPI)
Step 2: Acknowledge within 10 business days (confirm receipt)
→ Document request in tracking system
Step 3: Verify consumer identity
→ Match 2+ data points for standard requests
→ Match 3+ data points for sensitive data requests
→ No verification needed for opt-out requests
Step 4: Fulfill request within 45 calendar days
→ Extension: up to 45 additional days with notice
→ Search all systems using data inventory
→ python scripts/ccpa_data_mapper.py --input inventory.json
Step 5: Deliver response
→ Provide information in portable format if requested
→ Document completion and response
Step 6: Monitor compliance
→ Track response times and completion rates
→ Generate quarterly compliance reports
Workflow 3: Privacy Policy Update Cycle
Step 1: Review current privacy policy against requirements
→ python scripts/ccpa_compliance_checker.py --input profile.json
→ Check privacy_policy category score
Step 2: Update data inventory
→ python scripts/ccpa_data_mapper.py --input inventory.json
→ Verify all PI categories are disclosed
Step 3: Verify required disclosures
→ Categories of PI collected (past 12 months)
→ Sources of PI
→ Business/commercial purposes
→ Categories of third parties
→ Consumer rights description
→ "Do Not Sell or Share" link
→ "Limit the Use of My Sensitive PI" link
Step 4: Update and publish
→ Annual update at minimum
→ Update within 30 days of material changes
→ Maintain prior version archive
Regulatory Overview
CCPA/CPRA Timeline
| Date |
Milestone |
| Jan 1, 2020 |
CCPA effective |
| Jul 1, 2020 |
AG enforcement begins |
| Nov 3, 2020 |
CPRA passed (Proposition 24) |
| Jan 1, 2023 |
CPRA amendments effective |
| Jul 1, 2023 |
CPPA enforcement of CPRA begins |
| 2026 |
Employment and B2B data exemptions status review |
Scope and Applicability
A business is subject to CCPA/CPRA if it:
- Has annual gross revenue exceeding $25 million
- Buys, sells, or shares PI of 100,000+ consumers or households annually
- Derives 50% or more of annual revenue from selling or sharing consumers' PI
Entity Types:
| Entity |
Definition |
Obligations |
| Business |
Determines purposes and means of processing |
Full CCPA/CPRA compliance |
| Service Provider |
Processes PI on behalf of a business (contractual) |
Limited use, deletion obligations |
| Contractor |
Processes PI via written contract (CPRA addition) |
Certification, limited use, audit rights |
| Third Party |
Receives PI not as service provider/contractor |
Subject to opt-out rights |
Exemptions:
- HIPAA-covered entities: Health data governed by HIPAA exempt
- GLBA: Financial data subject to GLBA exempt
- Employment data: Employee/applicant PI (subject to review through 2026)
- B2B data: Business contact PI in B2B transactions (subject to review through 2026)
- FCRA: Data subject to Fair Credit Reporting Act
Consumer Rights
| Right |
CCPA Section |
Description |
Timeline |
| Right to Know |
§1798.100, §1798.110 |
Categories and specific pieces of PI collected |
45 days |
| Right to Delete |
§1798.105 |
Delete PI collected from the consumer |
45 days |
| Right to Opt-Out |
§1798.120 |
Opt out of sale or sharing of PI |
Immediate |
| Right to Non-Discrimination |
§1798.125 |
No retaliation for exercising rights |
Ongoing |
| Right to Correct |
§1798.106 |
Correct inaccurate PI (CPRA) |
45 days |
| Right to Limit SPI Use |
§1798.121 |
Limit use of sensitive PI (CPRA) |
Immediate |
| Right to Data Portability |
§1798.130 |
Receive PI in portable format (CPRA) |
45 days |
Sensitive Personal Information (CPRA)
SPI categories requiring enhanced protections under CPRA §1798.140(ae):
- Social Security number, driver's license, state ID, passport number
- Account log-in credentials (username + password/security question)
- Financial account number with access credentials
- Precise geolocation (within 1,850 feet / radius)
- Racial or ethnic origin
- Religious or philosophical beliefs
- Union membership
- Contents of mail, email, and text messages (unless business is intended recipient)
- Genetic data
- Biometric data for identification
- Health information
- Sex life or sexual orientation data
Enforcement and Penalties
| Violation Type |
Penalty |
Enforcer |
| Unintentional violation |
$2,500 per violation |
CPPA / AG |
| Intentional violation |
$7,500 per violation |
CPPA / AG |
| Violations involving minors (under 16) |
$7,500 per violation |
CPPA / AG |
| Data breach (private action) |
$100-$750 per consumer per incident |
Consumer (court) |
Enforcement Bodies:
- California Privacy Protection Agency (CPPA): Primary enforcer under CPRA (operational 2023)
- California Attorney General: Retains enforcement authority
- Private right of action: Limited to data breaches from failure to maintain reasonable security
CCPA vs GDPR Comparison
| Aspect |
CCPA/CPRA |
GDPR |
| Scope |
California consumers |
EU/EEA data subjects |
| Legal basis |
Opt-out model |
Opt-in (consent or legal basis) |
| Data covered |
Personal information |
Personal data |
| Sensitive data |
SPI with limit-use right |
Special category with explicit consent |
| Breach notification |
AG notification, private action |
72-hour DPA notification |
| DPO requirement |
None |
Required for certain processing |
| Penalties |
$2,500-$7,500 per violation |
Up to 4% global revenue or €20M |
| Private right of action |
Data breaches only |
Varies by member state |
| Cross-border transfers |
No restrictions |
Adequacy decisions, SCCs, BCRs |
| Children's data |
Opt-in for under 16, parental for under 13 |
Parental consent for under 16 (variable) |
Infrastructure Privacy Controls
Cookie Consent Management:
- Implement cookie consent banner for non-essential cookies
- Honor Global Privacy Control (GPC) browser signals (legally required)
- Maintain cookie inventory with retention periods
- Categorize cookies: strictly necessary, functional, analytics, advertising
Global Privacy Control (GPC):
- Businesses must treat GPC signal as valid opt-out request (§1798.135)
- Technical implementation: detect
Sec-GPC: 1 header or navigator.globalPrivacyControl
- Apply opt-out to sale AND sharing of PI
- No re-authentication required for GPC
Privacy by Design:
- Data minimization: collect only PI necessary for disclosed purposes
- Purpose limitation: use PI only for purposes disclosed at collection
- Storage limitation: retain PI only as long as necessary
- Security by default: encrypt PI at rest and in transit
Data Inventory and Mapping:
- Maintain comprehensive PI inventory across all systems
- Map data flows: collection → processing → sharing → deletion
- Document retention schedules per PI category
- Track cross-border data transfers
Automated Decision-Making:
- Disclose use of automated decision-making technology
- Provide opt-out for profiling that produces legal or significant effects
- CPRA regulations may require access to logic of automated decisions
Compliance Roadmap
Month 1-2: Discovery and Assessment
- Determine CCPA/CPRA applicability
- Conduct data inventory and mapping
- Gap analysis against requirements
- Assign compliance ownership
Month 3-4: Implementation
- Draft/update privacy policy
- Implement "Do Not Sell or Share" link
- Implement "Limit Use of SPI" link
- Deploy GPC signal detection
- Build consumer request intake and fulfillment workflows
- Draft service provider/contractor agreements
Month 5-6: Operationalization
- Train employees on privacy obligations
- Test consumer request workflows end-to-end
- Conduct initial risk assessment
- Plan annual cybersecurity audit
- Establish ongoing monitoring and metrics
- Document compliance program for regulatory defense
Troubleshooting
| Problem |
Possible Cause |
Resolution |
| Compliance score unexpectedly low despite privacy policy updates |
Policy disclosures incomplete -- missing SPI categories, retention periods, or sale/sharing categories |
Run ccpa_compliance_checker.py --input profile.json and review per-category scores; cross-reference privacy policy against the 17+ required disclosure elements |
| Data mapper flags cross-border transfers but organization operates only in US |
Data inventory includes cloud services with non-US processing locations |
Review data inventory entries for cloud provider data processing locations; document all sub-processor locations per service provider agreements |
| Consumer rights requests consistently exceed 45-day response deadline |
Manual fulfillment process without tracking system or unclear ownership |
Implement ccpa_data_mapper.py to map PI across all systems; deploy request tracking with automated deadline alerts; assign per-system data stewards |
| GPC signal detection not working |
Application does not check Sec-GPC: 1 header or navigator.globalPrivacyControl |
Implement server-side header detection and client-side JavaScript check; test with browsers that support GPC (Firefox, Brave); log detection events |
| CPPA enforcement inquiry received |
Potential compliance gap discovered during regulatory sweep or consumer complaint |
Immediately run full compliance assessment; prioritize critical gaps (opt-out link, GPC, privacy policy); engage privacy counsel; document remediation timeline |
| Vendor contracts missing CCPA-required provisions |
Service provider agreements predate CPRA amendments |
Audit all vendor agreements against CCPA service provider/contractor requirements; update contracts to include certification, limited use, audit rights, and data deletion obligations |
| Risk assessment requirements unclear |
New CPRA regulations (effective January 1, 2026) mandate risk assessments for six processing categories |
Review processing activities against the six "significant risk" categories; document risk assessments per CPPA regulatory template; plan for April 2028 attestation deadline |
Success Criteria
- Overall compliance score of 80+ on initial assessment -- indicating foundational CCPA/CPRA controls are in place, with per-category scores identifying targeted remediation areas
- All consumer rights requests fulfilled within 45 calendar days -- with 10-business-day acknowledgment, tracked through a request management system with automated deadline alerts
- Privacy policy updated at least annually -- with documented reviews quarterly, disclosing all 11 PI categories collected, sources, purposes, third-party sharing, and all seven consumer rights
- GPC signal honored automatically -- detected via
Sec-GPC: 1 header and navigator.globalPrivacyControl, applied to both sale and sharing of PI, with no re-authentication required
- Complete data inventory maintained -- all PI categories mapped to collection sources, business purposes, sharing recipients, and retention schedules using
ccpa_data_mapper.py
- Service provider and contractor agreements include all CCPA-required provisions -- including certification of limited use, deletion obligations, audit rights, and sub-contractor chain documentation
- Risk assessments completed for all applicable processing activities -- covering the six CPRA significant-risk categories, with attestation readiness by the April 2028 deadline
Scope & Limitations
In Scope:
- CCPA/CPRA applicability determination (revenue, consumer count, PI revenue thresholds)
- Privacy policy compliance assessment against all required disclosures
- Consumer rights readiness validation (Know, Delete, Opt-Out, Correct, Portability, Limit SPI Use)
- Data inventory mapping across all 11 CCPA personal information categories
- Sensitive personal information identification per CPRA definitions
- Technical safeguard assessment (encryption, access controls, opt-out mechanisms)
- Service provider and contractor agreement requirements
Out of Scope:
- Legal advice or determination of exemption applicability (HIPAA, GLBA, FCRA, employment data) -- consult privacy counsel for exemption analysis
- Implementation of cookie consent management platforms or GPC signal handling code
- CCPA private right of action defense (data breach litigation) -- consult legal counsel
- Other state privacy laws (Virginia VCDPA, Colorado CPA, Connecticut CTDPA) beyond the comparison tables provided -- use jurisdiction-specific guidance
- Automated decision-making technology (ADMT) compliance under CPRA regulations effective January 2027 -- monitor CPPA rulemaking for final requirements
Important Notes:
- CPPA enforcement is escalating significantly in 2025-2026, with fines exceeding $1.3M in individual cases and joint multi-state enforcement sweeps targeting GPC non-compliance
- New CPRA regulations effective January 1, 2026 add risk assessment, cybersecurity audit, and updated compliance requirements -- plan implementation accordingly
Integration Points
| Skill |
Integration |
When to Use |
gdpr-dsgvo-expert |
Unified privacy program satisfying both GDPR and CCPA; cross-framework privacy mapping |
When organization operates in both EU and California markets |
infrastructure-compliance-auditor |
Technical safeguard validation (encryption, access controls, logging) for CCPA reasonable security |
When assessing infrastructure controls supporting CCPA compliance |
information-security-manager-iso27001 |
Security controls supporting CCPA "reasonable security" requirement |
When building security program that satisfies both ISO 27001 and CCPA |
soc2-compliance-expert |
SOC 2 controls mapped to CCPA technical safeguard requirements |
When SOC 2 audit evidence supports CCPA security compliance |
Tool Reference
ccpa_compliance_checker.py
Evaluates organizational readiness against all CCPA/CPRA requirements across 8 assessment categories.
| Flag |
Required |
Description |
--input <file> |
Yes (unless --template) |
Path to JSON company profile for assessment |
--template |
No |
Generate blank input template to stdout |
--json |
No |
Output results in JSON format for automation |
--output <file> |
No |
Export report to specified file path |
Output: Overall compliance score (0-100), per-category scores with pass/fail/partial status, prioritized findings with regulatory references, and remediation recommendations.
ccpa_data_mapper.py
Maps personal information categories, tracks data flows, and generates data inventory reports.
| Flag |
Required |
Description |
--input <file> |
Yes (unless --template) |
Path to JSON data inventory for mapping |
--template |
No |
Generate blank inventory template to stdout |
--output <file> |
No |
Export mapping report to specified file path |
--flow-diagram |
No |
Generate text-based data flow diagram showing collection, use, sharing, and selling paths |
Output: PI category mapping across all 11 CCPA categories, SPI identification, data flow analysis (sources, purposes, recipients), cross-border transfer flags, and data retention gap detection.
1---2name: ccpa-cpra-privacy-expert3description: CCPA and CPRA privacy compliance automation. Audits organizations for California privacy law compliance, maps personal information flows, validates consumer rights readiness, and checks technical safeguards. Use for CCPA compliance assessments, CPRA readiness checks, privacy policy review, consumer rights handling, data mapping, and California privacy audits.4license: MIT5---67# CCPA/CPRA Privacy Expert89Tools and guidance for California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA) compliance.1011---1213## Table of Contents1415- [Tools](#tools)16 - [CCPA Compliance Checker](#ccpa-compliance-checker)17 - [CCPA Data Mapper](#ccpa-data-mapper)18- [Reference Guides](#reference-guides)19- [Workflows](#workflows)20- [Regulatory Overview](#regulatory-overview)2122---2324## Tools2526### CCPA Compliance Checker2728Evaluates organizational readiness against all CCPA/CPRA requirements. Validates privacy policies, consumer rights handling, technical safeguards, and opt-out mechanisms.2930```bash31# Check compliance from a JSON profile32python scripts/ccpa_compliance_checker.py --input company_profile.json3334# Generate a blank input template35python scripts/ccpa_compliance_checker.py --template > company_profile.json3637# JSON output for automation38python scripts/ccpa_compliance_checker.py --input company_profile.json --json3940# Export report to file41python scripts/ccpa_compliance_checker.py --input company_profile.json --output report.json42```4344**Assessment Categories:**4546| Category | Key Checks |47|----------|-----------|48| Applicability | Revenue threshold, consumer count, data selling revenue |49| Privacy Policy | Required disclosures, update cadence, accessibility |50| Consumer Rights | Request handling, verification, timelines |51| Opt-Out Mechanisms | "Do Not Sell" link, GPC signal, cookie consent |52| Sensitive PI | SPI categories, use limitation link, handling controls |53| Technical Safeguards | Encryption, access controls, security measures |54| Service Providers | Agreement requirements, data processing terms |55| Risk Assessments | Annual audits, processing risk evaluations |5657**Output:**58- Overall compliance score (0-100)59- Per-category scores with pass/fail/partial status60- Prioritized findings with regulatory references61- Remediation recommendations6263---6465### CCPA Data Mapper6667Maps personal information categories, identifies sensitive personal information, tracks data flows across collection, use, sharing, and selling. Generates data inventory reports.6869```bash70# Map data from a JSON data inventory71python scripts/ccpa_data_mapper.py --input data_inventory.json7273# Generate a blank inventory template74python scripts/ccpa_data_mapper.py --template > data_inventory.json7576# Export mapping report77python scripts/ccpa_data_mapper.py --input data_inventory.json --output mapping_report.json7879# Generate data flow diagram (text-based)80python scripts/ccpa_data_mapper.py --input data_inventory.json --flow-diagram81```8283**Features:**84- Maps all 11 CCPA personal information categories85- Identifies sensitive personal information (SPI) per CPRA definitions86- Tracks data flows: collection sources, business purposes, sharing/selling recipients87- Maps data to service providers, contractors, and third parties88- Generates CCPA-compliant data inventory for privacy policy disclosures89- Flags cross-border data transfers90- Detects data retention gaps9192**Personal Information Categories Tracked:**9394| Category | CCPA Section | Examples |95|----------|-------------|---------|96| Identifiers | 1798.140(v)(1)(A) | Name, SSN, IP address, email |97| Customer Records | 1798.140(v)(1)(B) | Financial info, medical info |98| Protected Classifications | 1798.140(v)(1)(C) | Race, sex, age, disability |99| Commercial Information | 1798.140(v)(1)(D) | Purchase history, tendencies |100| Biometric Information | 1798.140(v)(1)(E) | Fingerprints, face geometry |101| Internet Activity | 1798.140(v)(1)(F) | Browsing, search, interaction |102| Geolocation Data | 1798.140(v)(1)(G) | Precise location |103| Sensory Data | 1798.140(v)(1)(H) | Audio, visual, thermal |104| Professional Info | 1798.140(v)(1)(I) | Employment, education |105| Education Info | 1798.140(v)(1)(J) | Non-public education records |106| Inferences | 1798.140(v)(1)(K) | Profiles, preferences |107108---109110## Reference Guides111112### CCPA/CPRA Requirements Guide113`references/ccpa-cpra-requirements-guide.md`114115Complete regulatory requirements covering:116- Full CCPA/CPRA text analysis with section references117- Consumer rights implementation guidance (Right to Know, Delete, Opt-Out, Correct, Portability, Limit SPI Use)118- Privacy policy content requirements and templates119- Service provider and contractor agreement requirements120- Comparison with Virginia VCDPA, Colorado CPA, Connecticut CTDPA, and GDPR121- Enforcement and penalty structure122123### CCPA Implementation Playbook124`references/ccpa-implementation-playbook.md`125126Step-by-step implementation guidance:127- 6-month implementation roadmap128- Data mapping methodology and templates129- Privacy policy drafting guide130- Opt-out mechanism implementation (website, GPC, universal opt-out)131- Consumer request workflow design with SLA tracking132- Employee and vendor training program outline133- Annual cybersecurity audit planning134- Ongoing compliance monitoring135136---137138## Workflows139140### Workflow 1: Initial CCPA/CPRA Compliance Assessment141142```143Step 1: Determine applicability144 → Check $25M revenue, 100K+ consumers, 50%+ PI revenue thresholds145 → Review exemptions (HIPAA, GLBA, employment data)146147Step 2: Generate compliance profile template148 → python scripts/ccpa_compliance_checker.py --template > profile.json149 → Fill in organizational details150151Step 3: Run compliance assessment152 → python scripts/ccpa_compliance_checker.py --input profile.json153154Step 4: Review scores and findings155 → Address critical gaps first (opt-out link, privacy policy)156 → Plan remediation by category157158Step 5: Create data inventory159 → python scripts/ccpa_data_mapper.py --template > inventory.json160 → Document all PI categories collected161 → python scripts/ccpa_data_mapper.py --input inventory.json162163Step 6: Develop implementation plan164 → See references/ccpa-implementation-playbook.md165```166167### Workflow 2: Consumer Rights Request Handling168169```170Step 1: Receive consumer request171 → Identify request type (Know, Delete, Opt-Out, Correct, Portability, Limit SPI)172173Step 2: Acknowledge within 10 business days (confirm receipt)174 → Document request in tracking system175176Step 3: Verify consumer identity177 → Match 2+ data points for standard requests178 → Match 3+ data points for sensitive data requests179 → No verification needed for opt-out requests180181Step 4: Fulfill request within 45 calendar days182 → Extension: up to 45 additional days with notice183 → Search all systems using data inventory184 → python scripts/ccpa_data_mapper.py --input inventory.json185186Step 5: Deliver response187 → Provide information in portable format if requested188 → Document completion and response189190Step 6: Monitor compliance191 → Track response times and completion rates192 → Generate quarterly compliance reports193```194195### Workflow 3: Privacy Policy Update Cycle196197```198Step 1: Review current privacy policy against requirements199 → python scripts/ccpa_compliance_checker.py --input profile.json200 → Check privacy_policy category score201202Step 2: Update data inventory203 → python scripts/ccpa_data_mapper.py --input inventory.json204 → Verify all PI categories are disclosed205206Step 3: Verify required disclosures207 → Categories of PI collected (past 12 months)208 → Sources of PI209 → Business/commercial purposes210 → Categories of third parties211 → Consumer rights description212 → "Do Not Sell or Share" link213 → "Limit the Use of My Sensitive PI" link214215Step 4: Update and publish216 → Annual update at minimum217 → Update within 30 days of material changes218 → Maintain prior version archive219```220221---222223## Regulatory Overview224225### CCPA/CPRA Timeline226227| Date | Milestone |228|------|-----------|229| Jan 1, 2020 | CCPA effective |230| Jul 1, 2020 | AG enforcement begins |231| Nov 3, 2020 | CPRA passed (Proposition 24) |232| Jan 1, 2023 | CPRA amendments effective |233| Jul 1, 2023 | CPPA enforcement of CPRA begins |234| 2026 | Employment and B2B data exemptions status review |235236### Scope and Applicability237238A **business** is subject to CCPA/CPRA if it:239- Has annual gross revenue exceeding **$25 million**240- Buys, sells, or shares PI of **100,000+ consumers or households** annually241- Derives **50% or more** of annual revenue from selling or sharing consumers' PI242243**Entity Types:**244245| Entity | Definition | Obligations |246|--------|-----------|------------|247| Business | Determines purposes and means of processing | Full CCPA/CPRA compliance |248| Service Provider | Processes PI on behalf of a business (contractual) | Limited use, deletion obligations |249| Contractor | Processes PI via written contract (CPRA addition) | Certification, limited use, audit rights |250| Third Party | Receives PI not as service provider/contractor | Subject to opt-out rights |251252**Exemptions:**253- **HIPAA-covered entities**: Health data governed by HIPAA exempt254- **GLBA**: Financial data subject to GLBA exempt255- **Employment data**: Employee/applicant PI (subject to review through 2026)256- **B2B data**: Business contact PI in B2B transactions (subject to review through 2026)257- **FCRA**: Data subject to Fair Credit Reporting Act258259### Consumer Rights260261| Right | CCPA Section | Description | Timeline |262|-------|-------------|-------------|----------|263| Right to Know | §1798.100, §1798.110 | Categories and specific pieces of PI collected | 45 days |264| Right to Delete | §1798.105 | Delete PI collected from the consumer | 45 days |265| Right to Opt-Out | §1798.120 | Opt out of sale or sharing of PI | Immediate |266| Right to Non-Discrimination | §1798.125 | No retaliation for exercising rights | Ongoing |267| Right to Correct | §1798.106 | Correct inaccurate PI (CPRA) | 45 days |268| Right to Limit SPI Use | §1798.121 | Limit use of sensitive PI (CPRA) | Immediate |269| Right to Data Portability | §1798.130 | Receive PI in portable format (CPRA) | 45 days |270271### Sensitive Personal Information (CPRA)272273SPI categories requiring enhanced protections under CPRA §1798.140(ae):274- Social Security number, driver's license, state ID, passport number275- Account log-in credentials (username + password/security question)276- Financial account number with access credentials277- Precise geolocation (within 1,850 feet / radius)278- Racial or ethnic origin279- Religious or philosophical beliefs280- Union membership281- Contents of mail, email, and text messages (unless business is intended recipient)282- Genetic data283- Biometric data for identification284- Health information285- Sex life or sexual orientation data286287### Enforcement and Penalties288289| Violation Type | Penalty | Enforcer |290|---------------|---------|----------|291| Unintentional violation | $2,500 per violation | CPPA / AG |292| Intentional violation | $7,500 per violation | CPPA / AG |293| Violations involving minors (under 16) | $7,500 per violation | CPPA / AG |294| Data breach (private action) | $100-$750 per consumer per incident | Consumer (court) |295296**Enforcement Bodies:**297- **California Privacy Protection Agency (CPPA)**: Primary enforcer under CPRA (operational 2023)298- **California Attorney General**: Retains enforcement authority299- **Private right of action**: Limited to data breaches from failure to maintain reasonable security300301### CCPA vs GDPR Comparison302303| Aspect | CCPA/CPRA | GDPR |304|--------|----------|------|305| Scope | California consumers | EU/EEA data subjects |306| Legal basis | Opt-out model | Opt-in (consent or legal basis) |307| Data covered | Personal information | Personal data |308| Sensitive data | SPI with limit-use right | Special category with explicit consent |309| Breach notification | AG notification, private action | 72-hour DPA notification |310| DPO requirement | None | Required for certain processing |311| Penalties | $2,500-$7,500 per violation | Up to 4% global revenue or €20M |312| Private right of action | Data breaches only | Varies by member state |313| Cross-border transfers | No restrictions | Adequacy decisions, SCCs, BCRs |314| Children's data | Opt-in for under 16, parental for under 13 | Parental consent for under 16 (variable) |315316### Infrastructure Privacy Controls317318**Cookie Consent Management:**319- Implement cookie consent banner for non-essential cookies320- Honor Global Privacy Control (GPC) browser signals (legally required)321- Maintain cookie inventory with retention periods322- Categorize cookies: strictly necessary, functional, analytics, advertising323324**Global Privacy Control (GPC):**325- Businesses must treat GPC signal as valid opt-out request (§1798.135)326- Technical implementation: detect `Sec-GPC: 1` header or `navigator.globalPrivacyControl`327- Apply opt-out to sale AND sharing of PI328- No re-authentication required for GPC329330**Privacy by Design:**331- Data minimization: collect only PI necessary for disclosed purposes332- Purpose limitation: use PI only for purposes disclosed at collection333- Storage limitation: retain PI only as long as necessary334- Security by default: encrypt PI at rest and in transit335336**Data Inventory and Mapping:**337- Maintain comprehensive PI inventory across all systems338- Map data flows: collection → processing → sharing → deletion339- Document retention schedules per PI category340- Track cross-border data transfers341342**Automated Decision-Making:**343- Disclose use of automated decision-making technology344- Provide opt-out for profiling that produces legal or significant effects345- CPRA regulations may require access to logic of automated decisions346347### Compliance Roadmap348349**Month 1-2: Discovery and Assessment**350- Determine CCPA/CPRA applicability351- Conduct data inventory and mapping352- Gap analysis against requirements353- Assign compliance ownership354355**Month 3-4: Implementation**356- Draft/update privacy policy357- Implement "Do Not Sell or Share" link358- Implement "Limit Use of SPI" link359- Deploy GPC signal detection360- Build consumer request intake and fulfillment workflows361- Draft service provider/contractor agreements362363**Month 5-6: Operationalization**364- Train employees on privacy obligations365- Test consumer request workflows end-to-end366- Conduct initial risk assessment367- Plan annual cybersecurity audit368- Establish ongoing monitoring and metrics369- Document compliance program for regulatory defense370371---372373## Troubleshooting374375| Problem | Possible Cause | Resolution |376|---------|---------------|------------|377| Compliance score unexpectedly low despite privacy policy updates | Policy disclosures incomplete -- missing SPI categories, retention periods, or sale/sharing categories | Run `ccpa_compliance_checker.py --input profile.json` and review per-category scores; cross-reference privacy policy against the 17+ required disclosure elements |378| Data mapper flags cross-border transfers but organization operates only in US | Data inventory includes cloud services with non-US processing locations | Review data inventory entries for cloud provider data processing locations; document all sub-processor locations per service provider agreements |379| Consumer rights requests consistently exceed 45-day response deadline | Manual fulfillment process without tracking system or unclear ownership | Implement `ccpa_data_mapper.py` to map PI across all systems; deploy request tracking with automated deadline alerts; assign per-system data stewards |380| GPC signal detection not working | Application does not check `Sec-GPC: 1` header or `navigator.globalPrivacyControl` | Implement server-side header detection and client-side JavaScript check; test with browsers that support GPC (Firefox, Brave); log detection events |381| CPPA enforcement inquiry received | Potential compliance gap discovered during regulatory sweep or consumer complaint | Immediately run full compliance assessment; prioritize critical gaps (opt-out link, GPC, privacy policy); engage privacy counsel; document remediation timeline |382| Vendor contracts missing CCPA-required provisions | Service provider agreements predate CPRA amendments | Audit all vendor agreements against CCPA service provider/contractor requirements; update contracts to include certification, limited use, audit rights, and data deletion obligations |383| Risk assessment requirements unclear | New CPRA regulations (effective January 1, 2026) mandate risk assessments for six processing categories | Review processing activities against the six "significant risk" categories; document risk assessments per CPPA regulatory template; plan for April 2028 attestation deadline |384385---386387## Success Criteria388389- **Overall compliance score of 80+ on initial assessment** -- indicating foundational CCPA/CPRA controls are in place, with per-category scores identifying targeted remediation areas390- **All consumer rights requests fulfilled within 45 calendar days** -- with 10-business-day acknowledgment, tracked through a request management system with automated deadline alerts391- **Privacy policy updated at least annually** -- with documented reviews quarterly, disclosing all 11 PI categories collected, sources, purposes, third-party sharing, and all seven consumer rights392- **GPC signal honored automatically** -- detected via `Sec-GPC: 1` header and `navigator.globalPrivacyControl`, applied to both sale and sharing of PI, with no re-authentication required393- **Complete data inventory maintained** -- all PI categories mapped to collection sources, business purposes, sharing recipients, and retention schedules using `ccpa_data_mapper.py`394- **Service provider and contractor agreements include all CCPA-required provisions** -- including certification of limited use, deletion obligations, audit rights, and sub-contractor chain documentation395- **Risk assessments completed for all applicable processing activities** -- covering the six CPRA significant-risk categories, with attestation readiness by the April 2028 deadline396397---398399## Scope & Limitations400401**In Scope:**402- CCPA/CPRA applicability determination (revenue, consumer count, PI revenue thresholds)403- Privacy policy compliance assessment against all required disclosures404- Consumer rights readiness validation (Know, Delete, Opt-Out, Correct, Portability, Limit SPI Use)405- Data inventory mapping across all 11 CCPA personal information categories406- Sensitive personal information identification per CPRA definitions407- Technical safeguard assessment (encryption, access controls, opt-out mechanisms)408- Service provider and contractor agreement requirements409410**Out of Scope:**411- Legal advice or determination of exemption applicability (HIPAA, GLBA, FCRA, employment data) -- consult privacy counsel for exemption analysis412- Implementation of cookie consent management platforms or GPC signal handling code413- CCPA private right of action defense (data breach litigation) -- consult legal counsel414- Other state privacy laws (Virginia VCDPA, Colorado CPA, Connecticut CTDPA) beyond the comparison tables provided -- use jurisdiction-specific guidance415- Automated decision-making technology (ADMT) compliance under CPRA regulations effective January 2027 -- monitor CPPA rulemaking for final requirements416417**Important Notes:**418- CPPA enforcement is escalating significantly in 2025-2026, with fines exceeding $1.3M in individual cases and joint multi-state enforcement sweeps targeting GPC non-compliance419- New CPRA regulations effective January 1, 2026 add risk assessment, cybersecurity audit, and updated compliance requirements -- plan implementation accordingly420421---422423## Integration Points424425| Skill | Integration | When to Use |426|-------|-------------|-------------|427| `gdpr-dsgvo-expert` | Unified privacy program satisfying both GDPR and CCPA; cross-framework privacy mapping | When organization operates in both EU and California markets |428| `infrastructure-compliance-auditor` | Technical safeguard validation (encryption, access controls, logging) for CCPA reasonable security | When assessing infrastructure controls supporting CCPA compliance |429| `information-security-manager-iso27001` | Security controls supporting CCPA "reasonable security" requirement | When building security program that satisfies both ISO 27001 and CCPA |430| `soc2-compliance-expert` | SOC 2 controls mapped to CCPA technical safeguard requirements | When SOC 2 audit evidence supports CCPA security compliance |431432---433434## Tool Reference435436### ccpa_compliance_checker.py437438Evaluates organizational readiness against all CCPA/CPRA requirements across 8 assessment categories.439440| Flag | Required | Description |441|------|----------|-------------|442| `--input <file>` | Yes (unless `--template`) | Path to JSON company profile for assessment |443| `--template` | No | Generate blank input template to stdout |444| `--json` | No | Output results in JSON format for automation |445| `--output <file>` | No | Export report to specified file path |446447**Output:** Overall compliance score (0-100), per-category scores with pass/fail/partial status, prioritized findings with regulatory references, and remediation recommendations.448449### ccpa_data_mapper.py450451Maps personal information categories, tracks data flows, and generates data inventory reports.452453| Flag | Required | Description |454|------|----------|-------------|455| `--input <file>` | Yes (unless `--template`) | Path to JSON data inventory for mapping |456| `--template` | No | Generate blank inventory template to stdout |457| `--output <file>` | No | Export mapping report to specified file path |458| `--flow-diagram` | No | Generate text-based data flow diagram showing collection, use, sharing, and selling paths |459460**Output:** PI category mapping across all 11 CCPA categories, SPI identification, data flow analysis (sources, purposes, recipients), cross-border transfer flags, and data retention gap detection.