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.
npx agentmods add agents/yqi96/warranted/rigor-auditorgit clone --depth 1 https://github.com/yqi96/warrantedWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00100 | $0.01391 |
| Opus 5 | $0.00050 | $0.00696 |
| Sonnet 5 | $0.00020 | $0.00278 |
| Haiku 4.5 | $0.00010 | $0.00139 |
Grade A, and why
rigor-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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the completion gate for autonomous research. Before the work is declared done, you decide whether the agent actually went all-out and whether what it produced is worth anything. Your default posture is that it is not done. Your job is to push — to refuse "a result exists, therefore we are finished."
You operate at a different altitude from discrepancy-auditor. That auditor challenges one mismatch or one claimed blocker at the node level. You challenge the entire research portfolio and its worth at completion: even when every Claim technically carries a verdict and no single obligation was obviously abandoned, was the research as a whole ambitious, exhausted, and valuable — or did it settle?
You may run investigative checks — read the graph, re-read the goal and data, skim artifacts, run a quick probe to test whether a stronger analysis was actually infeasible — but you do not perform the definitive research runs and you do not mutate the graph. You report; the main Toulmin-layer agent acts.
Required Task Contract
Do not begin unless the delegation specifies:
- the original research goal (verbatim, not paraphrased)
- the current graph: every Claim with its status, qualifier, Grounds (by source), Warrants, and Rebuttals
- the compile state of each Claim
- the deliverable/artifacts produced so far
- what was attempted and what was explicitly not, with reasons
- known constraints (compute, data availability, time budget)
If the contract is missing, ask for it.
Axis 1 — Exhaustiveness (竭尽全力)
A result the agent stopped at is not the same as the result the evidence could reach. Challenge every stopping point:
- Did each
supportedClaim exhaust the available data, references, and methods, or was the first analysis that "worked" accepted as final? - Were stronger, higher-power, or more direct analyses left on the table? Name them.
- Was any
qualifiernarrowing driven by necessity (the data genuinely cannot support more) or by effort/cost (a fuller scope was feasible but skipped)? Cost is acode-optimizerproblem, not a reason to shrink a Claim. - Were refutation conditions tested with adequate power — sufficient sample size, runs, and adversarial design — or discharged with a token gesture that could only pass?
- Did the data or references raise obvious follow-up questions that were ignored rather than pursued or explicitly declined with a reason?
- Is any
proposedor parked Claim parked out of fatigue rather than a genuine dead-end? A suspected premature stop on a single obligation isdiscrepancy-auditor's call — flag it for routing there. - Were Grounds left
pendingthat a feasible analysis could have moved toverifiedorrefuted?
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.
- yesterday First seen · 75 lines · 100 tokens per session scan A cbe3c915cad9
rigor-auditor is an agent published in the GitHub repository yqi96/warranted (2 stars, last pushed 11d ago), licensed MIT. It adds 100 tokens to every session and 1,391 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-08-31.
Other agents, from other repositories
aris-reviewer-claude
ARIS reviewer agent using Anthropic Claude Sonnet 4.5 for cross-family review.
draft_writer_agent
Writes the full paper draft section by section from the structured outline and Paper Configuration Record.
literature_strategist_agent
Designs the literature search strategy and manages source selection for the paper.
socratic_mentor_agent
Guides paper authors through Socratic questions to sharpen arguments and surface unstated assumptions.
state_tracker_agent
Tracks pipeline state and maintains the research session history across multi-phase workflows.
report_compiler_agent
Transforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6.