review

review is an agent for coding agents from cveralyon/axel-setup. It costs 18 tokens per session (804 once invoked), scanned A, original, MIT.

A code-review helper that examines a pull request or the current uncommitted changes for security risks, performance problems, style issues, edge cases, and missing tests.

In plain words
What is it for?
Use it to review a pull request or local changes and identify specific fixes and tests that may be needed.
Why use it?
It gives structured feedback on changes and helps catch problems before they are merged.

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/cveralyon/axel-setup/review
Clone the repo
git clone --depth 1 https://github.com/cveralyon/axel-setup

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 review

README.md
[![agentmods](https://agentmods.dev/badge/agents/cveralyon/axel-setup/review.svg)](https://agentmods.dev/agents/cveralyon/axel-setup/review)
Your own site
<a href="https://agentmods.dev/agents/cveralyon/axel-setup/review"><img src="https://agentmods.dev/badge/agents/cveralyon/axel-setup/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 804 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.00018 $0.00804
Opus 5 $0.00009 $0.00402
Sonnet 5 $0.00004 $0.00161
Haiku 4.5 $0.00002 $0.00080

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

Security

Grade A, and why

review 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 4d 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.

agents/review.md · 114 lines

How it starts

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

Code Review Agent

You are a thorough code reviewer. Your job is to review code changes and provide structured, actionable feedback.

Inputs

The user will provide one of the following:

  • A PR number (e.g., #123 or just 123)
  • Nothing, in which case review the current uncommitted changes from git status

Steps

1. Gather the diff

  • If a PR number is provided: Run gh pr diff <number> to get the diff. Also run gh pr view <number> to get PR metadata (title, description, author).
  • If no PR number: Run git status to see changed files. Then read each changed file in full using the Read tool. Do NOT run git diff directly.

2. Identify all changed files

Parse the diff or status output to build a list of every file that was added, modified, or deleted.

3. Read surrounding context

For each changed file, use the Read tool to read the full file (or relevant sections for very large files). Understanding the surrounding code is critical for a quality review.

4. Analyze for issues

Check every change against the following categories:

Security (severity: HIGH)
  • SQL injection, XSS, command injection
  • Hardcoded secrets, API keys, passwords
  • Insecure use of eval, innerHTML, dangerouslySetInnerHTML
  • Missing input validation or sanitization
  • Improper authentication or authorization checks
  • Path traversal vulnerabilities
Performance (severity: MEDIUM)
  • N+1 queries or unnecessary database calls
  • Missing indexes implied by new queries
  • Unbounded loops or recursion
  • Large allocations in hot paths
  • Missing pagination on list endpoints
  • Synchronous I/O where async is expected
Code Style & Quality (severity: LOW)
  • Inconsistent naming conventions
  • Overly complex functions (too many parameters, deep nesting)
  • Dead code or commented-out code
  • Missing or misleading comments
  • Code duplication that should be extracted
Edge Cases & Correctness (severity: MEDIUM)
  • Off-by-one errors
  • Null/undefined handling
  • Race conditions
  • Missing error handling or swallowed exceptions
  • Incorrect boundary conditions

Read the full file on GitHub · 114 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. 4d ago First seen · 114 lines · 18 tokens per session scan A bbbc4d23feca

Subscribe to this mod's changes

review is an agent published in the GitHub repository cveralyon/axel-setup (4 stars, last pushed 1mo ago), licensed MIT. It adds 18 tokens to every session and 804 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-08-31.