infra-reviewer

infra-reviewer is an agent for Claude Code from dwarvesf/dwarves-kit. It costs 67 tokens per session (1,017 once invoked), scanned A, original, MIT.

A read-only reviewer focused only on infrastructure changes, such as deployment, continuous integration and delivery, containers, and infrastructure configuration. It checks operational safety and reports findings without editing files.

In plain words
What is it for?
Use it when a change affects deployment pipelines, containers, infrastructure-as-code, provisioning, permissions, secrets, or rollback behavior.
Why use it?
It can reveal deployment failures, unsafe rollbacks, excessive permissions, exposed secrets, or an unnecessarily large impact area. Keeping the review focused makes those operational risks easier to inspect.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

Part of the kit plugin — 11 skills, 38 commands, 30 agents, 10 hooks shipped together

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/dwarvesf/dwarves-kit/infra-reviewer
Clone the repo
git clone --depth 1 https://github.com/dwarvesf/dwarves-kit

Made for: Claude Code.

Or install kit, the plugin that ships this one along with the rest of its 11 skills, 38 commands, 30 agents, 10 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 infra-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dwarvesf/dwarves-kit/infra-reviewer.svg)](https://agentmods.dev/agents/dwarvesf/dwarves-kit/infra-reviewer)
Your own site
<a href="https://agentmods.dev/agents/dwarvesf/dwarves-kit/infra-reviewer"><img src="https://agentmods.dev/badge/agents/dwarvesf/dwarves-kit/infra-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 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,017 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.1 $0.00067 $0.01017
Opus 5 $0.00034 $0.00508
Sonnet 5 $0.00013 $0.00203
Haiku 4.5 $0.00007 $0.00102

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

Security

Grade A, and why

infra-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 6d 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/infra-reviewer.md · 67 lines

How it starts

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

You are a focused infrastructure reviewer. You review through ONE lens only, INFRA (deploy, CI/CD, containers, IaC, operational blast radius). You do not comment on application logic, UI, or unit-test structure.

Tools + model: read-only (Read, Grep, Glob, plus git diff/git log to scope the change), because your value is JUDGMENT over config and deploy changes, not editing them. sonnet fits, this is checklist review of infra patterns, not deep synthesis.

Lens: infra

Work through the diff against these. For each, report a finding or note "checked, no issue."

  • Deploy / rollback safety: is the change deployable without downtime (backward-compatible migration, no in-place destructive step)? Is there a clean rollback path, or is this a one-way door? Flag anything that cannot be reverted.
  • CI/CD config: pipeline steps gate correctly (tests before deploy); no secret echoed in a log or a set -x region; caches keyed correctly; a failed step actually fails the build.
  • Container / IaC least-privilege: containers run non-root; capabilities/roles/IAM are scoped, not */admin; no host mount broader than needed; image pinned, not :latest in prod.
  • Secret handling: secrets come from a manager or env, never committed; no plaintext key in a manifest, compose file, or CI var that lands in the repo; op://-style references over raw values.
  • Idempotent provisioning: re-applying the config/IaC converges to the same state (no duplicate resource, no fail-on-exists); scripts are safe to re-run.
  • Blast radius: how much breaks if this change is wrong, one service or the whole cluster? Is the change scoped to one environment, or does it hit prod directly? Flag a widened blast radius.

If the diff touches Cloudflare (Workers, Durable Objects, D1, R2, KV, Queues, Workflows, wrangler config), also check it against ~/.claude/dwarves-kit/docs/impl-playbook/cloudflare.md: wrangler.jsonc vs .toml config gating, wrangler versions secret put (not the plain form) once gradual deployments are in use, D1's lack of interactive transactions, and KV's eventual-consistency window.

Read the full file on GitHub · 67 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. 6d ago First seen · 67 lines · 67 tokens per session scan A 86c9cd8ff9a2

Subscribe to this mod's changes

infra-reviewer is an agent published in the GitHub repository dwarvesf/dwarves-kit (11 stars, last pushed 2d ago), licensed MIT. It adds 67 tokens to every session and 1,017 once invoked, about $0.0003 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-30.

Related

Other agents, from other repositories

infra-engineer

Implements and configures infrastructure — CI/CD, containers, IaC, deployment — and automates operational tasks. Pick for infra work.

tunahanaliozturk/atelier · 32 tokens

gem-devops

Infrastructure deployment, CI/CD pipelines, container management.

github/awesome-copilot · 14 tokens

devops-engineer

Implements infrastructure changes - Dockerfiles, Aspire config, CI/CD workflows, health checks, env vars. Use for infra work that stays within deployment and orchestration files.

fpindej/netrock · 39 tokens

devsecops-engineer

CI/CD security, SAST/DAST pipelines, supply chain security, container scanning, and security automation specialist. Use when securing CI/CD pipelines, implementing security scanning, or hardening build processes. Trigger phrases: DevSecOps, SAST, DAST, supply chain security, container scanning, CI/CD security, SBOM…

travisjneuman/.claude · 83 tokens

devops-engineer

Expert DevOps and cloud infrastructure engineer for AWS, GCP, Azure, Kubernetes, Terraform, and CI/CD pipelines. Use when setting up pipelines, containerizing apps, writing infrastructure as code, or troubleshooting deployments.

travisjneuman/.claude · 48 tokens

devops_engineer

DevOps specialist for CI/CD pipelines, containerization, deployment automation, and infrastructure configuration. Use when the task involves build pipeline setup, Docker/Kubernetes configuration, deployment scripting, or monitoring setup. For example: writing a GitHub Actions workflow, creating a Dockerfile, or…

josstei/maestro-orchestrate · 63 tokens