compliance-checker

Audits codebases and business processes for GDPR, HIPAA, SOC 2, CCPA, and PCI-DSS compliance.

1|Updated Aug 8, 2026
One-click install
npx skills add https://github.com/th-efool/SKILLS --skill compliance-checker-th-efool
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: compliance-checker
Source: https://github.com/th-efool/SKILLS/tree/main/compliance-checker
Command: npx skills add https://github.com/th-efool/SKILLS --skill compliance-checker-th-efool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Regulatory compliance audits require manually checking codebases and processes against dozens of framework requirements, which is slow, error-prone, and hard to document for certification. This Skill automates the scan, gap analysis, and report generation so teams can identify compliance gaps before an auditor does. ## Core Features & Use Cases - Multi-Framework Auditing: Assesses systems against GDPR, HIPAA, SOC 2, CCPA, and PCI-DSS with framework-specific requirement tables and applicability determination. - Seven-Category Scanning: Systematically checks PII handling, data retention, encryption, access controls, audit logging, consent management, and data transfer using defined search patterns. - Structured Compliance Reports: Generates a compliance-report.md with severity-rated findings, per-framework gap analyses, remediation plans, and evidence packs for certification. - Use Case: Before a SOC 2 audit, run this Skill against your repository to find missing audit logging, weak encryption configurations, and hardcoded secrets, then receive a prioritized remediation plan with effort estimates. ## Quick Start Audit this codebase for GDPR and SOC 2 compliance and generate a compliance report with remediation steps.

Frequently Asked Questions about compliance-checker

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

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

Run a GDPR compliance audit by scanning for PII handling, consent management, data retention, and data transfer patterns, then map findings to specific GDPR articles. The audit produces a gap analysis table covering Articles 5 through 49 with severity ratings and remediation steps.

What compliance frameworks does this audit cover?▼

The audit covers five frameworks: GDPR, HIPAA, SOC 2, CCPA/CPRA, and PCI-DSS v4.0. When no framework is specified, it assesses all five and notes which apply based on the data types, industry, and geographic scope of the system.

Can a compliance audit scan business process documents instead of code?▼

Yes, the methodology adapts to business process documentation by focusing on policy and procedure requirements rather than technical controls. It notes explicitly that technical controls like encryption cannot be verified without codebase access.

What does the compliance report include for SOC 2 certification?▼

The report includes a SOC 2 gap analysis table covering Trust Service Criteria CC1 through C1.2, plus an evidence pack listing required artifacts like risk assessments, access control matrices, change management records, and penetration test reports.

What are the limitations of automated compliance scanning?▼

Automated scanning cannot verify organizational controls such as staff training, physical security, or signed agreements, which are marked as requiring manual verification. Findings without sufficient evidence are classified as UNABLE TO ASSESS rather than guessed.