Scan for data privacy issues and sensitive information exposure. Use when reviewing data handling practices. Trigger with 'scan privacy issues', 'check sensitive data', or 'validate data protection'.
View on GitHubjeremylongshore/claude-code-plugins-plus-skills
data-privacy-scanner
plugins/security/data-privacy-scanner/skills/scanning-for-data-privacy-issues/SKILL.md
January 22, 2026
Select agents to install to:
npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/blob/main/plugins/security/data-privacy-scanner/skills/scanning-for-data-privacy-issues/SKILL.md -a claude-code --skill scanning-for-data-privacy-issuesInstallation paths:
.claude/skills/scanning-for-data-privacy-issues/# Data Privacy Scanner This skill provides automated assistance for data privacy scanner tasks. ## Overview This skill automates the process of identifying data privacy risks within a codebase. By leveraging the data-privacy-scanner plugin, Claude can quickly pinpoint potential vulnerabilities, helping developers proactively address compliance requirements and protect sensitive user data. ## How It Works 1. **Initiate Scan**: Upon detecting a privacy-related trigger phrase, Claude activates the data-privacy-scanner plugin. 2. **Analyze Codebase**: The plugin analyzes the specified files or the entire project for potential data privacy violations. 3. **Report Findings**: The plugin generates a detailed report outlining identified risks, including the location of the vulnerability and a description of the potential impact. ## When to Use This Skill This skill activates when you need to: - Identify potential data privacy vulnerabilities in a codebase. - Ensure compliance with data privacy regulations such as GDPR, CCPA, or HIPAA. - Perform a privacy audit of a project involving sensitive user data. ## Examples ### Example 1: Identifying PII Leaks User request: "Scan this project for PII leaks." The skill will: 1. Activate the data-privacy-scanner plugin to analyze the project. 2. Generate a report highlighting potential Personally Identifiable Information (PII) leaks, such as exposed email addresses or phone numbers. ### Example 2: Checking GDPR Compliance User request: "Check this configuration file for GDPR compliance issues." The skill will: 1. Activate the data-privacy-scanner plugin to analyze the specified configuration file. 2. Generate a report identifying potential GDPR violations, such as insufficient data anonymization or improper consent management. ## Best Practices - **Scope**: Specify the relevant files or directories to narrow the scope of the scan and improve performance. - **Context**: Provide context about the type of data being proce