HIPAA Check - HIPAA合规检查

HIPAA Compliance Check — Health Insurance Portability and Accountability Act (HIPAA), 45 C.F.R. Parts 160 & 164 (Privacy, Security, Breach Notification Rules). Free to install; sc…

Wei Wu

@wwumit

Install

$ openclaw skills install @wwumit/hipaa-check

🔒 HIPAA 医疗隐私合规检查 — Free 检查 (Cloud-Scored)

Overview

HIPAA 医疗隐私合规检查 is a free 检查 based on 美国《健康保险流通与责任法案》(HIPAA)及隐私规则/安全规则/违约通知规则(45 C.F.R. 160 & 164). It covers 12 core items. Scoring runs on the CQDev cloud compliance engine.

How it works (free + cloud)

⚠️ Your answers leave this machine. When you run a scored 检查, your responses are transmitted to the CQDev cloud at compliancehub.cn for scoring. Run --non-interactive for a fully offline preview that never contacts the cloud.

  • The skill is free to install.
  • Check items are served from the cloud rule library (always current).
  • Scoring + quota are computed in the cloud; you get a professional report locally.
  • A free API Key (100 calls) is required for scoring. Register in seconds.

What it checks (12 items)

#CheckAuthority
1Covered Entity / Business Associate§160.102-.103
2Notice of Privacy PracticesPrivacy Rule §164.520
3Valid Authorizations§164.508
4Administrative SafeguardsSecurity Rule §164.308
5Physical Safeguards§164.310
6Technical Safeguards§164.312
7Breach NotificationBreach Rule §164.400+
8Minimum Necessary§164.502(b)
9Business Associate Agreements§164.504(e)
10Ongoing Risk Analysis§164.308(a)(1)(ii)(A)
11Workforce Training§164.308(a)(5)
12Individual Rights§164.524/.526

Usage

Free preview (no Key)

python3 scripts/hipaa-check.py --non-interactive

Get a free API Key

python3 scripts/hipaa-check.py --login
# enter email + password → Key auto-written to ~/.config/compliancehub/hipaa-check.key (mode 0600)

Or open: https://compliancehub.cn/account.html?skill=hipaa-check

Full 检查 + report

python3 scripts/hipaa-check.py --format html -o hipaa-check-report.html

Agent guide

When a user asks for a HIPAA 医疗隐私合规检查:

  1. Run --non-interactive to preview the 12 items (no Key needed).
  2. If the user wants a scored report, prompt them to get a free Key (--login or the account page), then run the full 检查.

Security & data handling

  • Where data goes: Check items are fetched from, and your answers are scored by, the CQDev cloud at https://compliancehub.cn (the operator's official endpoint, pinned in code and not overridable by environment variable). Scoring transmits only your item answers and the free API Key (as a Bearer token).
  • API Key storage (user-initiated only): written only when you run --login to ~/.config/compliancehub/hipaa-check.key (0600), outside the skill folder. Or pass via COMPLIANCEHUB_API_KEY.
  • No shell execution: stdlib only (urllib, json, ssl, getpass); no shell, no external binaries.
  • Not a rogue/autonomous agent: Key persistence is ordinary API-key storage, not installation/auto-start.
  • Preview without cloud: --non-interactive never contacts the cloud.
  • Always confirm the destination is compliancehub.cn before running a scored check.

Legal disclaimer

This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel.

License

MIT.

Top skills in this category