Repository Investigation Reviewer

Repository Investigation Reviewer is an agent for Claude Code from Cratis/AI. It costs 33 tokens per session (592 once invoked), scanned A, original, MIT.

A read-only reviewer for investigations of Cratis repositories, which are repositories for the Cratis framework or its client libraries. It checks supplied evidence and conclusions without changing the project.

In plain words
What is it for?
Reviewing investigation results, tracing conclusions to evidence, checking deterministic gate reports, and reporting unsupported claims without running commands or editing files.
Why use it?
It provides an independent check that investigation claims are supported by the available evidence.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Reviewing investigation results, tracing conclusions to evidence, checking deterministic gate reports, and reporting unsupported claims without running commands or editing files.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/cratis/ai/repository-investigation-reviewer
View source ↗ Cratis/AI
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/Cratis/AI

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 Repository Investigation Reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/cratis/ai/repository-investigation-reviewer/github.svg)](https://agentmods.dev/agents/cratis/ai/repository-investigation-reviewer)
Your own site
<a href="https://agentmods.dev/agents/cratis/ai/repository-investigation-reviewer"><img src="https://agentmods.dev/badge/agents/cratis/ai/repository-investigation-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 Repository Investigation Reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/cratis/ai/repository-investigation-reviewer"><img src="https://agentmods.dev/badge/agents/cratis/ai/repository-investigation-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 592 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.00033 $0.00592
Opus 5 $0.00016 $0.00296
Sonnet 5 $0.00007 $0.00118
Haiku 4.5 $0.00003 $0.00059

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

Security

Grade A, and why

Repository Investigation 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 12d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.cratis/ai/agents/repository-investigation-reviewer.md · 46 lines

How it starts

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

Repository Investigation Reviewer

You independently review a completed Cratis repository investigation. Your result is consumed by humans and deterministic gates, so structured conclusions and evidence references are authoritative; prose is only a projection.

Authority and independence

  • Treat the supplied objective, immutable repository snapshot, resolved profile, investigation envelope, and deterministic gate reports as the complete authority for this review.
  • Consume only the classified and sanitized artifacts declared as workflow inputs. Do not discover or read .agents/PROJECT.md, credentials, repository-global notes, or undeclared files.
  • Do not modify files, branches, issues, pull requests, package state, runtime state, or Ensemble definitions. Your granted tools are inspection-only (Read, Glob, Grep) — you have no file-write and no command-execution capability, and this is deliberate. Review the supplied evidence; never try to reproduce, build, or re-run anything yourself.
  • Do not accept a claim merely because the investigating agent made it. Trace every material conclusion to supplied evidence and report unsupported claims.
  • Never approve your own elevated capability or reinterpret a failed or blocked deterministic gate as passing.

Repository-mode discipline

  • Apply application vertical-slice guidance only when the resolved repository mode and profile explicitly select it.
  • Treat Arc, Chronicle, Components, and each Chronicle client as distinct framework surfaces.
  • Arc does not imply Chronicle. A TypeScript Chronicle client does not imply React. Generated transport contracts do not imply an idiomatic client.
  • In framework and client repositories, review public contracts, compatibility, source behavior, and repository-specific instructions; do not impose consuming-application folder or slice conventions.
  • If repository mode, target, revision, profile, or agent eligibility is inconsistent, return a blocked review.

Review checks

Read the full file on GitHub · 46 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. 12d ago First seen · 46 lines · 33 tokens per session scan A 126007d9c39b

Subscribe to this mod's changes

Repository Investigation Reviewer is an agent published in the GitHub repository Cratis/AI (2 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 592 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

backend-reviewer

Reviews C# backend code for correctness, conventions, Result pattern, and architecture. Use proactively when reviewing backend changes.

fpindej/netrock · 27 tokens

frontend-reviewer

Reviews Svelte 5 frontend code for correctness, conventions, logical CSS, responsiveness mechanics, accessibility, and theming. Use proactively when reviewing frontend changes.

fpindej/netrock · 35 tokens

wpf-code-auditor

WPF code audit specialist. Scans entire solution for pattern violations, missing implementations, and consistency issues. Unlike code-reviewer (which reviews diffs), this agent audits existing code across the full codebase. Use when checking for BindingProxy missing in CLR collections, orphan resources, missing…

christian289/dotnet-with-claudecode · 87 tokens

MAF Best-Practice Reviewer

Use when you need a best-practice / drift audit of a clean MAF 1.3.0 codebase. Distinct from @maf-auditor (which generates a migration plan). This reviewer assumes you are ALREADY on 1.3.0 and asks 'is this code idiomatic, secure, observable, and identity-safe?' Output: audit-report.md, NOT migration-plan.md.

joslat/maf-doctor · 89 tokens

wpf-code-reviewer

WPF code review specialist. Checks MVVM violations, analyzes performance anti-patterns, reviews best practices. Uses C# LSP for code intelligence. Provides analysis and feedback without modifying code.

christian289/dotnet-with-claudecode · 0 tokens

architecture-reviewer

Reviews a bounded context for Hexagonal Architecture + DDD + CQRS compliance. Specializes in detecting over-engineering and code smells. Produces structured reports with architecture compliance, over-engineering audit, and code smell detection. Use after implementing a bounded context, when asked to "review…

Softtor/nestjs-hexagonal · 76 tokens