Compliance Audit
Systematic regulatory compliance auditing with automated evidence collection, control mapping,
gap analysis, and remediation planning across major compliance frameworks.
When to Use This Skill
- Conducting compliance assessments for GDPR, HIPAA, PCI DSS, SOC 2, or ISO 27001
- Preparing for external audits or certifications
- Building or validating compliance control frameworks
- Automating evidence collection and audit trail maintenance
- Performing gap analysis against regulatory requirements
- Creating remediation plans for compliance deficiencies
- Evaluating third-party vendor compliance posture
Quick Reference
| Resource |
Purpose |
Load when |
references/frameworks.md |
Key requirements, control mappings, and certification paths for GDPR, HIPAA, PCI DSS, SOC 2, ISO 27001 |
Scoping which regulations apply |
references/evidence-collection.md |
Automated evidence gathering, artifact organization, retention policies, audit trail patterns |
Setting up or running evidence collection |
references/gap-analysis.md |
Control mapping methodology, gap identification, risk scoring, remediation planning |
Analyzing compliance gaps |
Workflow Overview
Phase 1: Scope → Identify applicable regulations, data types, and geographical scope
Phase 2: Assess → Map controls, review policies, analyze data flows, test implementations
Phase 3: Evidence → Collect and organize audit artifacts automatically
Phase 4: Gap Analyze → Identify control gaps, score risks, prioritize findings
Phase 5: Remediate → Create remediation plans, assign owners, set timelines
Phase 6: Report → Generate audit-ready documentation and compliance dashboards
Phase 7: Monitor → Establish continuous compliance monitoring and drift detection
Phase 1: Scope the Audit
Determine the regulatory landscape before testing anything.
Key questions:
- What data types does the system process (PII, PHI, cardholder data)?
- What jurisdictions apply (EU, US states, industry-specific)?
- What existing controls and certifications are in place?
- What is the audit history and any prior findings?
Applicability matrix:
| Framework |
Applies when |
| GDPR |
Processing personal data of EU residents |
| HIPAA |
Handling protected health information (PHI) |
| PCI DSS |
Storing, processing, or transmitting cardholder data |
| SOC 2 |
Providing services where trust principles matter |
| ISO 27001 |
Organization wants certified ISMS |
| CCPA/CPRA |
Collecting California consumer personal information |
| NIST CSF |
Federal systems or voluntary cybersecurity framework adoption |
Phase 2: Assess Current State
Control Inventory
Map existing controls against the applicable framework requirements:
- Enumerate all technical controls (encryption, access control, logging)
- Enumerate all administrative controls (policies, training, procedures)
- Enumerate all physical controls (facility access, media handling)
- Map each control to specific framework requirements
- Test control effectiveness through sampling and verification
Data Flow Analysis
- Map data ingress, processing, storage, and egress points
- Identify data classification for each flow
- Document lawful basis for processing (GDPR)
- Verify data minimization and purpose limitation
- Review cross-border transfer mechanisms
Policy Review
- Assess policy coverage against framework requirements
- Verify policy distribution and acknowledgment
- Check policy version control and update cadence
- Validate exception management processes
Phase 3: Evidence Collection
Load references/evidence-collection.md for detailed patterns.
Automation priorities:
- Configuration exports from cloud providers and infrastructure
- Access control lists and permission matrices
- Log retention and monitoring dashboards
- Vulnerability scan results and patch status
- Training completion records
- Incident response test results
Artifact organization:
evidence/
{framework}/
{control-id}/
artifact-{date}.{ext}
metadata.yaml # source, collection method, timestamp
Phase 4: Gap Analysis
Load references/gap-analysis.md for the full methodology.
For each framework requirement:
- Map to existing controls (full, partial, or none)
- Assess implementation effectiveness
- Score the gap by risk impact and likelihood
- Categorize as documentation, process, technology, or training gap
- Prioritize based on risk score and remediation effort
Phase 5: Remediation Planning
For each identified gap:
| Field |
Content |
| Gap ID |
Unique identifier |
| Framework Requirement |
Specific clause or control |
| Current State |
What exists today |
| Target State |
What compliance requires |
| Remediation Action |
Specific steps to close the gap |
| Owner |
Responsible person/team |
| Priority |
P0-P4 based on risk score |
| Timeline |
Target completion date |
| Dependencies |
Other gaps or actions this depends on |
Phase 6: Reporting
Generate audit-ready documentation:
- Executive summary: Compliance posture, key risks, readiness score
- Technical findings: Detailed control assessment results
- Risk matrix: Heat map of gaps by severity and likelihood
- Remediation roadmap: Prioritized timeline with owners
- Evidence package: Organized artifacts indexed to controls
- Compliance attestation: Framework-specific certification readiness
Phase 7: Continuous Monitoring
Establish ongoing compliance posture management:
- Configure automated scanning for drift detection
- Set alert thresholds for control degradation
- Schedule periodic re-assessment cadence
- Track remediation progress against timelines
- Maintain metric dashboards (control coverage, evidence freshness, audit readiness)
Core Principles
- Evidence over assertion — every compliance claim must be backed by verifiable artifacts
- Automate first — manual evidence collection does not scale and introduces errors
- Risk-based prioritization — address the highest-risk gaps first
- Continuous posture — compliance is a state, not a one-time event
- Defense in depth — layer controls so single-point failures do not cause non-compliance
Anti-Patterns
- Treating compliance as a checkbox exercise without testing control effectiveness
- Collecting evidence manually when automation is available
- Ignoring gaps because "we've always done it this way"
- Waiting until audit season to gather evidence
- Conflating compliance with security (compliance is a subset)
- Skipping third-party/vendor compliance assessments
1---2name: compliance-audit3description: Regulatory compliance auditing across GDPR, HIPAA, PCI DSS, SOC 2, and ISO frameworks with automated evidence collection and gap analysis. Use when conducting compliance assessments, preparing for certifications, or implementing regulatory controls.4---5
6# Compliance Audit
7
8Systematic regulatory compliance auditing with automated evidence collection, control mapping,
9gap analysis, and remediation planning across major compliance frameworks.
10
11## When to Use This Skill
12
13- Conducting compliance assessments for GDPR, HIPAA, PCI DSS, SOC 2, or ISO 27001
14- Preparing for external audits or certifications
15- Building or validating compliance control frameworks
16- Automating evidence collection and audit trail maintenance
17- Performing gap analysis against regulatory requirements
18- Creating remediation plans for compliance deficiencies
19- Evaluating third-party vendor compliance posture
20
21## Quick Reference
22
23| Resource | Purpose | Load when |
24|----------|---------|-----------|
25| `references/frameworks.md` | Key requirements, control mappings, and certification paths for GDPR, HIPAA, PCI DSS, SOC 2, ISO 27001 | Scoping which regulations apply |
26| `references/evidence-collection.md` | Automated evidence gathering, artifact organization, retention policies, audit trail patterns | Setting up or running evidence collection |
27| `references/gap-analysis.md` | Control mapping methodology, gap identification, risk scoring, remediation planning | Analyzing compliance gaps |
28
29---
30
31## Workflow Overview
32
33```
34Phase 1: Scope → Identify applicable regulations, data types, and geographical scope
35Phase 2: Assess → Map controls, review policies, analyze data flows, test implementations
36Phase 3: Evidence → Collect and organize audit artifacts automatically
37Phase 4: Gap Analyze → Identify control gaps, score risks, prioritize findings
38Phase 5: Remediate → Create remediation plans, assign owners, set timelines
39Phase 6: Report → Generate audit-ready documentation and compliance dashboards
40Phase 7: Monitor → Establish continuous compliance monitoring and drift detection
41```
42
43---
44
45## Phase 1: Scope the Audit
46
47Determine the regulatory landscape before testing anything.
48
49**Key questions:**
50- What data types does the system process (PII, PHI, cardholder data)?
51- What jurisdictions apply (EU, US states, industry-specific)?
52- What existing controls and certifications are in place?
53- What is the audit history and any prior findings?
54
55**Applicability matrix:**
56
57| Framework | Applies when |
58|-----------|-------------|
59| GDPR | Processing personal data of EU residents |
60| HIPAA | Handling protected health information (PHI) |
61| PCI DSS | Storing, processing, or transmitting cardholder data |
62| SOC 2 | Providing services where trust principles matter |
63| ISO 27001 | Organization wants certified ISMS |
64| CCPA/CPRA | Collecting California consumer personal information |
65| NIST CSF | Federal systems or voluntary cybersecurity framework adoption |
66
67---
68
69## Phase 2: Assess Current State
70
71### Control Inventory
72
73Map existing controls against the applicable framework requirements:
74
751. Enumerate all technical controls (encryption, access control, logging)
762. Enumerate all administrative controls (policies, training, procedures)
773. Enumerate all physical controls (facility access, media handling)
784. Map each control to specific framework requirements
795. Test control effectiveness through sampling and verification
80
81### Data Flow Analysis
82
83- Map data ingress, processing, storage, and egress points
84- Identify data classification for each flow
85- Document lawful basis for processing (GDPR)
86- Verify data minimization and purpose limitation
87- Review cross-border transfer mechanisms
88
89### Policy Review
90
91- Assess policy coverage against framework requirements
92- Verify policy distribution and acknowledgment
93- Check policy version control and update cadence
94- Validate exception management processes
95
96---
97
98## Phase 3: Evidence Collection
99
100Load `references/evidence-collection.md` for detailed patterns.
101
102**Automation priorities:**
1031. Configuration exports from cloud providers and infrastructure
1042. Access control lists and permission matrices
1053. Log retention and monitoring dashboards
1064. Vulnerability scan results and patch status
1075. Training completion records
1086. Incident response test results
109
110**Artifact organization:**
111
112```
113evidence/
114 {framework}/
115 {control-id}/
116 artifact-{date}.{ext}
117 metadata.yaml # source, collection method, timestamp
118```
119
120---
121
122## Phase 4: Gap Analysis
123
124Load `references/gap-analysis.md` for the full methodology.
125
126For each framework requirement:
1271. Map to existing controls (full, partial, or none)
1282. Assess implementation effectiveness
1293. Score the gap by risk impact and likelihood
1304. Categorize as documentation, process, technology, or training gap
1315. Prioritize based on risk score and remediation effort
132
133---
134
135## Phase 5: Remediation Planning
136
137For each identified gap:
138
139| Field | Content |
140|-------|---------|
141| Gap ID | Unique identifier |
142| Framework Requirement | Specific clause or control |
143| Current State | What exists today |
144| Target State | What compliance requires |
145| Remediation Action | Specific steps to close the gap |
146| Owner | Responsible person/team |
147| Priority | P0-P4 based on risk score |
148| Timeline | Target completion date |
149| Dependencies | Other gaps or actions this depends on |
150
151---
152
153## Phase 6: Reporting
154
155Generate audit-ready documentation:
156
157- **Executive summary**: Compliance posture, key risks, readiness score
158- **Technical findings**: Detailed control assessment results
159- **Risk matrix**: Heat map of gaps by severity and likelihood
160- **Remediation roadmap**: Prioritized timeline with owners
161- **Evidence package**: Organized artifacts indexed to controls
162- **Compliance attestation**: Framework-specific certification readiness
163
164---
165
166## Phase 7: Continuous Monitoring
167
168Establish ongoing compliance posture management:
169
170- Configure automated scanning for drift detection
171- Set alert thresholds for control degradation
172- Schedule periodic re-assessment cadence
173- Track remediation progress against timelines
174- Maintain metric dashboards (control coverage, evidence freshness, audit readiness)
175
176---
177
178## Core Principles
179
1801. **Evidence over assertion** — every compliance claim must be backed by verifiable artifacts
1812. **Automate first** — manual evidence collection does not scale and introduces errors
1823. **Risk-based prioritization** — address the highest-risk gaps first
1834. **Continuous posture** — compliance is a state, not a one-time event
1845. **Defense in depth** — layer controls so single-point failures do not cause non-compliance
185
186## Anti-Patterns
187
188- Treating compliance as a checkbox exercise without testing control effectiveness
189- Collecting evidence manually when automation is available
190- Ignoring gaps because "we've always done it this way"
191- Waiting until audit season to gather evidence
192- Conflating compliance with security (compliance is a subset)
193- Skipping third-party/vendor compliance assessments