
Implementing GDPR Data Protection Controls
FreeStreamline your GDPR compliance processes with structured controls.
Free · Opens the source repo
What Implementing GDPR Data Protection Controls does
The Implementing GDPR Data Protection Controls skill provides developers and organizations with a structured approach to comply with the General Data Protection Regulation (GDPR). This skill is essential for anyone involved in the handling of personal data, especially within the European Union. It outlines the necessary technical and organizational measures required to meet GDPR standards, including privacy by design and default, Data Protection Impact Assessments (DPIAs), and data subject rights management. By implementing these controls, users can ensure that their data processing activities are lawful, transparent, and secure.
This skill is particularly useful during the design and auditing phases of GDPR compliance. It guides users through the essential steps of identifying data flows, assessing risks, and implementing security measures. The skill includes detailed workflows that span from data mapping and assessment to the implementation of technical controls and organizational policies. It emphasizes the importance of establishing a comprehensive understanding of data processing activities and the legal bases for processing personal data, as well as the rights of data subjects.
Additionally, the skill addresses critical aspects of GDPR compliance such as breach notification procedures and cross-border data transfer mechanisms. Users will learn how to manage data subject access requests and erasure requests effectively, ensuring that they uphold the rights of individuals under GDPR. With this skill, organizations can build a robust framework for data protection that not only meets regulatory requirements but also fosters trust with their customers.
In summary, the Implementing GDPR Data Protection Controls skill is a vital tool for developers and compliance officers looking to navigate the complexities of GDPR. It provides a clear roadmap for establishing security controls and ensuring that personal data is handled in accordance with legal obligations, ultimately contributing to a culture of privacy and accountability within organizations.
When to use it
Use this skill when deploying GDPR data protection controls or conducting security assessments related to personal data.
When not to use it
This skill may not be suitable for organizations outside the EU or those not handling personal data as defined by GDPR.
What you can build with it
Designing GDPR Compliance Frameworks
Use this skill to establish a comprehensive GDPR compliance framework that includes technical and organizational measures.
Conducting Data Protection Impact Assessments
Leverage the skill to perform DPIAs for high-risk processing activities, ensuring compliance with GDPR requirements.
Managing Data Subject Requests
Implement workflows for handling data subject access and erasure requests efficiently, in line with GDPR obligations.
How to install Implementing GDPR Data Protection Controls
View source1. Install with the skills CLI
npx skills add mukul975/anthropic-cybersecurity-skills/implementing-gdpr-data-protection-controls --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by mukul975Implementing GDPR Data Protection Controls
Overview
The General Data Protection Regulation (EU) 2016/679 (GDPR) is the EU's comprehensive data protection law governing the collection, processing, storage, and transfer of personal data. This skill covers implementing the technical and organizational measures required by GDPR, including data protection by design and by default, Data Protection Impact Assessments (DPIAs), data subject rights management, breach notification procedures, and cross-border data transfer mechanisms.
When to Use
- When deploying or configuring implementing gdpr data protection controls capabilities in your environment
- When establishing security controls aligned to compliance requirements
- When building or improving security architecture for this domain
- When conducting security assessments that require this implementation
Prerequisites
- Understanding of EU data protection law and its territorial scope
- Knowledge of personal data processing activities within the organization
- Familiarity with data architecture, databases, and application systems
- Understanding of data flows including cross-border transfers
Core Concepts
Key GDPR Articles for Technical Controls
| Article | Requirement |
|---|---|
| Art. 5 | Principles: lawfulness, purpose limitation, data minimization, accuracy, storage limitation, integrity and confidentiality, accountability |
| Art. 6 | Lawful basis for processing (consent, contract, legal obligation, vital interests, public task, legitimate interest) |
| Art. 25 | Data protection by design and by default |
| Art. 28 | Processor obligations and contractual requirements |
| Art. 30 | Records of processing activities (ROPA) |
| Art. 32 | Security of processing (technical and organizational measures) |
| Art. 33 | Breach notification to supervisory authority (72 hours) |
| Art. 34 | Communication of breach to data subjects |
| Art. 35 | Data Protection Impact Assessment (DPIA) |
| Art. 37-39 | Data Protection Officer (DPO) appointment and role |
| Art. 44-49 | Cross-border data transfers (adequacy, SCCs, BCRs) |
Article 32 Security Measures
The regulation requires organizations to implement measures appropriate to the risk:
- Pseudonymization and encryption of personal data
- Confidentiality, integrity, availability, and resilience of processing systems
- Ability to restore availability and access to personal data in a timely manner
- Regular testing and evaluation of technical and organizational measures
Data Subject Rights (Articles 12-22)
| Right | Article | Description |
|---|---|---|
| Right to be informed | 13-14 | Transparent information about processing |
| Right of access | 15 | Obtain copy of personal data |
| Right to rectification | 16 | Correct inaccurate data |
| Right to erasure | 17 | "Right to be forgotten" |
| Right to restrict processing | 18 | Limit processing of data |
| Right to data portability | 20 | Receive data in machine-readable format |
| Right to object | 21 | Object to processing (especially direct marketing) |
| Automated decision-making | 22 | Not be subject to solely automated decisions |
Workflow
Phase 1: Data Mapping and Assessment (Weeks 1-6)
- Create comprehensive data inventory:
- What personal data is collected
- From whom (data subjects)
- Why (purposes and lawful bases)
- Where it's stored (systems, locations, countries)
- Who has access (internal and external)
- How long it's retained
- What security measures protect it
- Document Records of Processing Activities (ROPA) per Article 30
- Identify lawful basis for each processing activity
- Map cross-border data transfers and transfer mechanisms
- Identify processing activities requiring DPIA
Phase 2: Gap Analysis and Risk Assessment (Weeks 7-10)
- Assess current state against GDPR requirements
- Perform DPIAs for high-risk processing activities
- Identify security gaps in Article 32 compliance
- Evaluate data retention compliance
- Assess data subject rights request handling capabilities
Phase 3: Technical Controls Implementation (Weeks 11-24)
- Encryption:
- Data at rest: AES-256 for databases, file systems, backups
- Data in transit: TLS 1.2+ for all personal data transfers
- Key management: secure key storage and rotation procedures
- Pseudonymization:
- Implement tokenization for sensitive identifiers
- Separate pseudonymization keys from data stores
- Access Controls:
- Role-based access control (RBAC) for personal data
- Principle of least privilege
- MFA for systems processing personal data
- Regular access reviews
- Data Minimization:
- Implement data collection limits at application layer
- Default privacy settings (data protection by default)
- Automated data retention enforcement
- Erasure and Portability:
- Build data deletion workflows across all systems
- Implement data export in machine-readable formats (JSON, CSV)
- Cascade deletion to backups and archives
- Consent Management:
- Implement granular consent collection mechanisms
- Consent withdrawal functionality
- Consent audit trail and versioning
- Breach Detection:
- SIEM for personal data access monitoring
- Data loss prevention (DLP) controls
- Anomalous access detection
Phase 4: Organizational Controls (Weeks 11-24)
- Appoint Data Protection Officer (DPO) if required
- Develop data protection policies and procedures
- Create breach notification procedures (72-hour timeline)
- Establish data subject request (DSR) handling procedures
- Implement vendor management with Data Processing Agreements (DPAs)
- Deploy privacy awareness training for all staff
- Create data protection by design guidance for development teams
Phase 5: Documentation and Compliance Evidence (Weeks 25-30)
- Finalize ROPA documentation
- Document all DPIAs and outcomes
- Create data protection policies
- Document technical and organizational measures
- Establish privacy notice and consent records
- Create international transfer documentation (SCCs, TIAs)
Phase 6: Ongoing Compliance (Continuous)
- Regular DPIA reviews for new processing activities
- Annual data mapping refresh
- Periodic security measure testing (Art. 32 requirement)
- Data subject request tracking and SLA monitoring
- Breach response readiness testing
- Training refresh and awareness campaigns
Key Artifacts
- Records of Processing Activities (ROPA)
- Data Protection Impact Assessments (DPIAs)
- Data Processing Agreements (DPAs)
- Privacy Notices and Consent Records
- Breach Response Procedures and Register
- Data Subject Request Handling Procedures
- International Data Transfer Mechanisms (SCCs, BCRs)
- Technical and Organizational Measures Documentation
Common Pitfalls
- Treating GDPR as only a legal/compliance exercise without technical implementation
- Incomplete data mapping missing shadow IT or legacy systems
- Failing to maintain consent audit trails
- Not testing 72-hour breach notification capability
- Ignoring cross-border transfer requirements for cloud services
- Over-reliance on consent as lawful basis when legitimate interest applies
References
- GDPR Official Text: https://gdpr-info.eu/
- European Data Protection Board (EDPB) Guidelines
- ICO (UK) GDPR Guidance: https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/
- CNIL (France) GDPR Compliance Toolkit
- Article 29 Working Party Guidelines on DPIAs
Frequently asked questions about Implementing GDPR Data Protection Controls
Similar skills
Data Breach Blast Radius Analyzer
Assess potential breach impacts before they occur.
Verify Agent Action
Ensure safe execution of AI agent actions with thorough reviews.
Agent Supply Chain Integrity
Ensure the integrity of AI agent plugins and tools.
Agent OWASP ASI Compliance Check
Ensure your AI agents meet OWASP ASI security standards.
Securing S3 Buckets
Enhance your S3 bucket security with AWS best practices.
AWS Account Enumeration with ScoutSuite
Assess AWS security posture with comprehensive audits.
