legal-risk-assessment

legal-risk-assessment is a skill for Claude Code from alebgl77/claude-inc. It costs 104 tokens per session (1,063 once invoked), scanned A, original, MIT.

A legal risk register that lists concrete legal problems, scores their impact and likelihood from 1 to 5, and records mitigations and escalation rules.

In plain words
What is it for?
Use it to review deals, privacy or data obligations, regulatory changes, intellectual property, employment, litigation, or expansion plans before a major decision.
Why use it?
It turns a general concern about legal exposure into a ranked list of situations to address. It assesses the overall situation rather than editing individual contract clauses.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-inc plugin — 54 skills, 3 commands, 9 agents shipped together

Good fit Use it to review deals, privacy or data obligations, regulatory changes, intellectual property, employment, litigation, or expansion plans before a major decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alebgl77/claude-inc/legal-risk-assessment
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add alebgl77/claude-inc --skill legal-risk-assessment
Clone the repo
git clone --depth 1 https://github.com/alebgl77/claude-inc

Made for: Claude Code.

Or install claude-inc, the plugin that ships this one along with the rest of its 54 skills, 3 commands, 9 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for legal-risk-assessment

README.md
[![agentmods](https://agentmods.dev/badge/skills/alebgl77/claude-inc/legal-risk-assessment/github.svg)](https://agentmods.dev/skills/alebgl77/claude-inc/legal-risk-assessment)
Your own site
<a href="https://agentmods.dev/skills/alebgl77/claude-inc/legal-risk-assessment"><img src="https://agentmods.dev/badge/skills/alebgl77/claude-inc/legal-risk-assessment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for legal-risk-assessment

Your own site · 80×15
<a href="https://agentmods.dev/skills/alebgl77/claude-inc/legal-risk-assessment"><img src="https://agentmods.dev/badge/skills/alebgl77/claude-inc/legal-risk-assessment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,063 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00104 $0.01063
Opus 5 $0.00052 $0.00531
Sonnet 5 $0.00021 $0.00213
Haiku 4.5 $0.00010 $0.00106

Measured 12d ago against content hash 6ed94b4cbaf5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

legal-risk-assessment scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/legal-risk-assessment/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

"Flag legal risk"

Turns "this feels risky" into a scored, sorted register with owners and tripwires. Works from a description of the situation plus any documents provided.

When to use

  • "What's our exposure if we sign this?" — deal downside read
  • "How risky is operating without a signed DPA for a quarter?"
  • "Rank the legal risks of this expansion plan"
  • Before an exec or board commit on a contested move
  • Clause-level contract surgery belongs to review-contract; this skill scores the whole situation

Workflow

  1. Frame the situation: the decision at stake, timeline, jurisdictions, counterparties, and what "bad" concretely looks like for the business.
  2. Enumerate risks across the standard surfaces — contractual, regulatory, IP, privacy and data, employment, litigation, reputational-with-legal-consequence. Each risk is a concrete event ("residuals clause lets the vendor reuse our roadmap"), never a category name ("IP risk").
  3. Score each risk: impact 1-5 (1 = nuisance cost … 5 = company-changing) × likelihood 1-5 (1 = remote … 5 = expected). Score = impact × likelihood, with a one-line rationale per score — unexplained numbers are guesses.
  4. Render the heat map sorted by score, descending.
  5. Attach a mitigation to every risk at or above threshold (default: score ≥ 8, overridable): the action, its owner, and the residual score once done.
  6. Define escalation criteria — observable conditions that send this to human counsel immediately (e.g., any impact-5 risk, regulator contact, a litigation threat received, press involvement).
  7. Set monitoring triggers: events that reopen the assessment ("counterparty misses a payment", "new guidance published on X"), each with a named watcher.
  8. Deliver the dated register and a one-sentence bottom line: proceed, proceed with mitigations, or do not proceed.

Output format

LEGAL RISK REGISTER — <matter> — <date>
Decision at stake: <one line>   Mitigation threshold: score ≥ 8

HEAT MAP (sorted by score)
| # | Risk (concrete event) | Impact (1-5) | Likelihood (1-5) | Score | Rationale  |
|---|-----------------------|--------------|------------------|-------|------------|
| 1 | <risk>                | 4            | 4                | 16    | <one line> |
| 2 | <risk>                | 5            | 2                | 10    | <one line> |
| 3 | <risk>                | 2            | 3                | 6     | <one line> |

MITIGATIONS (score ≥ threshold)
| Risk # | Mitigation action | Owner | Residual score |
|--------|-------------------|-------|----------------|
| 1      | <action>          | <who> | <I × L after>  |

ESCALATE TO HUMAN COUNSEL IMMEDIATELY IF
- <observable condition>
- <observable condition>

MONITORING TRIGGERS
- <event> → reassess risk #<n> — watcher: <who>

BOTTOM LINE: <proceed / proceed with mitigations / do not proceed> — <one sentence why>

*Issue-spotting support, not legal advice — engage counsel for binding decisions.*

Read the full file on GitHub · 77 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 77 lines · 104 tokens per session scan A 6ed94b4cbaf5

Subscribe to this mod's changes

legal-risk-assessment is a skill published in the GitHub repository alebgl77/claude-inc (15 stars, last pushed 3d ago), licensed MIT. It adds 104 tokens to every session and 1,063 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories