compliance-auditor▌
404kidwiz/claude-supercode-skills · updated Apr 8, 2026
MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.
Provides regulatory compliance auditing expertise specializing in SOC2, HIPAA, GDPR, and industry-specific compliance frameworks. Conducts gap analysis, evidence collection, control assessments, and remediation guidance to ensure organizations meet regulatory requirements and security standards.
Compliance Auditor Skill
Purpose
Provides regulatory compliance auditing expertise specializing in SOC2, HIPAA, GDPR, and industry-specific compliance frameworks. Conducts gap analysis, evidence collection, control assessments, and remediation guidance to ensure organizations meet regulatory requirements and security standards.
When to Use
- Conducting SOC 2 Type I & II audits
- Ensuring HIPAA compliance for healthcare systems
- Implementing GDPR data privacy requirements
- Preparing for PCI DSS assessments
- Mapping compliance requirements to organizational controls
- Performing gap analysis and remediation planning
Overview
Expert in regulatory compliance auditing, specializing in SOC2, HIPAA, GDPR, and industry-specific compliance frameworks with gap analysis and remediation guidance.
Compliance Frameworks
Financial & Business Compliance
- SOC 2 Type I & II - Service Organization Control reporting
- SOX - Sarbanes-Oxley Act compliance
- PCI DSS - Payment Card Industry Data Security Standard
- GLBA - Gramm-Leach-Bliley Act
Healthcare Compliance
- HIPAA - Health Insurance Portability and Accountability Act
- HITECH - Health Information Technology for Economic and Clinical Health
- HITECH - Omnibus Rule provisions
- 21 CFR Part 11 - Electronic signatures and records
Data Privacy & Protection
- GDPR - General Data Protection Regulation (EU)
- CCPA/CPRA - California Consumer Privacy Act/Privacy Rights Act
- PIPEDA - Personal Information Protection and Electronic Documents Act
- LGPD - Lei Geral de Proteção de Dados (Brazil)
Industry-Specific Standards
- ISO 27001 - Information Security Management
- ISO 27701 - Privacy Information Management
- NIST Cybersecurity Framework - Critical infrastructure
- CMMC - Cybersecurity Maturity Model Certification
Core Audit Competencies
Evidence Collection & Analysis
# Example patterns for compliance evidence
grep -r "audit" config/ --include="*.json" --include="*.yml" --include="*.properties"
grep -r "access" policies/ --include="*.md" --include="*.txt" --include="*.doc"
grep -r "retention" procedures/ --include="*.md" --include="*.pdf"
Control Assessment
- Design effectiveness evaluation
- Operating effectiveness testing
- Control gap identification
- Remediation timeline development
- Continuous monitoring implementation
Documentation Review
- Policy and procedure analysis
- Evidence collection validation
- Risk assessment methodology review
- Incident response documentation
- Third-party assessment reports
Audit Methodology
Planning & Scoping
- Compliance requirement mapping
- Risk-based approach development
- Sampling methodology design
- Stakeholder interviews
- Documentation requests
Fieldwork Execution
- Control testing procedures
- Evidence collection protocols
- Process walk-throughs
- System configuration reviews
- Staff competency validation
Reporting & Findings
- Gap analysis documentation
- Risk rating assignments
- Remediation recommendations
- Implementation roadmaps
- Executive summary preparation
Specific Compliance Areas
SOC 2 Trust Services Criteria
- Security - System protection against unauthorized access
- Availability - System availability for operation and use
- Processing Integrity - System processing completeness and accuracy
- Confidentiality - Information protection from unauthorized disclosure
- Privacy - Personal information collection and use controls
HIPAA Administrative Safeguards
- Security officer designation
- Workforce security procedures
- Information access management
- Security awareness and training
- Security incident procedures
GDPR Data Protection Requirements
- Lawfulness of processing
- Purpose limitation principles
- Data minimization practices
- Accuracy maintenance procedures
- Storage limitation implementations
Audit Scenarios
Cloud Service Provider Assessment
- AWS/Azure/GCP security configurations
- Multi-tenancy isolation controls
- Data encryption verification
- Service provider due diligence
- Subprocessor management
Software Development Lifecycle
- Secure coding practices
- Change management procedures
- Code review processes
- Security testing integration
- DevSecOps pipeline compliance
Third-Party Risk Management
- Vendor assessment procedures
- Contract compliance verification
- Service level agreement monitoring
- Data processing agreement review
- Supply chain security validation
Deliverables
Compliance Reports
- Comprehensive audit findings
- Gap analysis with remediation plans
- Control effectiveness ratings
- Risk mitigation strategies
- Compliance dashboard development
Skill-Specific Scripts and References
Available Compliance Auditor Scripts
Located in scripts/ directory:
- check_gdpr.py - GDPR compliance checking (data minimization, consent, right to erasure)
- validate_hipaa.py - HIPAA validation (PHI protection, audit controls)
- collect_soc2_evidence.py - SOC 2 evidence collection (Security, Availability, Processing Integrity, Confidentiality, Privacy)
- scan_pci_dss.py - PCI DSS scanning (cardholder data, encryption standards)
- validate_nist.py - NIST controls validation (CSF, SP 800-53)
- assess_iso27001.py - ISO 27001 assessment (ISMS controls)
- generate_report.py - Compliance report generation
Available Compliance Auditor References
Located in references/ directory:
- gdpr_requirements.md - GDPR requirements and compliance checks
- hipaa_guidelines.md - HIPAA guidelines and controls
- soc2_controls.md - SOC 2 Type 2 examination criteria and controls
- pci_dss_standard.md - PCI DSS v4.0 requirements and compliance checklist
- nist_controls.md - NIST Cybersecurity Framework and SP 800-53 controls
- iso27001_mapping.md - ISO 27001 control mapping and implementation guidance
Script Usage Examples
# GDPR compliance check
python3 scripts/check_gdpr.py . --config config/compliance.yaml --output gdpr_report.json
# HIPAA validation
python3 scripts/validate_hipaa.py . --format text
# SOC 2 evidence collection
python3 scripts/collect_soc2_evidence.py . --framework SOC2_Type2 --output soc2_evidence/
# PCI DSS scanning
python3 scripts/scan_pci_dss.py . --scan_level full
# NIST controls validation
python3 scripts/validate_nist.py . --framework CSF
# ISO 27001 assessment
python3 scripts/assess_iso27001.py . --controls annex_a --output iso_report.md
# Generate compliance report
python3 scripts/generate_report.py --evidence evidence/ --compliance SOC2 --output compliance_report.md
Configuration Files
Create config/compliance.yaml for script configuration:
compliance_auditing:
audit_scope: '.'
frameworks: ['SOC2', 'GDPR', 'HIPAA', 'PCI_DSS', 'ISO27001', 'NIST']
check_gdpr:
data_minimization: true
consent_management: true
right_to_erasure: true
data_portability: true
validate_hipaa:
phi_protection: true
audit_controls: true
administrative_safeguards: true
physical_safeguards: true
technical_safeguards: true
collect_soc2_evidence:
trust_services_criteria: ['security', 'availability', 'processing_integrity', 'confidentiality', 'privacy']
common_criteria: true
scan_pci_dss:
scan_level: 'full'
cardholder_data_scope: true
encryption_standards: true
validate_nist:
framework: 'CSF'
control_baselines: ['low', 'moderate', 'high']
assess_iso27001:
controls: 'annex_a'
isms_controls: true
generate_report:
report_format: 'markdown'
include_recommendations: true
include_roadmap: true
Policy & Procedure Templates
- Security policy frameworks
- Incident response procedures
- Data classification guidelines
- Access management policies
- Business continuity plans
Training Materials
- Compliance awareness programs
- Role-specific security training
- Incident response tabletop exercises
- Privacy best practices guides
- Regulatory change management
Continuous Compliance
- Automated compliance monitoring
- Regulatory change tracking
- Control effectiveness testing
- Risk assessment updates
- Compliance management systems integration
Industry Expertise
- Healthcare providers and payers
- Financial services institutions
- SaaS and technology companies
- Government contractors
- Educational institutions
Examples
Example 1: SOC 2 Type II Preparation for SaaS Startup
Scenario: A growing SaaS company preparing for their first SOC 2 Type II audit needs to implement controls and collect evidence for the Security and Availability trust services criteria.
Audit Preparation Approach:
- Gap Analysis: Compared current practices against SOC 2 trust services criteria
- Control Implementation: Deployed access management, encryption, and monitoring controls
- Evidence Collection: Automated collection of logs, configurations, and access reviews
- Remediation: Addressed 23 gaps identified in initial assessment
Key Controls Implemented:
- Multi-factor authentication for all system access
- Automated log retention and security monitoring
- Encrypted data at rest and in transit (TLS 1.3, AES-256)
- Incident response procedures with documented evidence
- Vendor management program with security assessments
Audit Result: Passed with 2 minor observations (no material findings)
Example 2: HIPAA Compliance for Healthcare Application
Scenario: A healthcare technology company needs to ensure their patient portal meets HIPAA requirements for PHI protection.
Compliance Assessment:
- PHI Inventory: Mapped all locations where PHI is stored, processed, or transmitted
- Technical Controls: Evaluated encryption, access controls, and audit logging
- Administrative Safeguards: Reviewed policies, procedures, and workforce training
- Business Associate Agreements: Audited all third-party relationships
Critical Findings and Remediation:
- Unencrypted database backups → Implemented TDE and encrypted backup storage
- Excessive user access → Deployed role-based access control (RBAC)
- Missing audit logs → Integrated CloudTrail and database audit logging
- Outdated BAA with vendor → Negotiated updated BAA with current requirements
Outcome: Achieved full HIPAA compliance within 90 days
Example 3: GDPR Data Privacy Implementation
Scenario: An e-commerce company expanding to EU markets needs to implement GDPR compliance for customer data processing.
Privacy Implementation:
- Data Mapping: Documented all personal data flows across the organization
- Consent Management: Implemented cookie consent and preference management
- Data Subject Rights: Built automated processes for access, deletion, and portability requests
- Data Retention: Defined and implemented retention schedules
Implementation Components:
- Privacy-by-design architecture review
- Consent management platform integration
- Data subject request (DSR) automation workflow
- International data transfer mechanisms (Standard Contractual Clauses)
- Privacy impact assessment (PIA) process
Measurable Outcomes:
- Consent capture rate: 98% (up from 45%)
- DSR response time: 5 days average (regulatory requirement: 30 days)
- Data breach notification process tested quarterly
- Privacy training completion: 100% of employees
Best Practices
Audit Preparation
- Start Early: Begin compliance efforts 6-12 months before audit
- Gap Analysis First: Understand where you stand before planning remediation
- Phased Approach: Address highest-risk gaps first
- Evidence Automation: Collect evidence continuously, not just before audit
- Management Buy-In: Ensure leadership understands compliance requirements
Control Framework
- Risk-Based Controls: Implement controls based on risk assessment findings
- Defense in Depth: Multiple layers of controls for critical areas
- Least Privilege: Grant minimum access required for each role
- Change Management: Document and review all control changes
- Continuous Monitoring: Implement automated control effectiveness testing
Documentation Excellence
- Clear Policies: Write policies that are understandable
How to use compliance-auditor on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your development machine
- ›Node.js version 16.0+ with npm package manager (verify with
node --version) - ›Active project directory or workspace where you want to add compliance-auditor
Execute installation command
Execute the skills CLI command in your project's root directory to begin installation:
The skills CLI fetches compliance-auditor from GitHub repository 404kidwiz/claude-supercode-skills and configures it for Cursor.
Select Cursor when prompted
The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Reload or restart Cursor to activate compliance-auditor. Access the skill through slash commands (e.g., /compliance-auditor) or your agent's skill management interface.
Security & Verification Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases▌
User Story & Requirements Generation
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Competitive Analysis
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Roadmap Prioritization
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
Make data-driven prioritization decisions faster
Stakeholder Communication
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Implementation Guide▌
Prerequisites
- ›Claude Desktop or compatible AI client
- ›Access to product documentation and roadmap tools (Jira, Notion, etc.)
- ›Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
- ›Stakeholder contact information and communication channels
Time Estimate
30-60 minutes to see productivity improvements
Installation Steps
- 1.Install product management skill
- 2.Start with user story generation for known feature
- 3.Progress to competitive analysis: research 2-3 competitors
- 4.Use for roadmap prioritization: apply RICE/ICE scoring
- 5.Draft stakeholder communications and refine based on feedback
- 6.Build template library for recurring PM tasks
- 7.Share effective prompts with product team
Common Pitfalls
- ⚠Not validating competitive research—verify facts before sharing
- ⚠Accepting user stories without involving engineering team
- ⚠Over-relying on frameworks without qualitative judgment
- ⚠Not customizing outputs to company culture and communication style
- ⚠Skipping stakeholder validation of generated requirements
Best Practices▌
✓ Do
- +Validate research and competitive analysis with real data
- +Collaborate with engineering when generating technical requirements
- +Customize frameworks and templates to your company context
- +Use skill for first drafts, refine with stakeholder input
- +Document successful prompt patterns for PM tasks
- +Combine AI efficiency with human judgment and intuition
✗ Don't
- −Don't publish competitive analysis without fact-checking
- −Don't finalize user stories without engineering review
- −Don't make prioritization decisions solely on AI scoring
- −Don't skip customer validation of generated requirements
- −Don't ignore company-specific context and culture
💡 Pro Tips
- ★Provide context: company goals, constraints, customer feedback
- ★Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
- ★Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
- ★Use skill for 70% generation + 30% customization to company needs
When to Use This▌
✓ Use When
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid When
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
Learning Path▌
- 1Basic: user stories, feature specs, status updates
- 2Intermediate: competitive analysis, prioritization frameworks, PRDs
- 3Advanced: product strategy, go-to-market planning, OKR setting
- 4Expert: product vision, market positioning, business model innovation
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★69 reviews- ★★★★★Nikhil Martinez· Dec 24, 2024
compliance-auditor reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Aisha Thomas· Dec 12, 2024
Registry listing for compliance-auditor matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Liam Nasser· Nov 15, 2024
We added compliance-auditor from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Nikhil Lopez· Nov 7, 2024
Useful defaults in compliance-auditor — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Aisha Lopez· Nov 3, 2024
compliance-auditor fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Nikhil Haddad· Oct 26, 2024
I recommend compliance-auditor for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Ira Torres· Oct 22, 2024
We added compliance-auditor from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Mateo Thomas· Oct 6, 2024
compliance-auditor fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Aisha Diallo· Sep 21, 2024
I recommend compliance-auditor for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Piyush G· Sep 17, 2024
We added compliance-auditor from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 69