incident-response-breach-notification

Audits HIPAA Breach Notification Rule readiness across detection, notification, and documentation workflows.

Updated May 11, 2026
One-click install
npx skills add https://github.com/thachrocky12345/local-agent-train-workstation --skill incident-response-breach-notification-thachrocky12345
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-response-breach-notification
Source: https://github.com/thachrocky12345/local-agent-train-workstation/tree/main/.claude/skills/incident-response-breach-notification
Command: npx skills add https://github.com/thachrocky12345/local-agent-train-workstation --skill incident-response-breach-notification-thachrocky12345

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Healthcare platforms handling PHI must comply with the HIPAA Breach Notification Rule (45 CFR 164.400-414), but verifying that breach detection, notification templates, timelines, and logging actually exist in the codebase is a manual, error-prone audit task. ## Core Features & Use Cases - 4-Factor Breach Risk Assessment: Applies the 45 CFR 164.402 test to platform-specific PHI exposure scenarios such as leaked clinical notes, risk screening scores, and OAuth tokens. - Notification Readiness Checks: Greps the Django backend and React frontend for breach notification templates, breach log models, incident response documentation, and security contacts. - Timeline & Content Compliance: Maps individual, HHS, media, and business associate notification deadlines and required content to implementation status. - Use Case: Before a SOC 2 or HIPAA audit, run the skill in audit-only mode to produce a compliance checklist showing which breach notification requirements are implemented and which are missing, such as the absent Breach/Incident model. ## Quick Start Ask the AI to run a HIPAA breach notification readiness audit of the Lumy-Backend and RG-Frontend repositories and generate a compliance checklist report.

Frequently Asked Questions about incident-response-breach-notification

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

FAQPage Schema
How do I check HIPAA breach notification compliance in my codebase?

Run this skill against your backend and frontend source trees to grep for breach notification templates, breach log models, incident response documentation, and security contacts. It maps each finding to 45 CFR 164.404-408 requirements in a compliance checklist.

What is the HIPAA breach notification timeline for individuals and HHS?

Individuals must be notified within 60 calendar days of discovery. Breaches affecting 500 or more individuals require concurrent HHS notification and media notice, while smaller breaches are reported to HHS annually within 60 days of calendar year end.

Does encryption eliminate HIPAA breach notification requirements?

Yes, PHI encrypted per NIST standards (AES-128 or stronger) is considered secured PHI under 45 CFR 164.402(2), so a breach of encrypted data does not require notification. This makes field-level encryption a strong safe harbor.

What is the 4-factor breach risk assessment under HIPAA?

The 45 CFR 164.402 test evaluates the nature and extent of PHI involved, the unauthorized person who accessed it, whether PHI was actually acquired or viewed, and the extent of risk mitigation. Unless all four factors show low probability of compromise, the incident is a reportable breach.

Can this skill run a breach simulation instead of a full audit?

Yes, it supports --simulate for tabletop breach exercises, --audit-only for readiness checks, and --generate-plan for creating an incident response plan. Each mode uses the same regulatory framework but produces different outputs.

What are the limitations of this breach notification audit?

The audit only detects what exists in the source code and documentation; it cannot verify operational procedures, staff training, or actual notification delivery. It also notes the platform currently lacks a Breach or Incident model, so breach documentation must be maintained externally.