BeClaude

compliance-ops

New
16GitHub TrendingGeneralby charlesdove977

Interview-driven compliance guardrail for Claude Code — makes your AI build with HIPAA (and soon SOC2) principles baked in, keeping protected data out of non-compliant flows. Not legal advice.

Summary

This skill enforces compliance guardrails during Claude Code sessions by interviewing you about data sensitivity and blocking non-compliant operations.

  • It helps developers build with HIPAA (and soon SOC2) principles baked in, keeping protected data out of insecure flows without replacing legal advice.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/compliance-ops.md

3
Invoke in Claude Code
/compliance-ops

Use Cases

Prevent accidental exposure of PHI when writing code that processes healthcare data.
Validate that a new feature's data flow complies with HIPAA privacy rules before deployment.
Block a Claude Code command that tries to log or transmit sensitive patient information.
Audit existing code for compliance gaps by running an interactive compliance check.
Guide a developer through safe handling of ePHI in a cloud-based application.
Ensure third-party API integrations in your project meet HIPAA security requirements.

Usage Examples

1

/compliance-ops check my data flow for HIPAA violations

2

I'm about to push code that handles patient records. Run a compliance guardrail check.

3

/compliance-ops audit the current session for any non-compliant operations

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is compliance-ops?

This skill enforces compliance guardrails during Claude Code sessions by interviewing you about data sensitivity and blocking non-compliant operations. It helps developers build with HIPAA (and soon SOC2) principles baked in, keeping protected data out of insecure flows without replacing legal advice.

How to install compliance-ops?

To install compliance-ops: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/compliance-ops.md. Finally, /compliance-ops in Claude Code.

What is compliance-ops best for?

compliance-ops is a other categorized under General. Created by charlesdove977.

What can I use compliance-ops for?

compliance-ops is useful for: Prevent accidental exposure of PHI when writing code that processes healthcare data.; Validate that a new feature's data flow complies with HIPAA privacy rules before deployment.; Block a Claude Code command that tries to log or transmit sensitive patient information.; Audit existing code for compliance gaps by running an interactive compliance check.; Guide a developer through safe handling of ePHI in a cloud-based application.; Ensure third-party API integrations in your project meet HIPAA security requirements..