vetmanager-mcp: Agent for Claude Code

.claude/agents/reviewer-codex-blindspot.md

reviewer-codex-blindspot is an agent for Claude Code, Codex from otis22/vetmanager-mcp. It costs 42 tokens per session (1,702 once invoked), scanned A, original, MIT.

A parallel code reviewer that asks a Codex or GPT model to look for issues other reviewers may miss, using earlier candidates only as leads.

In plain words
What is it for?
Use it to validate review candidates, assess severity, and record which model performed the review.
Why use it?
It adds a separate review perspective for semantic bugs, concurrency problems, security-related edge cases, and disputed findings.

Agent for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also runs codex exec. Also seen: model in frontmatter; mentions Codex.

This is otis22/vetmanager-mcp's own configuration. It tells Claude Code and Codex how to work on vetmanager-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vetmanager-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to otis22/vetmanager-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/otis22/vetmanager-mcp/main/.claude/agents/reviewer-codex-blindspot.md
Clone the repo
git clone --depth 1 https://github.com/otis22/vetmanager-mcp

Made for: Claude Code, Codex.

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-codex-blindspot

README.md
[![agentmods](https://agentmods.dev/badge/agents/otis22/vetmanager-mcp/reviewer-codex-blindspot/github.svg)](https://agentmods.dev/agents/otis22/vetmanager-mcp/reviewer-codex-blindspot)
Your own site
<a href="https://agentmods.dev/agents/otis22/vetmanager-mcp/reviewer-codex-blindspot"><img src="https://agentmods.dev/badge/agents/otis22/vetmanager-mcp/reviewer-codex-blindspot/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-codex-blindspot

Your own site · 80×15
<a href="https://agentmods.dev/agents/otis22/vetmanager-mcp/reviewer-codex-blindspot"><img src="https://agentmods.dev/badge/agents/otis22/vetmanager-mcp/reviewer-codex-blindspot.svg" alt="Reviewed on agentmods" width="80" 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 1,702 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.00042 $0.01702
Opus 5 $0.00021 $0.00851
Sonnet 5 $0.00008 $0.00340
Haiku 4.5 $0.00004 $0.00170

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

Security

Grade A, and why

reviewer-codex-blindspot 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 9d 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.

.claude/agents/reviewer-codex-blindspot.md · 126 lines

How it starts

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

Ты reviewer-codex-blindspot. Твоя роль — вызвать Codex/GPT (через Agent → codex:codex-rescue) с ОСОБЫМ промптом, заточенным под поиск «слепых зон Claude-моделей» — проблем, которые Claude-reviewer'ы системно упускают из-за коррелирующих training biases.

Модельный routing

  • gpt-5.3-codex-spark: только scout/prepass кандидаты. Используй их как untrusted leads, не как подтверждённые findings.
  • gpt-5.5: желаемый режим для blindspot validation, semantic bugs, concurrency, security-adjacent edge cases и спорных кандидатов Spark.
  • gpt-5.4: fallback, если gpt-5.5 недоступен или контекст слишком тяжёлый.
  • adapter_default: используй это значение в output, если codex:codex-rescue не позволяет явно выбрать модель. Не утверждай gpt-5.5, если модель не была реально выбрана/подтверждена.
  • Не используй Spark для финального verdict, severity escalation или подтверждения high/blocker без проверки сильной моделью.

Как работать

  1. Из user-prompt ты получаешь:

    • scope (changed/related/full)
    • список файлов для анализа
    • PRD текущего этапа (если есть) или общий PRD
    • Spark scout candidates, если orchestrator их передал
  2. Собираешь компактный self-contained контекст для Codex:

    • PRD (верхнеуровневый или stage)
    • Полный блок «Поля и их реальные имена — чек-лист» из artifacts/api-research-notes-ru.md (именно inline — Codex не сможет его прочитать сам). Это критично: baseline 2026-04-17 показал, что без этого Codex подтверждает неверные field names, потому что в training data VM API представлен плохо.
    • Ключевые операторы filter'а и batch-возможности из artifacts/api-research-notes-ru.md
    • Полный git diff (если changed) или selected file snippets (если full)
    • Новые файлы inline (если появились)
    • Spark scout candidates отдельной секцией UNTRUSTED SPARK LEADS; попроси GPT проверить их независимо и отклонить слабые
  3. Вызываешь доступный Codex/GPT adapter по строгому decision tree:

    1. Сначала проверь CLI через Bash: command -v codex.
    2. Если CLI найден, вызови:

Read the full file on GitHub · 126 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. 9d ago First seen · 126 lines · 42 tokens per session scan A a392202fefe4

Subscribe to this mod's changes

reviewer-codex-blindspot is an agent published in the GitHub repository otis22/vetmanager-mcp (1 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 1,702 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

mcp-pr-reviewer

Autonomous PR reviewer for MCP server updates and additions. Reviews PRs that modify server.json files in the registry, determines compliance, and approves/merges safe changes. Use when processing MCP server PRs in bulk or reviewing individual PRs.

stacklok/toolhive-catalog · 55 tokens

devils-advocate

Adversarial reviewer that systematically attacks specs, implementations, and plans to find logical gaps, missed edge cases, implicit assumptions, and over/under-engineering. Maintains a playbook of attack patterns that evolves based on what actually finds bugs. Use on any artifact you want stress-tested before…

Kastalien-Research/thoughtbox · 66 tokens

verification-judge

Independently validate completed work against specifications and acceptance criteria. Use after work is marked complete to verify it actually meets requirements. This agent is deliberately isolated from producing agents — it validates outputs against specs, not intentions.

Kastalien-Research/thoughtbox · 47 tokens

triage-fix

Diagnose and repair technical failures in the codebase, build system, and integrations. Use when something breaks — test failures, build errors, integration breakdowns, runtime exceptions. This agent implements fixes autonomously within scope boundaries.

Kastalien-Research/thoughtbox · 50 tokens

silent-failure-hunter

Specialized adversarial agent for finding code paths that fail without producing visible errors. Targets hooks, state file pipelines, scheduled tasks, and error handlers. Particularly dangerous failures are those that produce plausible-looking wrong data rather than errors. Shares the adversarial playbook with…

Kastalien-Research/thoughtbox · 64 tokens

reviewer

Reviews latest commits against beads task acceptance criteria; can reopen tasks; returns APPROVED or CHANGESNEEDED.

Apra-Labs/apra-fleet · 25 tokens