compliance-validator
Validate compliance during migration with rule checking, audit trails, and security control validation
Best use case
compliance-validator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Validate compliance during migration with rule checking, audit trails, and security control validation
Teams using compliance-validator should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/compliance-validator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How compliance-validator Compares
| Feature / Agent | compliance-validator | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Validate compliance during migration with rule checking, audit trails, and security control validation
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Compliance Validator Skill
Validates compliance requirements during migration activities, checking rules, generating audit trails, and verifying security controls.
## Purpose
Enable compliance verification for:
- Compliance rule checking
- Audit trail generation
- Security control validation
- Policy enforcement
- Gap analysis
## Capabilities
### 1. Compliance Rule Checking
- Check against frameworks (SOC2, HIPAA, PCI)
- Verify organizational policies
- Validate technical controls
- Flag violations
### 2. Audit Trail Generation
- Log migration activities
- Track changes
- Document approvals
- Preserve evidence
### 3. Security Control Validation
- Verify encryption
- Check access controls
- Validate logging
- Test security measures
### 4. Policy Enforcement
- Apply security policies
- Enforce standards
- Block violations
- Alert on issues
### 5. Compliance Report Generation
- Generate audit reports
- Document controls
- Track remediation
- Produce evidence
### 6. Gap Analysis
- Identify compliance gaps
- Prioritize remediation
- Track closure
- Report progress
## Tool Integrations
| Tool | Purpose | Integration Method |
|------|---------|-------------------|
| AWS Config | AWS compliance | API |
| Azure Policy | Azure compliance | API |
| Chef InSpec | Infrastructure testing | CLI |
| OPA | Policy as code | CLI |
| Prowler | Security auditing | CLI |
| ScoutSuite | Multi-cloud audit | CLI |
## Output Schema
```json
{
"validationId": "string",
"timestamp": "ISO8601",
"frameworks": ["SOC2", "HIPAA"],
"results": {
"passed": "number",
"failed": "number",
"notApplicable": "number"
},
"controls": [
{
"id": "string",
"framework": "string",
"status": "passed|failed|na",
"evidence": "string",
"remediation": "string"
}
],
"auditTrail": {
"location": "string",
"entries": "number"
}
}
```
## Integration with Migration Processes
- **cloud-migration**: Cloud compliance
- **security-remediation-migration**: Security compliance
## Related Skills
- `vulnerability-scanner`: Security scanning
## Related Agents
- `compliance-migration-agent`: Compliance orchestration
- `security-vulnerability-assessor`: Security assessmentRelated Skills
design-system-validator
Validate design system compliance in code and detect token usage violations
link-validator
Comprehensive link checking and validation for documentation. Validate internal links, external URLs, anchors, detect redirects, monitor link rot, and generate sitemap validation reports.
code-sample-validator
Extract, validate, and test code samples in documentation. Verify syntax, execute samples, check outputs, validate imports, and ensure code samples are up-to-date with current APIs.
openapi-validator
Validate OpenAPI specifications for correctness, security, and best practices
k8s-validator
Validate Kubernetes manifests for security, best practices, and resource limits
compliance-checker
Check compliance with SOC 2, GDPR, HIPAA, and PCI-DSS standards
soc2-compliance-automator
SOC 2 Trust Services Criteria compliance automation for evidence collection, control mapping, and audit preparation
pci-dss-compliance-automator
PCI DSS compliance assessment and reporting for cardholder data protection, SAQ automation, and ASV scan orchestration
hipaa-compliance-automator
HIPAA security and privacy compliance automation for ePHI protection, safeguards assessment, and audit preparation
gdpr-compliance-automator
GDPR compliance assessment and automation for data mapping, consent management, DSAR handling, and privacy impact assessments
compliance-evidence-collector
Automated evidence collection across compliance frameworks from cloud providers, identity systems, and security tools
specialization-validator
Validate specialization completeness across all 7 phases, score each phase, identify gaps, and generate validation reports.