compliance-audit

Analyzes project files to identify GDPR compliance gaps and generate structured reports.

3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/marcoguillermaz/claude-dev-kit --skill compliance-audit-marcoguillermaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance-audit
Source: https://github.com/marcoguillermaz/claude-dev-kit/tree/main/packages/cli/templates/tier-m/.claude/skills/compliance-audit
Command: npx skills add https://github.com/marcoguillermaz/claude-dev-kit --skill compliance-audit-marcoguillermaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Static compliance auditing identifies and surfaces GDPR-related gaps in codebases, including data handling, consent flows, retention declarations, and logging practices, enabling teams to address regulatory risk without legal interpretation.

Core Features & Use Cases

  • GDPR profile checks (G1-G10) to validate rights, consent, security measures, and accountability.
  • Profile scaffolding for SOC 2 and HIPAA to guide future enablement and consistency.
  • Structured findings and ready-to-backlog output to support governance and remediation planning.
  • Use Case: When auditing a new web service, run the compliance-audit skill to surface missing endpoints, consent artifacts, and data retention statements, then log findings for remediation.

Quick Start

Run the compliance-audit skill to produce a GDPR-focused report for your project.

Frequently Asked Questions about compliance-audit

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

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

Static regulatory auditing identifies and reports GDPR compliance gaps by scanning API routes, data models, privacy artifacts, and logging. It surfaces mechanical findings in data handling, consent, retention, and third-party processing without modifying code or live systems.

What is static compliance analysis for regulatory frameworks?

Static compliance analysis is a technique that scans source code to identify regulatory gaps without executing the application. It validates data handling, consent flows, and retention declarations against framework profiles like GDPR to produce structured, backlog-ready findings.

Can I use static analysis to audit SOC2 or HIPAA readiness?

You can audit SOC2 or HIPAA readiness using profile scaffolding included in the skill. While the active scanning profile currently focuses on GDPR checks, SOC2 and HIPAA scaffolds are provided to guide future enablement and consistency.

How do I generate backlog-ready remediation entries for privacy audit findings?

Generate backlog-ready remediation entries by running a static compliance audit that produces structured findings with severity and readiness tiers. This output supports governance planning by surfacing missing endpoints, consent artifacts, and data retention statements for remediation.

Does static regulatory auditing modify live systems or source code?

Static regulatory auditing does not modify code or live systems. It performs read-only analysis of codebases to identify and report GDPR compliance gaps, returning structured findings without altering any project modules or services.

What does a GDPR profile check validate in a web service?

A GDPR profile check validates rights, consent, security measures, and accountability across API routes, data models, privacy artifacts, and logging. It applies to any project module or service by scanning for mechanical compliance findings.