Agent skill · Security

hipaa-safeguards

Map HIPAA Security Rule safeguards and run a risk analysis for systems handling PHI. Use when asked to become HIPAA-compliant, assess HIPAA safeguards, prepare for handling PHI/ePHI, or scope a BAA. Produces a HIPAA assessment — the administrative/physical/technical safeguards with required-vs-addressable status, a risk analysis, BAA scope, and a prioritised remediation plan.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorships scriptsMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill hipaa-safeguards --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: yes
Path: skills/hipaa-safeguards/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# HIPAA Safeguards Skill HIPAA's Security Rule is a list of safeguards for electronic protected health information (ePHI), split into administrative, physical, and technical — some **required**, some **addressable** (you must do them *or* document why an equivalent is reasonable). This skill maps your controls to that list, runs the risk analysis HIPAA mandates, and flags where you're exposed — so handling PHI is defensible, not hopeful. ## Required Inputs Ask for these only if they aren't already provided: - **Your role** — covered entity, or business associate (a vendor handling PHI for one). Both owe Security Rule safeguards. - **The ePHI flow** — where PHI is created, received, stored, transmitted, and who can access it. - **Current safeguards** — what's in place for access control, encryption, audit logging, backups, training. - **Business associates** — third parties touching PHI (each needs a BAA). ## Output Format ### HIPAA Assessment: [entity] ([covered entity / business associate]) **1. ePHI inventory & flow** — where PHI lives and moves; the systems in scope. **2. Safeguards** — a table per category; status `met` / `partial` / `gap`, and required vs. addressable: | Categ

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. HIPAA Assessment: [entity] ([covered entity / business associate])
  4. Programmatic Helper
  5. Quality Checks
  6. Anti-Patterns
  7. Based On
Ships with 1 file
  • scripts/hipaa_checklist.py
Commands it runs
python3 scripts/hipaa_checklist.py safeguards.json
python3 scripts/hipaa_checklist.py safeguards.json --json
More from pm-claude-skills
All skills →
About this skill
What does the hipaa-safeguards skill do?

Map HIPAA Security Rule safeguards and run a risk analysis for systems handling PHI. Use when asked to become HIPAA-compliant, assess HIPAA safeguards, prepare for handling PHI/ePHI, or scope a BAA. Produces a HIPAA assessment — the administrative/physical/technical safeguards with required-vs-addressable status, a risk analysis, BAA scope, and a prioritised remediation plan.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill hipaa-safeguards --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going