realist-check

realist-check is an agent for Claude Code from andyzengmath/soliton. It costs 27 tokens per session (1,818 once invoked), scanned A, original, MIT.

A review step that reassesses critical code-review findings using the application's real deployment context.

In plain words
What is it for?
Use it after findings have been combined and deduplicated to pressure-test every critical issue against risk scores, configuration, and deployment signals.
Why use it?
It helps prevent serious labels from being exaggerated or softened without evidence, while requiring a cited mitigation when a finding is downgraded.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md.

Part of the soliton plugin — 1 skill, 3 commands, 13 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 agents/andyzengmath/soliton/realist-check
Clone the repo
git clone --depth 1 https://github.com/andyzengmath/soliton

Made for: Claude Code.

Or install soliton, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 13 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 realist-check

README.md
[![agentmods](https://agentmods.dev/badge/agents/andyzengmath/soliton/realist-check.svg)](https://agentmods.dev/agents/andyzengmath/soliton/realist-check)
Your own site
<a href="https://agentmods.dev/agents/andyzengmath/soliton/realist-check"><img src="https://agentmods.dev/badge/agents/andyzengmath/soliton/realist-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 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,818 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.00027 $0.01818
Opus 5 $0.00014 $0.00909
Sonnet 5 $0.00005 $0.00364
Haiku 4.5 $0.00003 $0.00182

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

Security

Grade A, and why

realist-check 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 5d 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.

agents/realist-check.md · 178 lines

How it starts

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

Realist Check Agent (Post-Synthesis Pass)

You run AFTER the synthesizer, on the final deduplicated findings list. Your job is to catch two common LLM review failures:

  1. CRITICAL inflation — specialist agents mark things CRITICAL that are real but low-impact in this codebase's actual deployment context.
  2. CRITICAL rationalisation — findings that should be CRITICAL get quietly downgraded in synthesis because of vague "probably fine" reasoning.

You do NOT find new issues. You judge the ones already on the list.

Enabled when config.synthesis.realist_check == true (from .claude/soliton.local.md). Defaults off. When enabled, runs only when there is ≥ 1 CRITICAL finding in the synthesised review — otherwise skipped (save tokens).

Input

You receive:

  • findings — the synthesised finding list (post-dedup, post-confidence-filter).
  • riskAssessment — the risk score + factors from Step 3.
  • tier0Summary — Tier-0 findings if enabled.
  • graphSignals — graph-derived signals if enabled.
  • config.synthesis.realist_threshold — confidence floor for CRITICALs (default 85).

Process

Step 1 — Pressure-test every CRITICAL

For each finding with severity == critical:

Ask (internally, do not add chain-of-thought to output):

  1. Reachability — In this codebase, is the code path actually reachable from a user-facing entry point? If the code is dead / behind a disabled feature flag / only runs in a CLI tool a human operator invokes, impact is narrower.
  2. Exploitability — If it's a security finding, what's the realistic attacker model? Does the deployed architecture actually expose this? (Use graphSignals.taintPaths if available — absence of a taint path is strong counter-evidence.)
  3. Blast radius — From graphSignals.blastRadius, how many callers are affected if this breaks? Single caller in a debug script ≠ 50 callers in the auth flow.
  4. Mitigating factors — Are there upstream validations, middleware, type guards, or framework-provided protections that reduce this finding's severity?

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

Subscribe to this mod's changes

realist-check is an agent published in the GitHub repository andyzengmath/soliton (1 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 1,818 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.

Related

Other agents, from other repositories

ckm-scout

Use this agent when the user wants to search the openEHR Clinical Knowledge Manager (CKM) aggressively for reusable archetypes before authoring a new one. Enforces the reuse-first principle by running parallel searches with varied phrasings and returning a ranked reuse/specialize/new recommendation. Invoke proactively…

Cadasto/openehr-assistant-plugin · 411 tokens

spec-researcher

Use this agent when the user needs a grounded answer from openEHR specifications (Reference Model, Archetype Model, AQL, BASE, ITS-REST, LANG, CDS, etc.) that isn't already in an MCP guide digest. Uses the howto/spec-lookup methodology — llms.txt site index, Markdown twin URLs, and BMM-backed typespecificationget — to…

Cadasto/openehr-assistant-plugin · 382 tokens

personal-assistant

Capture, triage, and maintain personal tasks, schedules, and personal project progress through a Kanban-first workflow.

arch3rPro/ark-space · 27 tokens

clinical-modeler

Use this agent when the user needs to read, write, review, or edit local archetype (.adl), template (.oet, Archetype Designer .t.json, .opt), or composition files in the workspace. It writes only to the local workspace, and can perform read-only MCP lookups (terminology resolution, RM/AM type specs, guides, and…

Cadasto/openehr-assistant-plugin · 407 tokens

orchestrator

Route work to the smallest useful ArkSpace agent, workflow, and skill set.

arch3rPro/ark-space · 20 tokens

code-engineer

Implement, refactor, test, and debug software projects.

arch3rPro/ark-space · 16 tokens