reviewer

reviewer is an agent for coding agents from ynishi/mlua-swarm. It costs 42 tokens per session (204 once invoked), scanned A, original, Apache-2.0.

A sample review agent that reads a draft and decides whether it is ready to proceed or needs more work.

In plain words
What is it for?
Use it to review drafts and return either PASS or BLOCKED with a short explanation.
Why use it?
It gives a clear decision and identifies the smallest concrete gap when the draft is blocked.

Agent

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/ynishi/mlua-swarm/reviewer
Clone the repo
git clone --depth 1 https://github.com/ynishi/mlua-swarm

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 reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ynishi/mlua-swarm/reviewer.svg)](https://agentmods.dev/agents/ynishi/mlua-swarm/reviewer)
Your own site
<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>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 204 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.00042 $0.00204
Opus 5 $0.00021 $0.00102
Sonnet 5 $0.00008 $0.00041
Haiku 4.5 $0.00004 $0.00020

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

Security

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.

crates/mlua-swarm-cli/src/mcp/resources/samples/agents/reviewer.md · 24 lines

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.
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 · 24 lines · 42 tokens per session scan A eb942cd66b99

Subscribe to this mod's changes

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.

Related

Other agents, from other repositories