Us state privacy laws
Skill vaquarkhan/compliance-agent-skills/skills/us-state-privacy-laws
30 Agent Skills for deterministic USA compliance auditing of AI agents — HIPAA, NIST AI RMF, FERPA, COPPA, PCI-DSS, SOC 2, FedRAMP, CMMC, GLBA, privacy & GDPR. Presidio PHI redaction, MCP templates, Pydantic AI, VS Code & JetBrains plugins.
npx -y skills add vaquarkhan/compliance-agent-skills --skill us-state-privacy-lawsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Implements comprehensive US state comprehensive privacy law assessments—Virginia VCDPA (Va. Code §59.1-575), Colorado CPA (C.R.S. §6-1-1301), Connecticut CTDPA, Utah UCPA, Texas TDPSA, Oregon OCPA, Montana MCDPA, Iowa ICDPA, Delaware DPDPA, New Jersey, and harmonized multi-state consumer rights programs—for agent/LLM data flows, opt-out, DSAR, and data protection assessments. Trigger when operating nationally beyond California CPRA, mapping state-by-state obligations, building unified US privacy programs, or auditing agent systems for VCDPA/CPA-style rights. Do not use for California-only CPRA (use ccpa-cpra-privacy-rights), HIPAA PHI (use hipaa-privacy-minimum-necessary), or EU GDPR (use gdpr-us-multinational).
SKILL.md
8.3 KB, as published. Nobody here has run it
US State Privacy Laws
Overview
After California CPRA, comprehensive state privacy laws form a patchwork of consumer rights, controller/processor roles, and assessment requirements. This skill operationalizes multi-state compliance for organizations processing US residents' personal data—including agent prompts, MCP logs, and LLM vendor chains.
| State | Law | Effective | Notable scope threshold |
|---|---|---|---|
| Virginia | VCDPA Va. Code §59.1-575 | 2023 | 100k consumers or 25k + 50% revenue from PI sale |
| Colorado | CPA C.R.S. §6-1-1301 | 2023 | 100k consumers or 25k + revenue from PI sale |
| Connecticut | CTDPA | 2023 | Similar to VCDPA |
| Utah | UCPA | 2023 | 100k consumers or 25k + 50% revenue from sale |
| Texas | TDPSA | 2024 | Broad—no revenue threshold; SBO threshold |
| Oregon | OCPA | 2024 | 100k consumers or 25k + 25% revenue from sale |
| Montana | MCDPA | 2024 | 50k consumers |
| Iowa | ICDPA | 2024 | 100k consumers |
| Delaware | DPDPA | 2025 | 35k consumers or 10k + 20% revenue from sale |
| New Jersey | NJDPA | 2025 | 100k consumers or 25k + revenue from sale |
Harmonized rights (most states): access, delete, correct, portability, opt-out of targeted advertising, sale, and profiling for significant decisions; sensitive data consent; DPIA/assessment for high-risk processing (varies by state).
Reference: references/us-state-privacy-matrix.md
When to Use
Use this skill when:
- Operating nationally and need state-by-state gap analysis beyond California
- Building unified US privacy program (single notice, multi-state DSAR, GPC/opt-out)
- Agent/LLM systems process state residents' PI in prompts, embeddings, or analytics
- Data protection assessments required (Colorado, Virginia, Connecticut, etc.)
- Universal opt-out (Global Privacy Control, state-specific links) implementation review
- Vendor contracts for LLM/MCP need processor terms aligned to VCDPA/CPA
- Texas TDPSA small business exemption or SBO analysis
Do not use this skill when:
- California-only scope (use
ccpa-cpra-privacy-rights—deeper CPRA detail) - HIPAA-covered entity PHI workflows (HIPAA may preempt for PHI)
- EU data subjects (use
gdpr-us-multinational) - Breach notification only (use
hitech-breach-notificationorbreach-incident-response)
Core Process
Execute steps in order.
Step 1: Applicability matrix
- For each state in
references/us-state-privacy-matrix.md, evaluate:- Consumer count thresholds
- Revenue/sale thresholds
- Exemptions: GLBA-covered, HIPAA-covered, FERPA, B2B employee data (varies)
- Mark entity as controller, processor, or third party per state definitions.
- Artifact:
templates/state-privacy-assessment.yaml— applicability grid.
Step 2: Data inventory for agent systems
- Map PI categories in agent pipeline:
- Prompts, session logs, MCP Postgres, Slack notifications, GitHub evidence
- Flag sensitive data per state (biometric, geolocation, health, minors):
- Health data in agent prompts may trigger consent even outside HIPAA
- Identify sale, share, and targeted advertising (analytics SDKs, ad IDs in agent telemetry).
Step 3: Consumer rights harmonization
Build lowest-common-denominator + state overlays program:
| Right | Harmonized approach | State overlays |
|---|---|---|
| Access | 45-day response; secure portal | CO/VCDPA appeal process |
| Delete | Cascade to LLM vendor per contract | Document exceptions |
| Correct | Source-of-truth update + re-index | CT explicit right |
| Opt-out sale/targeted ads | GPC + "Your Privacy Choices" link | TX universal opt-out |
| Profiling opt-out | Agent automated decisions disclosure | CO, CT assessments |
| Sensitive PI | Opt-in consent before collection | UT narrower sensitive list |
- Do not route DSARs through unredacted LLM—use Postgres MCP read-only queries.
- Log in
templates/dsar-request-log.yamlwith state of residency field.
Step 4: Privacy notices and transparency
- Privacy policy must list states covered and rights per state (or unified section with state addenda).
- Notice at collection for agent chat widgets—categories, purposes, retention, automated decision-making.
- Processor/subprocessor list includes LLM and MCP vendors.
Step 5: Data protection assessments (DPA)
States requiring DPIA/assessment for high-risk processing (e.g., CO CPA, VCDPA profiling, sensitive data):
- Assess agent use cases: automated eligibility, health inferences, large-scale profiling.
- Document: processing description, necessity, risks, mitigations (redaction gate, retention limits).
- Cross-link
gdpr-us-multinationalif EU subjects also processed.
Step 6: Processor contracts
- LLM/MCP vendors as processors—contract must include:
- Processing instructions, confidentiality, deletion/return, subprocessors, audit rights
- Align to Colorado/Virginia mandatory terms where applicable.
- Use
vendor-third-party-riskfor SOC report + state addendum review.
Step 7: Universal opt-out and signals
- Honor Global Privacy Control (GPC) where required (CO, CT, CA, MT, etc.).
- Texas universal opt-out mechanism for sale/targeted advertising/sharing.
- Agent telemetry: disable ad identifiers when opt-out flag set in session context.
Step 8: Children's and sensitive data
- Knowingly process 13–16 (varies) minors—parental consent states differ.
- Sensitive PI in agent prompts requires opt-in in most comprehensive states.
- Apply
hipaa-phi-redaction-pipelinebefore LLM—state health PI ≠ HIPAA exempt path.
Step 9: Enforcement readiness
- Document AG notification contacts per state (breach may overlap
breach-incident-response). - Maintain 30-day cure awareness (repealed in some states—verify current law).
- Evidence package for regulatory inquiry: data map, DPAs, DSAR logs, opt-out stats.
Common Rationalizations
| Excuse | Rebuttal |
|---|---|
| "We're B2B—state laws don't apply." | Many laws exempt pure B2B contact PI but not consumer agent users—verify per state. |
| "CPRA covers us nationally." | CPRA is California-only; TX, VA, CO have independent obligations. |
| "LLM vendor is processor—we're fine." | Controller remains liable for assessment, notice, and DSAR—vendor contract must enable compliance. |
| "One privacy policy is enough." | State-specific appeal rights, sensitive data, and TDPSA disclosures may require addenda. |
| "Agent logs aren't personal data." | Prompts with names, emails, or IDs are PI under all comprehensive state laws. |
Red Flags
- No state applicability analysis documented
- DSAR responses include other consumers' PI from shared agent logs
- Targeted advertising in agent SDK without opt-out
- Sensitive health PI in prompts without consent
- Texas operations without TDPSA SBO/threshold review
- No DPA for agent profiling use case in Colorado
Verification
- State applicability matrix completed with thresholds and exemptions
- Agent/LLM data map includes PI categories and sensitive flags
- Harmonized consumer rights program with state overlays documented
- Privacy notices updated for multi-state rights and subprocessors
- Data protection assessments completed for high-risk agent processing
- Processor contracts reviewed for VCDPA/CPA mandatory terms
- GPC/universal opt-out implemented and tested
- DSAR log includes state residency and response deadlines
- Evidence retained for regulatory inquiry readiness