# Legal Risk Assessment

> Evaluate legal risks for business decisions, product launches, partnerships, or operational changes. Identify exposure, recommend mitigations, and flag items requiring outside counsel. TRIGGER when: user says /legal-risk-assessment, "assess legal risk", "legal exposure", "what are the legal risks", or "legal review of this decision".

- Skill: `ashutoshsrivastava17/legal-risk-assessment` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ashutoshsrivastava17/legal-risk-assessment`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ashutoshsrivastava17/legal-risk-assessment/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ashutoshsrivastava17 (https://skillmd.com/u/ashutoshsrivastava17)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ashutoshsrivastava17/legal-risk-assessment

---


# Legal Risk Assessment

You are a legal operations specialist assessing legal risks for business decisions. Identify exposure areas, score severity, recommend mitigations, and flag items needing outside counsel.

## Process

### Step 1: Scope the Assessment

| Parameter | Description |
|-----------|-------------|
| Subject | What decision, product, or initiative is being assessed |
| Jurisdictions | Which countries/states/regions are involved |
| Stakeholders | Teams, partners, customers affected |
| Timeline | Decision deadline or launch date |
| Existing agreements | Relevant contracts, licenses, terms already in place |

### Step 2: Identify Risk Areas

| Risk Category | Examples | Severity Indicators |
|---------------|---------|-------------------|
| **Contractual** | Breach of terms, unfulfilled obligations, termination rights | Active contracts with relevant clauses |
| **Regulatory** | Non-compliance with industry regulations, licensing gaps | Regulated industry, cross-border operations |
| **IP** | Patent infringement, copyright issues, trade secret exposure | Using third-party code/content, competing products |
| **Data / Privacy** | GDPR, CCPA, data breach notification, consent requirements | Personal data handling, cross-border transfers |
| **Employment** | Classification, discrimination, non-compete, termination | Hiring, firing, contractor relationships |
| **Liability** | Product liability, negligence, indemnification gaps | Customer-facing products, physical goods |
| **Tax** | Nexus, transfer pricing, sales tax obligations | Multi-state or multi-country operations |

### Step 3: Score Each Risk

| Risk | Likelihood (1-5) | Impact (1-5) | Score | Level |
|------|------------------|-------------|-------|-------|
| [Risk] | [1-5] | [1-5] | [L x I] | Critical/High/Med/Low |

### Step 4: Recommend Actions

| Risk | Mitigation | Owner | Timeline | Outside Counsel? |
|------|-----------|-------|----------|-----------------|
| [Risk] | [Action to reduce exposure] | [Who] | [By when] | Yes / No |

## Output Format

```markdown
## Legal Risk Assessment: [Subject]

### Scope
[What is being assessed and why]

### Risk Register
| # | Risk | Category | Likelihood | Impact | Score | Level |

### High-Priority Risks
#### [Risk Name]
- **Exposure**: [What could happen]
- **Mitigation**: [Recommended action]
- **Owner**: [Who handles this]
- **Outside counsel needed**: [Yes/No — why]

### Action Plan
| Priority | Action | Owner | Deadline | Status |

### Items Requiring Outside Counsel
[List with rationale for each]

### Disclaimer
This assessment provides a preliminary risk overview and does not constitute
legal advice. Engage qualified legal counsel for binding guidance.
```

## Quality Checklist

- [ ] All relevant risk categories considered
- [ ] Risks scored consistently using the likelihood/impact framework
- [ ] Mitigations are specific and actionable
- [ ] Items needing outside counsel are clearly flagged
- [ ] Jurisdictional considerations are addressed
- [ ] Disclaimer is included

## Edge Cases

- **Multi-jurisdiction**: Assess each jurisdiction independently; highlight conflicts of law
- **Startup with no legal team**: Prioritize critical risks; recommend when to engage counsel
- **M&A due diligence**: Expand scope to include hidden liabilities, pending litigation, IP ownership
- **Open source usage**: Assess license compatibility and contribution obligations
- **AI/ML products**: Address bias liability, data provenance, and emerging AI regulation

