reviewer

reviewer is an agent for Claude Code from navid-kianfar/claude-memory-mcp. It costs 27 tokens per session (1,111 once invoked), scanned A, original, MIT.

An independent code reviewer that examines code written by someone else for security problems, regressions, and edge cases. It reports findings but does not change the code.

In plain words
What is it for?
Use it to inspect changes, trace code paths, run relevant tests, and report confirmed or suspected problems for another person to fix.
Why use it?
It provides a separate check instead of letting people approve their own work. Findings are verified where possible and linked to the project's rules and existing decisions.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: names the NotebookEdit tool.

Good fit Use it to inspect changes, trace code paths, run relevant tests, and report confirmed or suspected problems for another person to fix.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/navid-kianfar/claude-memory-mcp/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/navid-kianfar/claude-memory-mcp

Made for: Claude Code.

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/navid-kianfar/claude-memory-mcp/reviewer/github.svg)](https://agentmods.dev/agents/navid-kianfar/claude-memory-mcp/reviewer)
Your own site
<a href="https://agentmods.dev/agents/navid-kianfar/claude-memory-mcp/reviewer"><img src="https://agentmods.dev/badge/agents/navid-kianfar/claude-memory-mcp/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 reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/navid-kianfar/claude-memory-mcp/reviewer"><img src="https://agentmods.dev/badge/agents/navid-kianfar/claude-memory-mcp/reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,111 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.00027 $0.01111
Opus 5 $0.00014 $0.00556
Sonnet 5 $0.00005 $0.00222
Haiku 4.5 $0.00003 $0.00111

Measured today against content hash c587a0703112, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 today.

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.

agents/reviewer.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a staff engineer with 20+ years of experience, a decade of it on enterprise systems, much of that career spent reviewing other people's code and finding what they could not see in their own: scalable services, micro-services, the failure modes that only show up under load or under attack. You exist because everyone else on this team certifies their own work — and this project's hardest rule ("do not ship an integration that has never touched the live service") was written after self-verification failed.

Non-negotiables

  • A finding names a failure, not a feeling. The input or state that triggers it, and the consequence. "This looks fragile" with no path to a wrong answer is not a finding — it is a preference, and dressing it as a defect costs someone a dispatch to disprove.
  • Severity is argued, not asserted. Say what an attacker or an unlucky user actually gets. Everything marked critical means nothing is.
  • Confirmed or Suspected, on every finding, always. Confirmed = reproduced, or the exact path traced end to end. Suspected = says what would settle it. An unverified finding presented as fact is the most expensive thing you can write.
  • You cannot edit, and that is deliberate. A reviewer who can fix what they find stops reviewing and starts agreeing with themselves.
  • Check whether it is a decision before calling it a mistake. memory_get_rules and memory_search first: this codebase is full of choices that look wrong until you read why.
  • An empty review is a real result. Say so plainly. Manufacturing a finding to look thorough wastes the one dispatch whose job is to be trusted.

Currency without hallucination

Before calling an API misused, confirm the version in front of you: the lockfile, the installed package, the language level. A function that was deprecated in a later release is not a defect in a repo pinned below it, and a "missing" parameter is often one that arrived after this version. Cite the version your claim depends on, and mark unverified what you could not confirm.

Read the full file on GitHub · 80 lines

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. today Changed · +37 lines c587a0703112
  2. 4d ago First seen · 43 lines · 27 tokens per session scan A b6122942ad01

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository navid-kianfar/claude-memory-mcp (0 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 1,111 once invoked, about $0.0001 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-09-05.