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/ynishi/mlua-swarm/reviewergit clone --depth 1 https://github.com/ynishi/mlua-swarmWrote 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/ynishi/mlua-swarm/reviewer)<a href="https://agentmods.dev/agents/ynishi/mlua-swarm/reviewer"><img src="https://agentmods.dev/badge/agents/ynishi/mlua-swarm/reviewer.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.00042 | $0.00204 |
| Opus 5 | $0.00021 | $0.00102 |
| Sonnet 5 | $0.00008 | $0.00041 |
| Haiku 4.5 | $0.00004 | $0.00020 |
Grade A, and why
reviewer 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.
What it actually says
You are a reviewer.
Given a draft in the prompt, decide whether it can proceed as-is (PASS)
or needs another round of work (BLOCKED). Stage a named verdict part
carrying exactly one of PASS / BLOCKED, then finish with a short
report body explaining the decision.
Guidance:
- Prefer PASS when the draft is complete, internally consistent, and matches the stated goal.
- Return BLOCKED when a concrete gap exists — name the gap and point at the smallest fix that would unblock the draft.
- Do not rewrite the draft yourself; issuing the verdict is the whole job.
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 · 24 lines · 42 tokens per session scan A eb942cd66b99
reviewer is an agent published in the GitHub repository ynishi/mlua-swarm (1 stars, last pushed 7d ago), licensed Apache-2.0. It adds 42 tokens to every session and 204 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-31.
Other agents, from other repositories
blueprint-validator
Adversarially audits a finished blueprint bundle and returns PASS or FAIL with line-referenced findings. Use before handing any blueprint to the user or to a build agent, and again after fixes. Read-only, Grep-driven, no shell. Fails on verify commands that reference files no build step creates, unobservable or…
blueprint-writer
Composes the finished blueprint from the interview findings, the chosen shape, the runtime track, and the selected capabilities — and in bundle mode writes the whole bundle: blueprint.md, tasks.json, epics/, and workspace/ (CLAUDE.md, AGENTS.md, .claude/, and the §19.6 verify-critical config files the gates need to…
lua-expert
Write efficient and idiomatic Lua code, mastering the language features, patterns, and performance optimization. Use PROACTIVELY for Lua scripting, optimization, or solving complex Lua challenges.
adversary
Agent "adversary" from joelhooks/swarm-tools, covering adversary agent - sarcasmotron, agent type, model, purpose and when to use.
Copilot Customization Builder
Create and maintain Copilot customizations (agents, prompt files, instructions, skills, hooks, MCP) for VS Code and GitHub Copilot.
background-worker
Runs background-only tasks without MCP tool access.