compliance-check

Audit GDPR and ePrivacy compliance across consent, legal pages, and data handling.

489|254|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/me2resh/apexyard --skill compliance-check-me2resh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance-check
Source: https://github.com/me2resh/apexyard/tree/main/marketplace/audit-pack/.claude/skills/compliance-check
Command: npx skills add https://github.com/me2resh/apexyard --skill compliance-check-me2resh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies technical gaps that can break GDPR and ePrivacy obligations, focusing on consent, privacy/legal disclosures, user rights, and how personal/secure data is handled across your system.

Core Features & Use Cases

  • Cookie consent & tracking audit: Verifies non-essential cookies and analytics/tracking scripts load only after informed consent.
  • Legal-page coverage checks: Confirms privacy policy and terms pages exist and include required content such as purposes, retention, third parties, and user rights.
  • User rights implementation verification: Checks for delete-account or delete-data capabilities and related opt-out/download patterns.
  • DFD-driven data handling deep dive: Uses the /dfd data-flow document as the canonical source of truth for PII/PCI/secrets, cross-border transfers, and third-party processing responsibilities.
  • Audit-ready outputs with persisted history: Produces a findings table and persists a structured audit artifact for trends across runs.

Quick Start

Run compliance-check for your project by invoking the skill with the project path you want to audit.

Frequently Asked Questions about compliance-check

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

FAQPage Schema
How do I audit my project for GDPR and ePrivacy compliance before launch?

To audit GDPR and ePrivacy compliance before launch, you need to verify cookie consent mechanisms, legal page coverage, user rights implementation, and data handling controls across your system. This process identifies technical gaps in privacy disclosures and tracking scripts that could break regulatory obligations.

What is DFD analysis for data protection and when is it required?

DFD analysis for data protection maps the flow of PII, PCI, and secrets across system boundaries to identify cross-border transfers and third-party processing. It is required for deep-dive compliance investigations when deploying to EU or UK users to ensure secure data handling.

How do I check if non-essential cookies and tracking scripts load only after consent?

Checking non-essential cookies and tracking scripts involves verifying that analytics and tracking mechanisms are gated behind informed user consent. A compliance audit evaluates your implementation to ensure no tracking scripts execute prior to explicit cookie consent.

Does GDPR compliance checking verify user rights like account deletion and data download?

GDPR compliance checking verifies user rights by inspecting your system for delete-account, delete-data, and data download capabilities. The audit confirms that related opt-out patterns are properly implemented to fulfill regulatory requirements for user data control.

What should a privacy policy include to pass a GDPR compliance audit?

To pass a GDPR compliance audit, a privacy policy must include data processing purposes, retention periods, third-party sharing details, and user rights information. The audit checks your legal pages to confirm all required content disclosures are present.

Can I run a GDPR audit without a data flow document for my project?

You can run a GDPR audit without a data flow document by using fallback grep discovery to identify PII and security data. While a DFD provides canonical analysis of third-party processors, the audit can still discover compliance gaps when the DFD is missing.