modeling-solution-auditor

modeling-solution-auditor is a skill for Claude Code, Codex from mantou6666/Math-Modeling-Agent-Flow. It costs 39 tokens per session (112 once invoked), scanned A, original, MIT.

A final review step for checking that results, calculations, manuscript text, citations, and handoff records agree. A Result Certificate and Paper Handoff are project records used to pass validated results into later work.

In plain words
What is it for?
It is for checking result IDs, feasibility, optimality claims, numbers in a manuscript, citation and formula status, and known risks. It reports evidence and severity without creating another scientific registry.
Why use it?
It helps find contradictions or unresolved issues between scientific results and the documents that describe them, while sending each problem to the appropriate owner.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for checking result IDs, feasibility, optimality claims, numbers in a manuscript, citation and formula status, and known risks. It reports evidence and severity without creating another scientific registry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mantou6666/math-modeling-agent-flow/modeling-solution-auditor
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 mantou6666/Math-Modeling-Agent-Flow --skill modeling-solution-auditor
Clone the repo
git clone --depth 1 https://github.com/mantou6666/Math-Modeling-Agent-Flow

Made for: Claude Code, Codex.

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 modeling-solution-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/mantou6666/math-modeling-agent-flow/modeling-solution-auditor.svg)](https://agentmods.dev/skills/mantou6666/math-modeling-agent-flow/modeling-solution-auditor)
Your own site
<a href="https://agentmods.dev/skills/mantou6666/math-modeling-agent-flow/modeling-solution-auditor"><img src="https://agentmods.dev/badge/skills/mantou6666/math-modeling-agent-flow/modeling-solution-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 112 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.00039 $0.00112
Opus 5 $0.00019 $0.00056
Sonnet 5 $0.00008 $0.00022
Haiku 4.5 $0.00004 $0.00011

Measured 8d ago against content hash 87132ce533ee, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

modeling-solution-auditor 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 8d 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.

math-modeling-finalizer/skills/modeling-solution-auditor/SKILL.md · 9 lines

What it actually says

Final solution audit

Validate the hash-bound Paper Handoff first, then read Result Certificates, PROJECT_CONTEXT and the validated Paper Handoff. Check result IDs, feasibility, optimality wording, manuscript numbers, citation/formula status and unresolved risks. Produce findings with severity and evidence. Mathematical defects route to Solver; writing defects route to Paper.

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. 8d ago First seen · 9 lines · 39 tokens per session scan A 87132ce533ee

Subscribe to this mod's changes

modeling-solution-auditor is a skill published in the GitHub repository mantou6666/Math-Modeling-Agent-Flow (19 stars, last pushed 19d ago), licensed MIT. It adds 39 tokens to every session and 112 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-30.

Related

Other skills, from other repositories

drug-discovery

Drug discovery: ChEMBL search, drug-likeness, interactions.

NousResearch/hermes-agent · 19 tokens

jupyter-notebook

Iterative Python via live Jupyter kernel (hamelnb).

NousResearch/hermes-agent · 18 tokens

batch-processing-clinical-text

Run large-scale batch NER, PII extraction, or de-identification over many clinical notes on-device with OpenMed, with sharding, checkpointing, resumability, and append-only JSONL output. Use when the user needs to process a corpus or folder of notes, de-identify a dataset, run NER over thousands of documents, build a…

maziyarpanahi/openmed · 161 tokens

coding-hcc-risk-adjustment

Maps chronic conditions extracted by OpenMed to CMS-HCC V28 risk-adjustment categories and estimates a RAF (Risk Adjustment Factor) score as decision support. Use when the user wants to surface risk-adjustable diagnoses from notes, map ICD-10-CM codes to HCC categories, estimate or reconcile a patient/panel RAF, find…

maziyarpanahi/openmed · 200 tokens

detecting-pv-signals

Computes disproportionality signals — PRR, ROR, EBGM, and IC (BCPNN) — over FAERS / OpenFDA drug-event data to flag potential safety signals. Use when the user wants to mine spontaneous-report data for drug-reaction associations, build a 2x2 contingency table, compute a Proportional Reporting Ratio or Reporting Odds…

maziyarpanahi/openmed · 218 tokens

structuring-radiology-reports

Converts free-text radiology narratives into structured findings and impression — with measurements, laterality, anatomy, and follow-up recommendations — after OpenMed NER. Use when the user has a CT/MRI/X-ray/ultrasound/mammography report and needs the sections split (technique, comparison, findings, impression)…

maziyarpanahi/openmed · 195 tokens