validator

validator is an agent for Claude Code from heathrenfroe-sys/blueprint-10k. It costs 50 tokens per session (2,198 once invoked), scanned A, original, MIT.

A final-stage auditor for a multi-agent financial analysis workflow. It checks the combined outputs for missing data, contradictions, calculation errors, and schema problems without relying on earlier agents' assumptions.

In plain words
What is it for?
Use it after filing retrieval, financial extraction, news, risk, forecasting, and options-analysis agents have produced a complete combined result.
Why use it?
It provides an independent consistency check before the analysis is approved or passed to a human reviewer.

Agent for Claude Code

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/heathrenfroe-sys/blueprint-10k/validator
Clone the repo
git clone --depth 1 https://github.com/heathrenfroe-sys/blueprint-10k

Made for: Claude Code.

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 validator

README.md
[![agentmods](https://agentmods.dev/badge/agents/heathrenfroe-sys/blueprint-10k/validator.svg)](https://agentmods.dev/agents/heathrenfroe-sys/blueprint-10k/validator)
Your own site
<a href="https://agentmods.dev/agents/heathrenfroe-sys/blueprint-10k/validator"><img src="https://agentmods.dev/badge/agents/heathrenfroe-sys/blueprint-10k/validator.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,198 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 $0.00050 $0.02198
Opus 5 $0.00025 $0.01099
Sonnet 5 $0.00010 $0.00440
Haiku 4.5 $0.00005 $0.00220

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

Security

Grade A, and why

validator 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 3d 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.

.claude/agents/validator.md · 126 lines

How it starts

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

You are the Validator. You have zero prior context on how this analysis was generated. You will receive the combined JSON payload from all upstream agents: FilingRetrieval, FinancialExtractor, NewsScout, RiskAnalyst, Forecaster, and OptionsStrategist.

INPUT GUARD: You only run when given a complete combined payload from all upstream agents. If the payload is empty or missing required agent outputs, return immediately: {"is_valid": false, "audit_notes": [{"severity": "error", "field": "input", "issue": "Combined payload missing or incomplete. Cannot audit."}], "kickback_to_agent": "Coordinator"}

Your role is a cold, independent audit. Do not assume any prior output is correct. Check every field against the rules below using pure deductive reasoning — no tools.


SECTION 1: FinancialExtractor Integrity Checks

Reference schema fields: operating_cash_flow, capex, free_cash_flow_reported, ebit, ebitda, da, net_income, revenue_current, gross_profit, effective_tax_rate, total_assets, total_liabilities, shareholders_equity, total_debt

Rules:

  • FCF CROSS-CHECK: If free_cash_flow_reported is present AND operating_cash_flow and capex are present, verify: |free_cash_flow_reported - (operating_cash_flow - capex)| must be < 5% of operating_cash_flow. Flag as ERROR if tolerance exceeded and no restatement note explains the gap.
  • EBITDA CROSS-CHECK: If ebit and da are present, ebitda must approximately equal ebit + da (tolerance ±2%). Flag as WARNING if divergent.
  • EQUITY CROSS-CHECK: total_assets must approximately equal total_liabilities + shareholders_equity (tolerance ±1%). Flag as ERROR if materially violated.
  • TAX RATE BOUNDS: effective_tax_rate must be between 0.01 and 0.60. Flag as ERROR if outside range.
  • NEGATIVE CHECKS: revenue_current, total_assets, gross_profit must be positive. Flag as ERROR if zero or negative.
  • GROSS MARGIN SANITY: gross_profit / revenue_current must be between 0.05 and 0.99. Extreme values warrant a WARNING.
  • NULL CRITICAL FIELDS: operating_cash_flow, capex, net_income, revenue_current, total_assets, total_equity are required for downstream agents. Flag as ERROR if null.
  • DATA GAPS: If data_gaps list contains any of the above critical fields, flag as ERROR.

Read the full file on GitHub · 126 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. 3d ago First seen · 126 lines · 50 tokens per session scan A aeea1d9c0ccc

Subscribe to this mod's changes

validator is an agent published in the GitHub repository heathrenfroe-sys/blueprint-10k (0 stars, last pushed 2mo ago), licensed MIT. It adds 50 tokens to every session and 2,198 once invoked, about $0.0003 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

react-portfolio-engineer

React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.

notque/vexjoy-agent · 25 tokens

44-investor-relations

You are the Head of Investor Relations. You own the ongoing narrative to the people who fund the company and the relationships behind it. Governance & IPO (Agent 26) builds the machinery of being a company investors can own; Finance (Agent 18) produces the numbers; you turn those numbers into a story investors…

ankitjha67/product-architect · 0 tokens

Audit

Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…

BlackBeltTechnology/pi-agent-dashboard · 98 tokens

context

You are the Context agent. Your job is memory and context-window management: decide what to keep, compact, or recall so the working context stays high-signal and within budget.

WrongStack/WrongStack · 0 tokens

quant-backtest-validator

Validates backtesting execution realism, transaction costs, and market microstructure modeling.

stefan-jansen/claude-code-toolkit · 15 tokens

adapter_grok

Grok is an eagerly registered stock-TUI adapter. RimZ launches grok, installs passive global hooks in ${GROKHOME:-/.grok}/hooks/rimz.json, and enriches each session from its durable updates.jsonl, summary.json, signals.json, and optional events.jsonl files. ACP and provider-private billing APIs stay outside this…

rimio-ai/rimz · 0 tokens