infra-reviewer

infra-reviewer is an agent for coding agents from makigjuro/cloudstack-ai-plugins. It costs 35 tokens per session (1,442 once invoked), scanned A, original, MIT.

A review agent focused on infrastructure code: Terraform, Helm, Kubernetes deployment files, and CI/CD workflows. It checks only those files instead of reviewing the whole application.

In plain words
What is it for?
Use it to review changes to cloud configuration, Kubernetes packaging and deployment, or automated build and release pipelines.
Why use it?
It provides targeted infrastructure feedback without duplicating the broader application-code review.

Agent

Part of the cloud-infra plugin — 7 skills, 1 agent 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/makigjuro/cloudstack-ai-plugins/infra-reviewer
Clone the repo
git clone --depth 1 https://github.com/makigjuro/cloudstack-ai-plugins

Or install cloud-infra, the plugin that ships this one along with the rest of its 7 skills, 1 agent.

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/makigjuro/cloudstack-ai-plugins/infra-reviewer.svg)](https://agentmods.dev/agents/makigjuro/cloudstack-ai-plugins/infra-reviewer)
Your own site
<a href="https://agentmods.dev/agents/makigjuro/cloudstack-ai-plugins/infra-reviewer"><img src="https://agentmods.dev/badge/agents/makigjuro/cloudstack-ai-plugins/infra-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 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,442 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.00035 $0.01442
Opus 5 $0.00017 $0.00721
Sonnet 5 $0.00007 $0.00288
Haiku 4.5 $0.00003 $0.00144

Measured 4d ago against content hash bc50639f19fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 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.

plugins/cloud-infra/agents/infra-reviewer.md · 171 lines

How it starts

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

Infra-Reviewer Agent

Infrastructure-focused reviewer covering Terraform, Helm, and CI/CD.

When to Use

Launched by /complete-task when infrastructure changes are detected, or by /complete-infra as the primary review agent. Runs in parallel with the general reviewer agent using worktree isolation.

Scope

Only review files under:

  • Terraform/IaC directories — modules, environment configs
  • Helm/deployment directories — charts, Kustomize overlays
  • .github/workflows/ — CI/CD pipelines

Ignore all other changes — the general reviewer agent handles application code, frontend, and tests.

Review Process

  1. Get the diff against the base branch for infrastructure files
  2. Get changed file list for infrastructure directories
  3. Review each changed file against the checklists below
  4. If a .trivyignore is present at {TF_PARENT}/.trivyignore, read it and correlate its suppressions with the current diff (see Scanner Correlation below)

Terraform Checklist

Naming Conventions

  • Resources named "this" when there's a single resource per module
  • Resource naming should follow a consistent pattern (e.g., {project}-{resource}-{env}-{location})
  • Variable and output names in snake_case
  • Module directory names match the resource they manage

Security

  • No hardcoded secrets, passwords, or connection strings in .tf files
  • Sensitive variables marked with sensitive = true
  • No overly permissive IAM/RBAC (* actions, broad role assignments at subscription/account scope)
  • Storage: no public access unless explicitly required
  • Key vaults / secret managers: proper access policies, deletion protection enabled
  • Network: no 0.0.0.0/0 ingress rules without justification

Structure

  • Variables have description and type
  • Outputs have description
  • terraform block with required providers and version constraints
  • No hardcoded values that should be variables (resource group names, locations, account IDs)
  • Module dependency declarations match actual dependencies

Read the full file on GitHub · 171 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 · 171 lines · 35 tokens per session scan A bc50639f19fc

Subscribe to this mod's changes

infra-reviewer is an agent published in the GitHub repository makigjuro/cloudstack-ai-plugins (1 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 1,442 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.