Breach Incident Response
Overview
This skill orchestrates security incident and breach response for USA regulatory obligations:
- HIPAA Breach Notification Rule: 45 CFR §164.400–§164.414 (individual, HHS, media notification timelines)
- HITECH: 60-day notification to individuals; HHS OCR reporting
- State breach laws: variable timelines (many 30–90 days)—California, New York, etc.
- SOC 2 CC7.4/CC7.5: Incident identification, response, recovery, communication
AI-specific incidents include: unredacted ePHI sent to non-BAA LLM, MCP tool exfiltration, deanonymization abuse, compromised agent API keys, and prompt injection leading to data disclosure.
When to Use
Use this skill when:
- Suspected or confirmed unauthorized access/disclosure of ePHI, CHD, or confidential data
- LLM data leakage (raw PHI in model logs, training pipeline, vendor breach notification)
- MCP compromise (rogue tool registration, stolen OAuth tokens)
- Agent credential theft or skill tampering detected
- Preparing breach notification letters, HHS OCR reporting, state AG notifications
- Tabletop exercises for agent/MCP incident scenarios
- Post-incident root cause analysis for SOC 2 and HIPAA documentation
Do not use this skill when:
- Designing preventive audit logs (use
audit-logging-integrity)
- General vendor risk questionnaires (use
vendor-third-party-risk)
- Non-security operational outages without data impact (use availability runbooks)
Core Process
Execute steps in order. Contain first—do not delay containment for documentation.
Step 1: Detection and classification
- Triage alert source: SIEM, CCM, user report, vendor notification, red team.
- Classify incident type:
- Security incident (attempted access, no confirmed disclosure)
- Breach (acquisition/access/disclosure of unsecured PHI per §164.402 definitions)
- PCI incident (CHD/SAD suspected compromise)
- Assign severity and incident commander.
- Start immutable incident timeline (UTC timestamps, actor actions).
Step 2: Immediate containment
- Isolate affected systems without destroying forensic evidence:
- Revoke compromised MCP OAuth tokens and API keys
- Disable affected agent deployments; block LLM API keys
- Snapshot logs and MCP server state before changes
- Preserve evidence with SHA-256 hashes; chain of custody log.
- Do not deanonymize logs for investigation unless authorized forensic path.
Step 3: Scope and impact assessment
- Determine what data was involved:
- ePHI elements, volume, individuals affected
- CHD/SAD if payment systems involved
- Determine unsecured PHI analysis per §164.402:
- Was data encrypted per HIPAA guidance such that disclosure is impracticable?
- Risk assessment per four-factor test (§164.402(2)): nature of PHI, unauthorized person, acquisition/view, mitigation
- Use audit logs (
audit-logging-integrity artifacts) for timeline reconstruction.
- Document minimum necessary findings—avoid spreading PHI in incident tickets.
Step 4: HIPAA breach determination
- If unsecured PHI involved, apply breach presumption (§164.402)—breach unless low probability of compromise documented.
- Privacy officer/legal confirms breach vs security incident.
- If breach: start notification clock (60 days to individuals per §164.404; HHS per §164.408).
Step 5: Notification workflows
HIPAA (if breach confirmed)
| Audience |
Requirement |
Timeline |
| Individuals |
Written notice (mail or email if opted) |
Without unreasonable delay, max 60 days |
| HHS OCR |
Portal submission |
≤60 days; <500 individuals = annual log |
| Media |
If >500 residents of a state |
Without unreasonable delay, max 60 days |
- Draft notification content per §164.404(c): description, types of PHI, steps for individuals, CE contact, mitigation steps.
- Do not include unnecessary PHI in notification letters.
State laws
- Identify affected individuals' states; check state breach statutes (timeline may be shorter than HIPAA).
- Notify state AG where required (e.g., CA, NY thresholds).
SOC 2 CC7.5
- Document customer notification if incident affects service commitments or confidentiality.
- Align with contractual incident notification SLAs.
Step 6: PCI incident response (if CHD involved)
- Engage PCI forensics (PFI) if required by acquirer/brands.
- Do not store full PAN in incident docs—use tokenized references.
- Cross-notify payment brands per merchant agreement.
Step 7: Eradication and recovery
- Remove attacker access: rotate all secrets, patch vulnerabilities, remove rogue MCP tools.
- Restore from known-good baselines; re-run
compliance-as-code-governance scans.
- Verify redaction gate and MCP allowlists before re-enabling agent production traffic.
Step 8: Post-incident review
- Root cause analysis: technical, process, human factors.
- Update skills, runbooks, CCM rules to prevent recurrence.
- Document lessons learned for board/management (CC1.2, CC2.2).
- Retain incident records per HIPAA documentation requirements (6 years common).
Step 9: Regulatory reporting completion
- Track notification deliveries and HHS submission confirmation.
- Archive all artifacts in encrypted evidence store with access controls.
Common Rationalizations
| Excuse the agent might generate |
Required rebuttal |
| "It's probably not a breach—skip notification planning." |
HIPAA applies breach presumption until documented four-factor risk assessment proves low probability. |
| "We contained it—notification can wait." |
Notification clocks start upon discovery—delay beyond regulatory timelines is a secondary violation. |
| "Put full incident details in Slack for speed." |
Incident channels must use approved secure tools—no cleartext PHI in Slack unless BAA-covered and scoped. |
| "LLM vendor deleted the data—no breach." |
Vendor assurance does not replace your breach determination and notification obligations. |
| "Only 10 patients—no HHS report needed." |
HHS reporting still required (annual log if <500)—individual notification still required. |
| "Forensics can wait until after we're back online." |
Snapshot logs and MCP state before recovery actions destroy evidence. |
Red Flags
- Raw ePHI confirmed in non-BAA LLM vendor logs
- Deanonymization tool used anomalously without ticket correlation
- Incident commander lacks privacy/legal engagement on PHI breach
- Notification letters drafted past 60-day HIPAA deadline
- Full patient list posted in unencrypted incident spreadsheet
- MCP rogue tool remained registered during containment phase
- No HHS OCR submission tracking for reportable breach
Verification
1---2name: breach-incident-response3description: Executes USA breach and security incident response—HIPAA Breach Notification Rule (45 CFR §164.400–414), HITECH 60-day notification, state breach laws, and SOC 2 CC7.4/CC7.5 incident management—for agent, MCP, and LLM-related events. Trigger when investigating suspected PHI/PII exposure, unauthorized MCP access, LLM data leakage, or preparing breach notifications. Do not use for preventive logging design (use audit-logging-integrity) or routine vulnerability scanning.4---56# Breach Incident Response78## Overview910This skill orchestrates **security incident and breach response** for USA regulatory obligations:1112- **HIPAA Breach Notification Rule**: 45 CFR **§164.400–§164.414** (individual, HHS, media notification timelines)13- **HITECH**: 60-day notification to individuals; HHS OCR reporting14- **State breach laws**: variable timelines (many 30–90 days)—California, New York, etc.15- **SOC 2 CC7.4/CC7.5**: Incident identification, response, recovery, communication1617AI-specific incidents include: unredacted ePHI sent to non-BAA LLM, MCP tool exfiltration, deanonymization abuse, compromised agent API keys, and prompt injection leading to data disclosure.1819## When to Use2021Use this skill when:2223- **Suspected or confirmed** unauthorized access/disclosure of ePHI, CHD, or confidential data24- **LLM data leakage** (raw PHI in model logs, training pipeline, vendor breach notification)25- **MCP compromise** (rogue tool registration, stolen OAuth tokens)26- **Agent credential theft** or skill tampering detected27- Preparing **breach notification** letters, HHS OCR reporting, state AG notifications28- **Tabletop exercises** for agent/MCP incident scenarios29- Post-incident **root cause analysis** for SOC 2 and HIPAA documentation3031Do **not** use this skill when:3233- Designing preventive audit logs (use `audit-logging-integrity`)34- General vendor risk questionnaires (use `vendor-third-party-risk`)35- Non-security operational outages without data impact (use availability runbooks)3637## Core Process3839Execute steps **in order**. **Contain first**—do not delay containment for documentation.4041### Step 1: Detection and classification42431. Triage alert source: SIEM, CCM, user report, vendor notification, red team.442. Classify incident type:45 - **Security incident** (attempted access, no confirmed disclosure)46 - **Breach** (acquisition/access/disclosure of unsecured PHI per §164.402 definitions)47 - **PCI incident** (CHD/SAD suspected compromise)483. Assign severity and incident commander.494. Start **immutable incident timeline** (UTC timestamps, actor actions).5051### Step 2: Immediate containment52531. **Isolate** affected systems without destroying forensic evidence:54 - Revoke compromised MCP OAuth tokens and API keys55 - Disable affected agent deployments; block LLM API keys56 - Snapshot logs and MCP server state before changes572. Preserve evidence with SHA-256 hashes; chain of custody log.583. Do **not** deanonymize logs for investigation unless authorized forensic path.5960### Step 3: Scope and impact assessment61621. Determine **what data** was involved:63 - ePHI elements, volume, individuals affected64 - CHD/SAD if payment systems involved652. Determine **unsecured PHI** analysis per §164.402:66 - Was data encrypted per HIPAA guidance such that disclosure is impracticable?67 - Risk assessment per **four-factor test** (§164.402(2)): nature of PHI, unauthorized person, acquisition/view, mitigation683. Use audit logs (`audit-logging-integrity` artifacts) for timeline reconstruction.694. Document **minimum necessary** findings—avoid spreading PHI in incident tickets.7071### Step 4: HIPAA breach determination72731. If unsecured PHI involved, apply **breach presumption** (§164.402)—breach unless low probability of compromise documented.742. Privacy officer/legal confirms breach vs security incident.753. If breach: start **notification clock** (60 days to individuals per §164.404; HHS per §164.408).7677### Step 5: Notification workflows7879#### HIPAA (if breach confirmed)8081| Audience | Requirement | Timeline |82| --- | --- | --- |83| Individuals | Written notice (mail or email if opted) | Without unreasonable delay, max **60 days** |84| HHS OCR | Portal submission | ≤60 days; <500 individuals = annual log |85| Media | If >500 residents of a state | Without unreasonable delay, max 60 days |86871. Draft notification content per §164.404(c): description, types of PHI, steps for individuals, CE contact, mitigation steps.882. **Do not** include unnecessary PHI in notification letters.8990#### State laws91921. Identify affected individuals' states; check **state breach statutes** (timeline may be shorter than HIPAA).932. Notify state AG where required (e.g., CA, NY thresholds).9495#### SOC 2 CC7.596971. Document customer notification if incident affects service commitments or confidentiality.982. Align with contractual incident notification SLAs.99100### Step 6: PCI incident response (if CHD involved)1011021. Engage PCI forensics (PFI) if required by acquirer/brands.1032. Do not store full PAN in incident docs—use tokenized references.1043. Cross-notify payment brands per merchant agreement.105106### Step 7: Eradication and recovery1071081. Remove attacker access: rotate all secrets, patch vulnerabilities, remove rogue MCP tools.1092. Restore from known-good baselines; re-run `compliance-as-code-governance` scans.1103. Verify redaction gate and MCP allowlists before re-enabling agent production traffic.111112### Step 8: Post-incident review1131141. Root cause analysis: technical, process, human factors.1152. Update skills, runbooks, CCM rules to prevent recurrence.1163. Document lessons learned for board/management (CC1.2, CC2.2).1174. Retain incident records per HIPAA documentation requirements (6 years common).118119### Step 9: Regulatory reporting completion1201211. Track notification deliveries and HHS submission confirmation.1222. Archive all artifacts in encrypted evidence store with access controls.123124## Common Rationalizations125126| Excuse the agent might generate | Required rebuttal |127| --- | --- |128| "It's probably not a breach—skip notification planning." | HIPAA applies **breach presumption** until documented four-factor risk assessment proves low probability. |129| "We contained it—notification can wait." | Notification clocks start upon **discovery**—delay beyond regulatory timelines is a secondary violation. |130| "Put full incident details in Slack for speed." | Incident channels must use **approved secure tools**—no cleartext PHI in Slack unless BAA-covered and scoped. |131| "LLM vendor deleted the data—no breach." | Vendor assurance does not replace **your breach determination** and notification obligations. |132| "Only 10 patients—no HHS report needed." | HHS reporting still required (**annual log** if <500)—individual notification still required. |133| "Forensics can wait until after we're back online." | Snapshot logs and MCP state **before** recovery actions destroy evidence. |134135## Red Flags136137- Raw ePHI confirmed in non-BAA LLM vendor logs138- Deanonymization tool used anomalously without ticket correlation139- Incident commander lacks privacy/legal engagement on PHI breach140- Notification letters drafted past 60-day HIPAA deadline141- Full patient list posted in unencrypted incident spreadsheet142- MCP rogue tool remained registered during containment phase143- No HHS OCR submission tracking for reportable breach144145## Verification146147- [ ] Incident classified (security incident vs breach) with privacy/legal sign-off148- [ ] Containment executed with forensic snapshots hashed before destructive changes149- [ ] Scope assessment completed with four-factor risk analysis documented150- [ ] HIPAA notification timeline tracked with individual/HHS/media requirements identified151- [ ] Applicable state breach notifications identified and scheduled152- [ ] SOC 2/customer contractual notifications sent per SLA153- [ ] PCI PFI engaged if CHD compromise suspected154- [ ] Eradication verified; agent/MCP production restored only after control revalidation155- [ ] Post-incident RCA completed with CCM/policy updates implemented156- [ ] All incident artifacts stored encrypted with access audit trail