risk-report

risk-report is a command for Claude Code from ololand-ai/ololand-plugins. It costs 33 tokens per session (1,145 once invoked), scanned A, original, Apache-2.0.

A structured report that assesses a deal across commercial, financial, legal, human-resources, and technology risks using evidence and, when available, patterns from similar deals.

In plain words
What is it for?
Use it to create risk heatmaps, category summaries, evidence citations, historical comparisons, and deal-killer flags.
Why use it?
It organizes scattered risk findings into severity scores, supporting documents, and a consistent assessment.

Command for Claude Code

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

Part of the ololand-dd plugin — 22 skills, 52 commands, 3 agents shipped together

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.

agentmods
npx agentmods add commands/ololand-ai/ololand-plugins/risk-report
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

Made for: Claude Code.

Or install ololand-dd, the plugin that ships this one along with the rest of its 22 skills, 52 commands, 3 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 risk-report

README.md
[![agentmods](https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/risk-report.svg)](https://agentmods.dev/commands/ololand-ai/ololand-plugins/risk-report)
Your own site
<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/risk-report"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/risk-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,145 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00033 $0.01145
Opus 5 $0.00016 $0.00573
Sonnet 5 $0.00007 $0.00229
Haiku 4.5 $0.00003 $0.00114

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

Security

Grade A, and why

risk-report 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 6d 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.

plugins/ololand-dd/commands/risk-report.md · 91 lines

How it starts

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

Risk Report

Generate a comprehensive risk assessment using OloLand's institutional risk taxonomy — 311 risk factors across 67 categories.

Usage

/risk-report <deal_id> [category]

Arguments

  • deal_id (required) — The deal ID to assess.
  • category (optional) — Focus on a specific risk dimension: commercial, financial, legal, hr, tech. Default: all.

Execution

  1. Fetch existing risks with get_deal_risks from the MCP server.
  2. For each risk, retrieve evidence with get_evidence_links.
  3. Call find_similar_deals for institutional patterns from past deals. If it returns status: "no_usable_corpus", omit the historical-patterns section entirely — do not fabricate one.
  4. Build the report:
    • Risk heatmap: Probability vs. impact matrix for top 10 risks
    • Category breakdown: Risks grouped by dimension (Commercial, Financial, Legal, HR, Tech)
    • Evidence citations: Source documents for each risk
    • Historical patterns (only if usable cohort exists): "In 8 similar deals, this risk category was accurate 82% of the time"
    • Deal-killer flags: Risks where system severity <= 2 but analysts historically corrected to >= 4

Probability rendering (STRICT)

get_deal_risks now returns three probability metadata fields per risk: probability_source, probability_confidence, and probability_rendering. Honor probability_rendering:

  • numeric — render probability_percent as a percentage (e.g. "65%"). The probability is source-supported.
  • qualitative — render as Low / Medium / High. The probability is a severity proxy, NOT a source-supported number. Do NOT show a percentage in this case.

Mixing severity-derived probabilities with source-supported ones in the same percentage column is a false-precision bug; the rendering field exists specifically to prevent that.

Report Format

Present as structured markdown with:

  • Summary table (risk name, severity 1-5, probability per the rendering rule above, dollar impact, evidence source)
  • Color-coded severity indicators
  • Institutional memory section (patterns from similar deals; omit if no usable cohort)
  • Recommended mitigants for Critical/High risks

Read the full file on GitHub · 91 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. 6d ago First seen · 91 lines · 33 tokens per session scan A 56f5ea4d531b

Subscribe to this mod's changes

risk-report is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 33 tokens to every session and 1,145 once invoked, about $0.0002 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.