hipaa-audit

Audits PHI/ePHI handling against HIPAA Security, Privacy, and Breach Notification rules.

345|47|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/briiirussell/cybersecurity-skills --skill hipaa-audit-briiirussell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hipaa-audit
Source: https://github.com/briiirussell/cybersecurity-skills/tree/main/skills/hipaa-audit
Command: npx skills add https://github.com/briiirussell/cybersecurity-skills --skill hipaa-audit-briiirussell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you assess whether applications and infrastructure that create, receive, maintain, or transmit ePHI follow HIPAA requirements, with engineering-focused evidence for administrative, technical, and privacy controls.

Core Features & Use Cases

  • HIPAA Security Rule safeguards coverage: Administrative, Physical, and Technical safeguard review with a strong focus on access control, audit controls, integrity, authentication, and transmission security.
  • Privacy Rule minimum-necessary and permitted use checks: Validates scope reduction patterns like avoiding over-broad PHI queries and ensuring API/analytics only return necessary fields.
  • Breach Notification readiness: Uses audit logging and scoping to support breach timing expectations and encryption “safe harbor” evaluation.
  • HIPAA identifiers and PHI scoping guidance: Uses the 18 HIPAA identifiers to determine what data is in scope and flags common minimization and de-identification misunderstandings.

Quick Start

Use the hipaa-audit skill to review how your system accesses, logs, stores, and transmits PHI, then generate a structured HIPAA audit findings checklist with prioritized engineering remediation.

Frequently Asked Questions about hipaa-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my application for HIPAA compliance gaps?

To audit your application for HIPAA compliance, review how it accesses, logs, stores, and transmits ePHI. This process identifies gaps in administrative, physical, and technical safeguards, generating a prioritized engineering remediation checklist to secure Protected Health Information.

What is considered PHI under the HIPAA Security Rule?

PHI under the HIPAA Security Rule includes 18 specific identifiers used to determine data scope. Auditing validates these identifiers to flag common minimization and de-identification misunderstandings, ensuring only necessary data is processed.

How do I check if my API meets HIPAA minimum-necessary requirements?

Checking HIPAA minimum-necessary requirements involves validating scope reduction patterns in your API. This ensures queries avoid over-broad PHI access and analytics pipelines only return the necessary fields required for permitted use.

Can I use audit logs to support HIPAA breach notification readiness?

Yes, audit logs support HIPAA breach notification readiness by enabling incident scoping and timing expectations. Evaluating these logs alongside encryption safe-harbor logic helps determine if a breach occurred and if notification is required.

Does HITECH liability apply to cloud infrastructure handling ePHI?

HITECH liability applies to cloud infrastructure handling ePHI by extending HIPAA requirements to SaaS pipelines and infrastructure. Auditing assesses technical safeguards like access control, integrity, and transmission security across these environments.