citation-reviewer

citation-reviewer is an agent for Claude Code from ne11nn/cantos-plugin. It costs 0 tokens per session (14 once invoked), scanned A, original, MIT.

An agent for reviewing citations. A citation is a reference showing where information or a quotation came from.

In plain words
What is it for?
Reviewing citations. No more specific job is documented.
Why use it?
It may help check citations in written material, but the available description does not explain what it checks.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

Part of the cantos plugin — 25 skills, 2 commands, 11 agents, 2 hooks shipped together

Good fit Reviewing citations. No more specific job is documented.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ne11nn/cantos-plugin/citation-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/ne11nn/cantos-plugin

Made for: Claude Code.

Or install cantos, the plugin that ships this one along with the rest of its 25 skills, 2 commands, 11 agents, 2 hooks.

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 citation-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ne11nn/cantos-plugin/citation-reviewer/github.svg)](https://agentmods.dev/agents/ne11nn/cantos-plugin/citation-reviewer)
Your own site
<a href="https://agentmods.dev/agents/ne11nn/cantos-plugin/citation-reviewer"><img src="https://agentmods.dev/badge/agents/ne11nn/cantos-plugin/citation-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for citation-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/ne11nn/cantos-plugin/citation-reviewer"><img src="https://agentmods.dev/badge/agents/ne11nn/cantos-plugin/citation-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 14 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.00000 $0.00014
Opus 5 $0.00000 $0.00007
Sonnet 5 $0.00000 $0.00003
Haiku 4.5 $0.00000 $0.00001

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

Security

Grade A, and why

citation-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 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.

system/.claude/agents/citation-reviewer.md · 1 lines

What it actually says

../../.assistants/folio/sub-agents/citation-reviewer.md

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 · 1 lines · 0 tokens per session scan A 5c41886b7cd9

Subscribe to this mod's changes

citation-reviewer is an agent published in the GitHub repository ne11nn/cantos-plugin (1 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 14 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.

Related

Other agents, from other repositories

implementer

Implements one sub-task in an isolated git worktree, following TDD where tests exist and Tidy First, then opens a PR ready for review (never a draft). Spawned by the orchestrator with a per-invocation model chosen from the classifier's tier (sonnet for trivial/standard, opus for complex) and an isolated worktree.…

moruno21/agents-concerto · 86 tokens

reviewer

Reviews one open PR, posts a consolidated review comment (citing path:line), and emits a verdict of CLEAN or NEEDSFIXES. Rejects PRs that mix structural and behavioral commits. Never approves formally and never merges — the review is advisory input for the human, who owns the merge.

moruno21/agents-concerto · 64 tokens

orchestrator

Coordinates the whole pipeline — reads config and task, scopes work across target repos, writes the plan, launches classifier/implementer/reviewer, monitors cycles, and notifies when PRs are ready. Never writes application code. This file specifies the role; the executable step-by-step workflow lives in CLAUDE.md.

moruno21/agents-concerto · 68 tokens

classifier

Cheap, fast complexity classifier. Given one sub-task, returns a single complexity tier that decides which model the implementer runs on. Does nothing else — no code, no planning, no side effects.

moruno21/agents-concerto · 42 tokens

docs-curator

Documentation drift detection and sync specialist. Use to update docs//.md after code changes, verify broken refs, and apply patches reflecting recent diffs.

first-fluke/oh-my-agent · 33 tokens

mobile-engineer

Flutter/React Native/Swift native mobile implementation. Use for mobile app, widgets, SwiftUI, platform feature work.

first-fluke/oh-my-agent · 28 tokens