Structured legal risk scoring using a 5x5 Severity × Likelihood matrix — generate risk registers, assessment memos, and escalation decisions.
npx clawhub@latest install legal-risk-assessmentLegal Risk Assessment is a structured framework for quantifying and managing legal risks using a 5×5 Severity × Likelihood matrix. It scores individual risks, maintains risk registers, generates formatted assessment memos, and provides escalation guidance for outside counsel engagement. Designed for in-house legal teams, compliance officers, and risk managers who need consistent, documented risk scoring across categories like Contract, Regulatory, Litigation, IP, Data Privacy, Employment, and Corporate.
Experimental: This skill is for educational and informational purposes only. It does not constitute legal advice. Consult qualified legal professionals before acting on any output.
Calculates a numeric risk score by multiplying Severity (1–5: Negligible → Critical) by Likelihood (1–5: Remote → Almost Certain). Each score maps to a color-coded level — GREEN, YELLOW, ORANGE, or RED — with a corresponding recommended action: Accept, Monitor, Mitigate, or Escalate.
Accepts a JSON risk register file containing multiple risks and scores all entries in a single pass. Outputs per-risk levels and actions alongside summary statistics: count per level and average score across the register.
Generates a formatted markdown memo from a risk register, including an ASCII risk matrix visualization, risk distribution summary, top risks ranked by score, owner assignments, monitoring plan suggestions, and escalation recommendations.
Provides a tiered escalation framework distinguishing mandatory triggers (active litigation, government investigation, criminal exposure) from strongly recommended and discretionary scenarios, helping teams avoid both under- and over-escalation to outside counsel.
Covers Contract, Regulatory, Litigation, IP, Data Privacy, Employment, and Corporate risk categories with defined contributing and mitigating factors referenced in the escalation guide.
Three built-in workflows — New Risk Assessment, Periodic Register Review, and Escalation Decision — provide step-by-step procedures so teams follow a consistent process every time rather than improvising.
Score a vendor SLA non-compliance risk (--severity 4 --likelihood 3 --category Contract) to get an ORANGE-level result with a recommended mitigation action. Document it in the register and assign an owner before contract renewal.
Load the full risk register JSON, batch-score all entries with risk_scorer.py --input register.json, then generate an updated memo with risk_report_generator.py. Distribute the memo to stakeholders, focusing remediation effort on ORANGE and RED items.
After a potential data privacy breach is identified, score it against the matrix and consult the escalation guide to determine whether outside counsel engagement is mandatory, strongly recommended, or discretionary — then document the rationale and trigger in the memo.
Use the risk framework reference to categorize and describe each identified risk, score them individually or in batch, and compile a baseline register with consistent documentation standards for severity, likelihood, and recommended actions.
npx clawhub@latest install legal-risk-assessmentnpx clawhub@latest install legal-risk-assessmentLog in to write a review
No reviews yet. Be the first to share your experience!