AI SummaryCheck codebases against common compliance frameworks and generate audit reports. 3. Report Generation All commands output structured JSON with:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "ops-compliance" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/ops-compliance && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ops-compliance/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/security/ops-compliance/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ops-compliance/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/security/ops-compliance/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Check codebases against compliance frameworks (SOC2, GDPR, HIPAA, PCI-DSS). Generates compliance reports with pass/fail status and remediation guidance.
Features
• SOC2 Checks • Access control verification • Logging and monitoring • Encryption at rest/transit • Change management • GDPR Checks • PII detection in code • Data inventory validation • Consent mechanism verification • Data retention policies • Report Generation • Markdown, JSON, HTML formats • Executive summary • Detailed findings • Remediation recommendations • Integrations • Task-monitor: Real-time progress tracking • Memory: Historical compliance tracking
Compliance-Ops: Compliance Framework Checker
Check codebases against common compliance frameworks and generate audit reports.
Supported Frameworks
| Framework | Description | Controls | |-----------|-------------|----------| | SOC2 | Service Organization Control 2 Type II | CC1-CC9 | | GDPR | General Data Protection Regulation | Articles 5-49 | | HIPAA | Health Insurance Portability and Accountability Act | Coming soon | | PCI-DSS | Payment Card Industry Data Security Standard | Coming soon |
Commands
| Command | Description | |---------|-------------| | ./run.sh check --framework soc2 | Run SOC2 compliance checks | | ./run.sh check --framework gdpr | Run GDPR compliance checks | | ./run.sh report --format markdown | Generate compliance report | | ./run.sh frameworks | List available frameworks |
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster