risk-register

risk-register is a skill for Claude Code from Dokkabei97/forged-claude-code. It costs 27 tokens per session (806 once invoked), scanned A, original, MIT.

A risk register for recording startup risks with their likelihood, impact, owners, status, and response plans. A risk register is a working list used to track what could go wrong.

In plain words
What is it for?
Use it during periodic reviews, major decisions, or after incidents to assess risks and record mitigation and contingency plans.
Why use it?
It makes risks visible and assigns actions before they become incidents or crises.

Skill for Claude Code

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

Part of the forged-claude-code plugin — 29 skills, 14 commands, 9 agents, 2 hooks shipped together

Good fit Use it during periodic reviews, major decisions, or after incidents to assess risks and record mitigation and contingency plans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dokkabei97/forged-claude-code/risk-register
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 Dokkabei97/forged-claude-code --skill risk-register
Clone the repo
git clone --depth 1 https://github.com/Dokkabei97/forged-claude-code

Made for: Claude Code.

Or install forged-claude-code, the plugin that ships this one along with the rest of its 29 skills, 14 commands, 9 agents, 2 hooks.

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 risk-register

README.md
[![agentmods](https://agentmods.dev/badge/skills/dokkabei97/forged-claude-code/risk-register.svg)](https://agentmods.dev/skills/dokkabei97/forged-claude-code/risk-register)
Your own site
<a href="https://agentmods.dev/skills/dokkabei97/forged-claude-code/risk-register"><img src="https://agentmods.dev/badge/skills/dokkabei97/forged-claude-code/risk-register.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 806 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.
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.00027 $0.00806
Opus 5 $0.00014 $0.00403
Sonnet 5 $0.00005 $0.00161
Haiku 4.5 $0.00003 $0.00081

Measured 7d ago against content hash 15d3f4c18bc1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

risk-register 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 7d 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/coo/risk-register/SKILL.md · 113 lines

How it starts

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

Risk Register - Startup Risk Management

Overview

Identifies, assesses, and tracks risks before they become crises. Startups that manage risk proactively survive longer.


1. When to Apply

Trigger Behavior
Quarterly review Full risk assessment
"risk", "리스크" Risk register creation/update
Major decision Decision-specific risk analysis
Incident occurred Add to risk register with lessons

2. Risk Register Template

# Risk Register — [Date]

| ID | Risk | Category | Probability | Impact | Score | Owner | Status |
|----|------|----------|-------------|--------|-------|-------|--------|
| R1 | [Description] | [Cat] | H/M/L | H/M/L | [N] | @name | Open |
| R2 | [Description] | [Cat] | H/M/L | H/M/L | [N] | @name | Mitigated |

## Risk Detail: R1 — [Risk Name]
- **Description**: [What could go wrong]
- **Trigger**: [What would cause this to happen]
- **Probability**: High (>70%) / Medium (30-70%) / Low (<30%)
- **Impact**: High (existential) / Medium (significant) / Low (manageable)
- **Mitigation Plan**: [What we're doing to reduce probability/impact]
- **Contingency Plan**: [What we'll do IF it happens]
- **Owner**: @[name]
- **Review Date**: [When to reassess]

3. Common Startup Risks

Category Risk Typical Probability
Financial Runway runs out before next raise High
Financial Key customer churns Medium
Technical Major security breach Low but catastrophic
Technical Key infrastructure failure Medium
People Co-founder departure Medium
People Key engineer leaves Medium
Market Competitor launches similar product High
Market Market shifts (regulation, trends) Medium
Legal IP dispute Low
Legal Compliance violation Medium
Operational Vendor/partner dependency fails Medium

4. Risk Matrix

Impact →     Low        Medium       High
Probability
  High     | 🟡 Medium | 🟠 High   | 🔴 Critical |
  Medium   | 🟢 Low    | 🟡 Medium | 🟠 High     |
  Low      | 🟢 Low    | 🟢 Low    | 🟡 Medium   |

Read the full file on GitHub · 113 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. 7d ago First seen · 113 lines · 27 tokens per session scan A 15d3f4c18bc1

Subscribe to this mod's changes

risk-register is a skill published in the GitHub repository Dokkabei97/forged-claude-code (2 stars, last pushed 6mo ago), licensed MIT. It adds 27 tokens to every session and 806 once invoked, about $0.0001 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-31.