MCP HubMCP Hub
スキル一覧に戻る

scanning-for-data-privacy-issues

majiayu000
更新日 Yesterday
26 閲覧
58
9
58
GitHubで表示
メタaiautomationdata

について

このスキルは、コードと設定ファイルをスキャンし、PII漏洩やコンプライアンス違反(例:GDPR)などのデータプライバシー脆弱性を自動的に特定します。「プライバシー監査」や「プライバシーコンプライアンス確認」のリクエストによってトリガーされ、個人情報、金融データ、医療データを扱うプロジェクトで最も効果を発揮します。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/majiayu000/claude-skill-registry
Git クローン代替
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/scanning-for-data-privacy-issues

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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 processed to help the plugin identify relevant privacy risks.
  • Review: Carefully review the generated report to understand the identified vulnerabilities and implement appropriate remediation measures.

Integration

This skill can be integrated with other security and compliance tools to provide a comprehensive approach to data privacy. For example, it can be combined with vulnerability scanning tools to identify related security risks or with reporting tools to track progress on remediation efforts.

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/data-privacy-scanner

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

polymarket

メタ

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

スキルを見る