risk-register-synthesis

Consolidate healthcare skill findings into a quantified HIPAA risk register.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Individual compliance scans produce scattered checklists, but HIPAA (45 CFR 164.308(a)(1)(ii)(A)) requires a quantified risk assessment. This Skill merges findings from multiple healthcare security skills into a single risk register with likelihood, impact, and risk scores. ## Core Features & Use Cases - Finding Aggregation: Collects output files from skills like phi-pii-leak-scan, hipaa-compliance-audit, and security-code-review, deduplicating findings by root cause. - Quantified Risk Scoring: Assigns likelihood (1-5) and impact (1-5) scores with healthcare-specific criteria, maps each risk to HIPAA CFR sections, and tracks controls, owners, and remediation dates. - Multi-Format Output: Generates Markdown reports for auditors and JSON for automated tracking, with delta comparison against previous registers. - Use Case: After running quarterly security scans, produce a consolidated HIPAA risk register for SOC 2 Type II audit evidence, highlighting critical risks (score >= 20) requiring immediate remediation. ## Quick Start Run the risk register synthesis to consolidate all healthcare skill findings in ContextFiles2/Library/Sessions into a scored HIPAA risk register.

Frequently Asked Questions about risk-register-synthesis

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

FAQPage Schema
How do I create a HIPAA risk register from security scan findings?

Run this Skill after executing source skills like phi-pii-leak-scan and hipaa-compliance-audit. It aggregates their output files from ContextFiles2/Library/Sessions, scores each finding for likelihood and impact, and produces a consolidated register in Markdown or JSON.

What is a HIPAA risk analysis under 45 CFR 164.308?

Section 164.308(a)(1)(ii)(A) requires an accurate and thorough assessment of risks to the confidentiality, integrity, and availability of ePHI. A simple pass/fail checklist is insufficient; each finding needs quantified likelihood, impact, and a risk score.

How are likelihood and impact scores calculated for healthcare risks?

Likelihood ranges from 1 (rare, requires physical access) to 5 (exploitable without authentication). Impact ranges from 1 (no PHI exposure) to 5 (clinical data breach with patient harm). Risk score equals likelihood multiplied by impact.

What happens if a source skill has never been run?

The synthesis notes which skills have no output files and recommends running them. Missing inputs do not block the register; it proceeds with whatever findings exist in the sessions directory.

How are duplicate findings across multiple scans handled?

Findings are deduplicated by root cause rather than by finding ID. For example, unencrypted PHI flagged by both phi-pii-leak-scan and hipaa-compliance-audit becomes a single risk register entry.

Can the risk register output be used for SOC 2 audits?

Yes. The output format aligns with SOC 2 Trust Service Criteria CC3.2, CC3.3, and CC3.4 for risk assessment processes, so one register can serve both HIPAA and SOC 2 documentation requirements.