gdpr-auditor

Audit GDPR compliance gaps in codebases and data-processing systems.

6|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/diegocconsolini/ClaudeSkillCollection --skill gdpr-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdpr-auditor
Source: https://github.com/diegocconsolini/ClaudeSkillCollection/tree/main/gdpr-auditor
Command: npx skills add https://github.com/diegocconsolini/ClaudeSkillCollection --skill gdpr-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Python>=3.8, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill guides Claude Code to audit codebases and configuration files for GDPR compliance, focusing on personal data handling, rights, security measures, and data transfers. It emphasizes non-live, static analysis to identify gaps and provide actionable remediation guidance.

Core Features & Use Cases

  • GDPR-focused audit guidance across articles (e.g., rights, data processing principles, transfers).
  • Automated tooling coverage: data collection, retention, rights requests, security controls, breach procedures, DPIA considerations.
  • Output-ready audit reports with structured sections, including executive summary and remediation steps.

Quick Start

Initiate audits by asking Claude: "Audit this project for GDPR compliance" and request a GDPR-ready report.

Frequently Asked Questions about gdpr-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my codebase for GDPR compliance gaps?

GDPR compliance auditing analyzes source files, schemas, and configuration to identify personal data handling violations, missing security controls, and data-transfer issues. This Skill performs static analysis across your code and infrastructure, then generates a structured audit report with risk categorization and remediation steps mapped to specific GDPR articles.

What does a GDPR compliance audit report include?

The audit report contains an executive summary, detailed findings organized by GDPR article, risk categorization (critical/high/medium/low), remediation guidance for each gap, and coverage of data collection, retention, subject rights, security measures, breach procedures, and cross-border transfers.

Can I audit static files without running live code?

Yes. This Skill performs non-live, static analysis only—it examines source code, database schemas, and configuration files without executing your systems. This approach safely identifies compliance gaps in development or CI/CD pipelines before deployment.

What data-handling areas does a GDPR audit cover?

The audit evaluates personal data collection points, retention policies, data subject rights implementation (access, deletion, portability), security controls, breach notification procedures, Data Protection Impact Assessments (DPIA), privacy policies, and international data transfers to non-EU jurisdictions.

Do I need Python to run GDPR compliance audits?

Yes. This Skill requires Python 3.8 or later. It's designed for integration into Python-based development workflows and analysis pipelines.

Can this audit work with cloud and on-premises environments?

Yes. The Skill analyzes codebases, schemas, and configurations across web applications, cloud platforms, and on-premises systems through static file review, making it environment-agnostic for compliance assessment.