hipaa-validate

Featured

HIPAA validator: PHI exposure, audit logging, encryption, access control, BAA refs. Triggers: HIPAA, PHI, healthcare compliance, audit log, BAA.

AI & Automation 174 stars 21 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 94/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /hipaa-validate - HIPAA Compliance Scanner $ARGUMENTS Scan a codebase for HIPAA compliance issues using pattern-matching heuristics. Detects PHI exposure in logs, missing audit trails, unencrypted transmission/storage, hardcoded patient data, access control gaps, and missing Business Associate Agreement references. Read-only — never modifies files. **Regulation basis**: 45 CFR Parts 160, 162, 164 (HIPAA Administrative Simplification, as amended through March 26, 2013). Covers Security Rule (§164.302-318), Privacy Rule (§164.500-534), Breach Notification Rule (§164.400-414), and enforcement penalties (§160.400-426). ## Usage ``` /hipaa-validate # Scan full project (developer mode — definitives only) /hipaa-validate src/ # Scan specific path /hipaa-validate --mode compliance # Full audit sweep including heuristic categories /hipaa-validate --severity high # Filter to HIGH findings only /hipaa-validate --keywords member,enrollee # Extend healthcare keyword list /hipaa-validate --output json # Structured JSON output for CI integration ``` **Modes:** - `developer` (default): Categories 1, 3, 4, 7, 8 — definitive regex matches only, low false-positive rate, suited for daily use - `compliance`: All 8 categories — includes heuristic checks (Cat 2, 5, 6) for audit sweep coverage, suited for pre-audit sweeps **Severity filtering:** `--severity high` shows only HIGH findings, `--severi...

Details

Author
softspark
Repository
softspark/ai-toolkit
Created
5 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

hipaa-compliance-checker

HIPAA compliance validation — health data handling, API security, data privacy, and security gap identification. Triggers on HIPAA, PHI, health data, compliance check, data privacy, protected health information, BAA

6 Updated 1 months ago
ArieGoldkin
Code & Development Listed

hipaa-code-review

Reviews code, diffs, and infrastructure-as-code for HIPAA violations — PHI in logs and URLs, non-BAA analytics and crash SDKs, missing encryption, weak access control and audit logging — and ships a runnable PHI scanner script. Use when asked to review code for HIPAA, scan for PHI, check a diff for PHI leaks, audit a healthcare codebase, or verify a health app's code before release.

0 Updated 1 months ago
EliasAli0720
AI & Automation Listed

hipaagentic

HIPAAgentic is an interview-driven HIPAA and SOC 2 readiness guardrail for teams building healthcare and dental software with an agentic AI coding assistant. Use this skill whenever starting a new app, feature, data flow, vendor integration, or AI capability that could touch protected health information, or when the user asks whether something is HIPAA compliant, needs a BAA, is SOC 2 ready, or wants a compliance review before building. Also trigger on "compliance check", "is this HIPAA/SOC 2 compliant", "do I need a BAA", "data flow map", "compliance gaps", "vendor compliance", "readiness assessment", or when scoping any build that ingests, stores, transmits, or processes patient data. Runs three flows: SCOPE (interview plus load the right framework before building), AUDIT (review an existing build or data flow for gaps), and DOCUMENT (emit a data-flow map plus a BAA gap checklist plus a readiness summary). Not legal advice.

0 Updated 3 weeks ago
drwinslow