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 safeguar…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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:
| Category | Safeguard | Req/Addr | Status | Notes |
|---|---|---|---|---|
| Technical | Encryption of ePHI at rest & in transit | Addressable | partial | TLS yes; disk encryption pending |
| Administrative | Security risk analysis | Required | gap | Not yet performed |
| Physical | Facility access controls | Required | met | |
3. Risk analysis — the required (§164.308(a)(1)) assessment: threats to ePHI, likelihood × impact, and the residual risk after controls. This is the control auditors check first and the one most often missing.
4. BAA scope — which business associates need a Business Associate Agreement, and what each must guarantee.
5. Remediation — prioritised gaps (required-and-gap first), owners, dates. For addressable items not implemented, the documented justification + alternative.
Programmatic Helper
scripts/hipaa_checklist.py (stdlib only) scores safeguard coverage and surfaces unmet required
safeguards (the ones with no "addressable" escape hatch):
# safeguards.json: [{"category":"Technical","safeguard":"...","required":true,"status":"met|partial|gap"}, ...]
python3 scripts/hipaa_checklist.py safeguards.json
python3 scripts/hipaa_checklist.py safeguards.json --json
Quality Checks
- [ ] A documented security risk analysis exists (or is the top remediation item) — it's required and foundational
- [ ] Each safeguard is marked required vs. addressable, and addressable-not-done items have a written justification + alternative
- [ ] Encryption of ePHI in transit and at rest is assessed explicitly
- [ ] Every business associate has (or is flagged as needing) a BAA
- [ ] Audit logging / access review for PHI access is covered
Anti-Patterns
- [ ] Do not treat "addressable" as "optional" — you must implement it or document why an equivalent is reasonable; silence is a violation
- [ ] Do not skip the risk analysis — it's explicitly required and the most-cited gap in OCR enforcement
- [ ] Do not handle PHI through a vendor without a BAA — that alone is a breach
- [ ] Do not present this as legal certification — flag that compliance counsel / a security assessor must validate, especially the risk analysis
- [ ] Do not conflate HIPAA with SOC 2 or GDPR — overlapping controls, different legal requirements; map each separately
Based On
HIPAA Security Rule (45 CFR §164.308–312) — administrative, physical, and technical safeguards + required risk analysis.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
exports/openclaw/hipaa-safeguards/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 hipaa-safeguards 的技能。它们内容并不相同,别混用:
- mohitagw15856/pm-claude-skills — Map HIPAA Security Rule safeguards and run a risk analysis for systems handling PHI. Use w
- mohitagw15856/pm-claude-skills — Map HIPAA Security Rule safeguards and run a risk analysis for systems handling PHI. Use w