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/openanalystinc/10x-analyst-loop/reportergit clone --depth 1 https://github.com/OpenAnalystInc/10x-analyst-loopWrote 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.
[](https://agentmods.dev/agents/openanalystinc/10x-analyst-loop/reporter)<a href="https://agentmods.dev/agents/openanalystinc/10x-analyst-loop/reporter"><img src="https://agentmods.dev/badge/agents/openanalystinc/10x-analyst-loop/reporter.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00522 |
| Opus 5 | $0.00000 | $0.00261 |
| Sonnet 5 | $0.00000 | $0.00104 |
| Haiku 4.5 | $0.00000 | $0.00052 |
Grade A, and why
reporter 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 3d ago First seen · 85 lines · 0 tokens per session scan A da7bfe604a3a
reporter is an agent published in the GitHub repository OpenAnalystInc/10x-analyst-loop (4 stars, last pushed 5mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 522 tokens. 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
analysis-reviewer
Adversarial reviewer of a data analysis, notebook, script, or result for the silent-failure classes that pass ordinary code review but produce wrong answers — unchecked joins, leakage, bad controls, unreconciled totals, undefined metrics, identification gaps, fished specifications, implausible magnitudes, the…
robustness-runner
Executes ONE pre-specified task against an already-validated dataset or model — a robustness specification, placebo/falsification test, alternative design, subsample cut, or a structural unit of work (a Monte-Carlo recovery rep at a given true-θ / seed / starting value, or one counterfactual scenario with a stated…
agent-mmm
Use this agent for any Marketing Mix Model (MMM) work — scoping and planning an MMM engagement, auditing and preparing data, designing model architecture and priors, building and fitting models, diagnosing convergence or attribution problems, interpreting contributions and ROAS, optimising budget, designing…
mmm-diagnostician
Specialist sub-agent for MMM diagnostics. Assesses convergence, fit, generalisation, baseline health, prior-to-posterior learning and attribution plausibility for a fitted run, and reports whether the results are safe to act on. Invoked by agent-mmm for review and debugging work.
mmm-improver
Specialist sub-agent for the MMM iterative improvement loop. Runs the tournament of model variants, scores each run, and applies posterior-informed prior tightening to refine the best model. Invoked by agent-mmm when the task is improving or optimizing an existing MMM.
mmm-modeler
Specialist sub-agent for MMM model construction and fitting. Compiles a spec into a framework, generates priors, runs the prior-predictive → calibrate → fit → posterior-predictive pipeline, and saves run artefacts. Invoked by agent-mmm for build and fit work.