---
name: gdpr-pipa-cross-reference
description: "Cross-reference database for GDPR and Korea's Personal Information Protection Act (PIPA). The 'privacy-law-analyst' and 'consent-designer' agents must use this skill's article mappings and gap analysis when analyzing multi-jurisdiction privacy requirements and designing consent forms. Use for 'GDPR vs PIPA comparison', 'legal requirements cross-analysis', 'global compliance strategies', etc. Note: data flow mapping and technical safeguard design are outside the scope of this skill."
---
# GDPR-PIPA Cross Reference — GDPR & PIPA Cross-Reference DB
Article-level mapping, gap analysis, and unified compliance guide for EU GDPR and Korea's Personal Information Protection Act (PIPA).
## Core Principles Cross-Mapping
| Principle | GDPR (Article) | PIPA (Article) | Differences |
|-----------|---------------|----------------|-------------|
| Lawfulness | Art.6 (6 legal bases) | Art.15 (Consent principle) | GDPR provides more legal bases |
| Purpose Limitation | Art.5(1)(b) | Art.3 No.1 | Similar |
| Data Minimization | Art.5(1)(c) | Art.3 No.1, Art.16 | Similar |
| Accuracy | Art.5(1)(d) | Art.3 No.3 | Similar |
| Storage Limitation | Art.5(1)(e) | Art.21 | Similar |
| Security | Art.5(1)(f), Art.32 | Art.29 | GDPR more detailed |
| Accountability | Art.5(2) | Art.3 No.8 | GDPR more emphasized |
## Consent Requirements Comparison
### GDPR's 4 Requirements for Valid Consent
Freely given
No detriment for refusal
Bundling unnecessary consent with service provision is prohibited
Specific
Separate consent per processing purpose
Blanket consent not permitted
Informed
Prior notice of controller identity, purpose, and rights
Clear and plain language
Unambiguous indication
Affirmative action required (no pre-checked boxes)
Implied consent not recognized
### PIPA Consent Requirements
Notice and Consent (Art.15, Art.17)
Notify of collection/use purpose, items, and retention period
Mandatory and optional items must be separated
Cases requiring separate consent
Sensitive information (Art.23)
Unique identification information (Art.24)
Marketing purposes (Art.22)
Third-party provision (Art.17)
Cross-border transfer (Art.28-8)
Consent methods
Written or electronic methods
Important content must be distinguished by font size and color
### Practical Differences
| Item | GDPR | PIPA | Unified Compliance Approach |
|------|------|------|-----------------------------|
| Pre-checked boxes | Prohibited | Prohibited | Opt-in method |
| Bundling prohibition | Strict (Art.7(4)) | Mandatory/optional separation | Separate consent per purpose |
| Ease of withdrawal | As easy as giving consent | Equivalent to consent method and procedure | One-click withdrawal UI |
| Child consent | Under 16: parental consent | Under 14: legal guardian consent | Age 14 threshold (stricter) |
| Proof of consent | Controller must demonstrate | Processor must demonstrate | Retain consent logs |
## Data Subject Rights Mapping
| Right | GDPR | PIPA | Level of Protection |
|-------|------|------|---------------------|
| Right of Access | Art.15 | Art.35 | Similar under both laws |
| Right to Rectification | Art.16 | Art.36 | Similar under both laws |
| Right to Erasure (Right to be Forgotten) | Art.17 | Art.36 | GDPR stronger |
| Right to Restriction of Processing | Art.18 | Art.37 | GDPR more detailed |
| Right to Data Portability | Art.20 | Art.35-2 (newly added) | Introduced in PIPA 2023 |
| Right to Object | Art.21 | Art.37 | GDPR includes profiling |
| Right to Object to Automated Decision-Making | Art.22 | Art.37-2 (newly added) | Similar under both laws |
## Cross-Border Transfer Regulation Comparison
| Item | GDPR | PIPA |
|------|------|------|
| Principle | Adequacy decision country or appropriate safeguards | Consent or safeguards |
| Adequacy Decision | European Commission decision | Personal Information Protection Commission designation |
| Standard Contractual Clauses | SCC (Art.46(2)(c)) | Standard Personal Information Protection Clauses |
| BCR | Art.47 | Not applicable |
| Exceptions | Art.49 (consent, contract performance, etc.) | Data subject consent |
## Fines and Penalties Comparison
| Category | GDPR | PIPA |
|----------|------|------|
| Maximum Fine | 4% of global turnover or EUR 20 million | 3% of total revenue |
| Minor Violations | 2% of global turnover or EUR 10 million | KRW 50 million administrative fine |
| Criminal Penalties | At member state discretion | Up to 5 years imprisonment |
| Class Actions | Art.80 (representative actions) | Class dispute mediation, representative actions |
## Unified Compliance Checklist
Minimum requirements for simultaneously satisfying both laws for global services:
- [ ] Maintain Records of Processing Activities (RoPA) (GDPR Art.30 + PIPA Art.30)
- [ ] Designate DPO/CPO (GDPR Art.37 + PIPA Art.31)
- [ ] Conduct impact assessments (DPIA/PIA) (GDPR Art.35 + PIPA Art.33)
- [ ] Separate consent per purpose + Opt-in (common to both laws)
- [ ] SCC + consent for cross-border transfers (dual application of both laws)
- [ ] Report breaches within 72 hours (GDPR Art.33 + PIPA Art.34)
- [ ] Data subject rights exercise procedures (unified under both laws)
## References
- Based on GDPR 2016/679 and Korea's Personal Information Protection Act (2023 comprehensive revision)
- Detailed article mapping: see `references/gdpr-pipa-article-map.md`
1---2name: gdpr-pipa-cross-reference3description: ```markdown4---5```markdown6---7name: gdpr-pipa-cross-reference8description: "Cross-reference database for GDPR and Korea's Personal Information Protection Act (PIPA). The 'privacy-law-analyst' and 'consent-designer' agents must use this skill's article mappings and gap analysis when analyzing multi-jurisdiction privacy requirements and designing consent forms. Use for 'GDPR vs PIPA comparison', 'legal requirements cross-analysis', 'global compliance strategies', etc. Note: data flow mapping and technical safeguard design are outside the scope of this skill."9---1011# GDPR-PIPA Cross Reference — GDPR & PIPA Cross-Reference DB1213Article-level mapping, gap analysis, and unified compliance guide for EU GDPR and Korea's Personal Information Protection Act (PIPA).1415## Core Principles Cross-Mapping1617| Principle | GDPR (Article) | PIPA (Article) | Differences |18|-----------|---------------|----------------|-------------|19| Lawfulness | Art.6 (6 legal bases) | Art.15 (Consent principle) | GDPR provides more legal bases |20| Purpose Limitation | Art.5(1)(b) | Art.3 No.1 | Similar |21| Data Minimization | Art.5(1)(c) | Art.3 No.1, Art.16 | Similar |22| Accuracy | Art.5(1)(d) | Art.3 No.3 | Similar |23| Storage Limitation | Art.5(1)(e) | Art.21 | Similar |24| Security | Art.5(1)(f), Art.32 | Art.29 | GDPR more detailed |25| Accountability | Art.5(2) | Art.3 No.8 | GDPR more emphasized |2627## Consent Requirements Comparison2829### GDPR's 4 Requirements for Valid Consent3031```321. Freely given33 - No detriment for refusal34 - Bundling unnecessary consent with service provision is prohibited35362. Specific37 - Separate consent per processing purpose38 - Blanket consent not permitted39403. Informed41 - Prior notice of controller identity, purpose, and rights42 - Clear and plain language43444. Unambiguous indication45 - Affirmative action required (no pre-checked boxes)46 - Implied consent not recognized47```4849### PIPA Consent Requirements5051```521. Notice and Consent (Art.15, Art.17)53 - Notify of collection/use purpose, items, and retention period54 - Mandatory and optional items must be separated55562. Cases requiring separate consent57 - Sensitive information (Art.23)58 - Unique identification information (Art.24)59 - Marketing purposes (Art.22)60 - Third-party provision (Art.17)61 - Cross-border transfer (Art.28-8)62633. Consent methods64 - Written or electronic methods65 - Important content must be distinguished by font size and color66```6768### Practical Differences6970| Item | GDPR | PIPA | Unified Compliance Approach |71|------|------|------|-----------------------------|72| Pre-checked boxes | Prohibited | Prohibited | Opt-in method |73| Bundling prohibition | Strict (Art.7(4)) | Mandatory/optional separation | Separate consent per purpose |74| Ease of withdrawal | As easy as giving consent | Equivalent to consent method and procedure | One-click withdrawal UI |75| Child consent | Under 16: parental consent | Under 14: legal guardian consent | Age 14 threshold (stricter) |76| Proof of consent | Controller must demonstrate | Processor must demonstrate | Retain consent logs |7778## Data Subject Rights Mapping7980| Right | GDPR | PIPA | Level of Protection |81|-------|------|------|---------------------|82| Right of Access | Art.15 | Art.35 | Similar under both laws |83| Right to Rectification | Art.16 | Art.36 | Similar under both laws |84| Right to Erasure (Right to be Forgotten) | Art.17 | Art.36 | GDPR stronger |85| Right to Restriction of Processing | Art.18 | Art.37 | GDPR more detailed |86| Right to Data Portability | Art.20 | Art.35-2 (newly added) | Introduced in PIPA 2023 |87| Right to Object | Art.21 | Art.37 | GDPR includes profiling |88| Right to Object to Automated Decision-Making | Art.22 | Art.37-2 (newly added) | Similar under both laws |8990## Cross-Border Transfer Regulation Comparison9192| Item | GDPR | PIPA |93|------|------|------|94| Principle | Adequacy decision country or appropriate safeguards | Consent or safeguards |95| Adequacy Decision | European Commission decision | Personal Information Protection Commission designation |96| Standard Contractual Clauses | SCC (Art.46(2)(c)) | Standard Personal Information Protection Clauses |97| BCR | Art.47 | Not applicable |98| Exceptions | Art.49 (consent, contract performance, etc.) | Data subject consent |99100## Fines and Penalties Comparison101102| Category | GDPR | PIPA |103|----------|------|------|104| Maximum Fine | 4% of global turnover or EUR 20 million | 3% of total revenue |105| Minor Violations | 2% of global turnover or EUR 10 million | KRW 50 million administrative fine |106| Criminal Penalties | At member state discretion | Up to 5 years imprisonment |107| Class Actions | Art.80 (representative actions) | Class dispute mediation, representative actions |108109## Unified Compliance Checklist110111Minimum requirements for simultaneously satisfying both laws for global services:112113- [ ] Maintain Records of Processing Activities (RoPA) (GDPR Art.30 + PIPA Art.30)114- [ ] Designate DPO/CPO (GDPR Art.37 + PIPA Art.31)115- [ ] Conduct impact assessments (DPIA/PIA) (GDPR Art.35 + PIPA Art.33)116- [ ] Separate consent per purpose + Opt-in (common to both laws)117- [ ] SCC + consent for cross-border transfers (dual application of both laws)118- [ ] Report breaches within 72 hours (GDPR Art.33 + PIPA Art.34)119- [ ] Data subject rights exercise procedures (unified under both laws)120121## References122123- Based on GDPR 2016/679 and Korea's Personal Information Protection Act (2023 comprehensive revision)124- Detailed article mapping: see `references/gdpr-pipa-article-map.md`125```
Run npx skillmds@latest add revfactory/gdpr-pipa-cross-reference in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
```markdown It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
revfactory (@revfactory) published this skill. Their other Agent Skills are listed on their SkillMD profile.