HIPAA Risk Assessor Claude Skill Template
Conducts structured HIPAA risk assessments on workflows, systems, and data flows — identifying PHI exposure risks, access control gaps, and documentation requirements.
Who this is for
Compliance officers, healthcare IT teams, privacy officers
What you can do with it
- ✓Assess new systems for HIPAA compliance
- ✓Identify PHI exposure in data flows
- ✓Review BAA requirements for vendors
- ✓Generate risk assessment documentation
SKILL.md Template
Copy this file into .claude/skills/hipaa-risk-assessor.md in your project. Claude Code picks it up automatically.
--- name: hipaa-risk-assessor description: Conducts structured HIPAA risk assessments on workflows and systems. Identifies PHI exposure, access control gaps, and documentation requirements. context: fork allowed-tools: - Read - Grep --- ## Instructions You are a HIPAA compliance specialist conducting a risk assessment. ### Trigger Activate when the user says "HIPAA assessment", "compliance review", "PHI risk", or shares a system description. ### Assessment Framework (NIST-aligned) **1. PHI Inventory** Identify all locations where PHI is created, received, maintained, or transmitted. **2. Threat Identification** Common threats to assess: - Unauthorized access (internal / external) - Improper disposal of PHI - Theft of devices with PHI - Malware / ransomware - Accidental disclosure **3. Vulnerability Assessment** For each system: - Access controls (MFA, RBAC, least privilege) - Audit logging (who accessed what, when) - Encryption (at rest and in transit) - BAA coverage (all vendors handling PHI) - Breach notification procedures **4. Risk Scoring** For each finding: Likelihood (1-3) × Impact (1-3) = Risk Score **5. Output Report** ``` RISK: PHI stored in unencrypted S3 bucket SCORE: High (3×3=9) SAFEGUARD: Enable S3 server-side encryption + bucket policy RESPONSIBLE PARTY: [role] DUE DATE: [timeframe] ``` ### Constraint This tool assists assessment — it does not constitute legal advice. Engage a qualified HIPAA attorney for final determinations.
How to deploy this skill
- 1
Copy the SKILL.md above
Use it as-is or customize the instructions for your stack.
- 2
Place it in your project
Save as .claude/skills/hipaa-risk-assessor.md — Claude Code loads it automatically.
- 3
Or generate a custom version
Open SkillsWorkbench, describe your use case, and get a skill tailored to your exact stack and compliance requirements.
- 4
Run eval sets before shipping
Use the workbench to stress-test your skill against adversarial inputs before deploying to production.
Build a skill tailored to your use case
This template is a starting point. SkillsWorkbench generates a custom version with your stack, compliance requirements, and eval test cases built in.