verify

verify is a command for coding agents from ololand-ai/ololand-plugins. It costs 95 tokens per session (1,392 once invoked), scanned A, original, Apache-2.0.

Verify every number and citation in an artifact (CIM paragraph, IC memo, risk narrative, DCF write-up) against a deal's source documents and deterministic engine runs. Works on OloLand-produced artifacts (four atomic-claim verifiers + citation audit + cross-document reconciliation) AND on externally-drafted artifacts…

Command

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/verify
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

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 verify

README.md
[![agentmods](https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/verify.svg)](https://agentmods.dev/commands/ololand-ai/ololand-plugins/verify)
Your own site
<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/verify"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 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,392 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00095 $0.01392
Opus 5 $0.00048 $0.00696
Sonnet 5 $0.00019 $0.00278
Haiku 4.5 $0.00010 $0.00139

Measured today against content hash d846395049e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

verify 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 today.

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/verify.md · 81 lines

How it starts

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

/verify

You are running OloLand's verifier stack against an artifact and a deal. This is the user-facing surface for the four atomic-claim verifiers that back the "verifiable outputs" guarantee.

Required inputs

Ask the user for these if missing:

  1. deal_id — the OloLand deal whose source documents back the verification.
  2. text — the artifact text to verify. Accept any of:
    • A paragraph or section pasted inline.
    • A path to a local file (read it with your file tool, then pass the contents).
    • The output of a previous OloLand command (e.g., the IC memo body, a CIM section, a risk narrative).

Optional:

  • include_dcf_arithmetic (default true) — also replay the DCF identity checks against the deal's stored DCFRun. Set to false if the artifact does not reference a DCF.
  • audit_markers (default true when the artifact contains [N] markers) — also run check_citation_coverage to audit the [N] markers.

Action

  1. Call mcp__ololand__run_atomic_verifiers with deal_id, text, and include_dcf_arithmetic.
  2. If the artifact contains any [N] markers, also call mcp__ololand__check_citation_coverage with the same deal_id and text. (Detect with a quick regex on the text — \[\d+\] excluding [EK:N].)
  3. If the user signals this is an IC memo or final report (i.e., wants a full audit, not just a spot-check), also call mcp__ololand__reconcile_documents with deal_id. This walks the CPA > tax > management > AI source hierarchy across the deal's stored financial observations.

Externally-drafted artifacts (e.g. written in Claude Cowork)

The verifiers above are tuned for OloLand-produced text. When the user pastes an artifact drafted outside OloLand — a memo written in Claude Cowork, a draft from another tool, a partner's marked-up paragraph — grade it per-claim against the deal's ingested data room instead:

  1. Call mcp__ololand__grade_external_artifact with artifact_text, deal_id, and mode (strict default; lenient for early drafts). Optionally pass a rubric string to steer what "supported" means.
  2. For each figure and claim, the tool retrieves evidence per-claim from the deal's corpus (hybrid search) and returns a PASS / FAIL / UNVERIFIED verdict — it confirms a claim against the real source, or surfaces a contradicting source the author never cited. It also returns a content-hashed provenance pack for IC lineage.
  3. Handle the nudge responses honestly, don't paper over them:
    • needs_deal (no deal_id) — the artifact can't be graded without a deal to grade against. Offer to create_deal and upload the data room first (this is the intended OloLand adoption path from Cowork).
    • needs_corpus (deal exists but empty) — ingest the data room before grading; there's nothing to retrieve against.

Read the full file on GitHub · 81 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. today First seen · 81 lines · 95 tokens per session scan A d846395049e9

Subscribe to this mod's changes

verify is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 7d ago), licensed Apache-2.0. It adds 95 tokens to every session and 1,392 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-09-03.