jeremylongshore

Scanning for GDPR Compliance

@jeremylongshore/Scanning for GDPR Compliance
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill enables Claude to scan applications and data systems for GDPR compliance issues. It identifies potential violations related to data protection, privacy rights, consent management, and other regulatory requirements. Use this skill when the user asks to "scan for GDPR compliance", check "GDPR compliance", or audit for "data privacy". The skill leverages the `gdpr-compliance-scanner` plugin to perform a comprehensive assessment and generate a detailed report.

Installation

$skills install @jeremylongshore/Scanning for GDPR Compliance
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/plugin-enhancements/plugin-backups/gdpr-compliance-scanner_20251019_134728/skills/skill-adapter/SKILL.md
Branchmain
Scoped Name@jeremylongshore/Scanning for GDPR Compliance

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: Scanning for GDPR Compliance description: | This skill enables Claude to scan applications and data systems for GDPR compliance issues. It identifies potential violations related to data protection, privacy rights, consent management, and other regulatory requirements. Use this skill when the user asks to "scan for GDPR compliance", check "GDPR compliance", or audit for "data privacy". The skill leverages the gdpr-compliance-scanner plugin to perform a comprehensive assessment and generate a detailed report.

Overview

This skill allows Claude to automatically assess an application's GDPR compliance posture. It provides a comprehensive scan, identifying potential violations and offering actionable recommendations to improve compliance. The skill simplifies the complex process of GDPR auditing, making it easier to identify and address critical gaps.

How It Works

  1. Initiate Scan: The user requests a GDPR compliance scan using natural language.
  2. Plugin Activation: Claude activates the gdpr-compliance-scanner plugin.
  3. Compliance Assessment: The plugin scans the application or system based on GDPR requirements.
  4. Report Generation: A detailed report is generated, highlighting compliance scores, critical gaps, and recommended actions.

When to Use This Skill

This skill activates when you need to:

  • Assess an application's GDPR compliance.
  • Identify potential GDPR violations.
  • Generate a report outlining compliance gaps and recommendations.
  • Audit data processing activities for adherence to GDPR principles.

Examples

Example 1: Assess GDPR Compliance of a Web Application

User request: "Scan my web application for GDPR compliance."

The skill will:

  1. Activate the gdpr-compliance-scanner plugin.
  2. Scan the web application for GDPR compliance issues related to data collection, storage, and processing.
  3. Generate a report highlighting compliance scores, critical gaps such as missing cookie consent mechanisms, and actionable recommendations like implementing a cookie consent banner.

Example 2: Audit Data Processing Activities

User request: "Check our data processing activities for GDPR compliance."

The skill will:

  1. Activate the gdpr-compliance-scanner plugin.
  2. Analyze data processing activities, including data collection methods, storage practices, and security measures.
  3. Generate a report identifying potential violations, such as inadequate data encryption or missing data processing agreements, along with recommendations for remediation.

Best Practices

  • Specificity: Provide as much context as possible about the application or system being scanned to improve the accuracy of the assessment.
  • Regularity: Schedule regular GDPR compliance scans to ensure ongoing adherence to regulatory requirements.
  • Actionable Insights: Prioritize addressing the critical gaps identified in the report to mitigate potential risks.

Integration

This skill can be integrated with other security and compliance tools to provide a holistic view of an application's security posture. It can also be used in conjunction with code generation tools to automatically implement recommended changes and improve GDPR compliance.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.