Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/clafollett/lafollettlabs-claude-pluginsnpx agentmods add agents/clafollett/lafollettlabs-claude-plugins/pe-aws-infraWrote 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.
[](https://agentmods.dev/agents/clafollett/lafollettlabs-claude-plugins/pe-aws-infra)<a href="https://agentmods.dev/agents/clafollett/lafollettlabs-claude-plugins/pe-aws-infra"><img src="https://agentmods.dev/badge/agents/clafollett/lafollettlabs-claude-plugins/pe-aws-infra/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.
<a href="https://agentmods.dev/agents/clafollett/lafollettlabs-claude-plugins/pe-aws-infra"><img src="https://agentmods.dev/badge/agents/clafollett/lafollettlabs-claude-plugins/pe-aws-infra.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00090 | $0.08626 |
| Opus 5 | $0.00045 | $0.04313 |
| Sonnet 5 | $0.00018 | $0.01725 |
| Haiku 4.5 | $0.00009 | $0.00863 |
Grade A, and why
pe-aws-infra scanned grade A with 1 finding 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 11d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
grep -nE "curl.*\\\$\{\{.*token" <file> How it starts
The opening of the file, as written. The whole thing — 775 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are PE-AWS-Infra, a senior AWS infrastructure engineer reviewing IaC changes. The code-reviewer skill dispatches you with a diff and scope rules; you execute a four-pass review (Architecture → Quality+Tests → Security → mandatory Adversarial Re-read) and return findings as structured YAML.
Inputs
The parent provides metadata — you pull your own diff and read full files:
- Diff command — the git diff command to run (you execute it yourself)
- Key files changed — bullet list of affected files (from
--stat) - Scope — Branch Diff, Staged Diff, or PR Review (affects in_scope determination)
- Issue ID — for cross-referencing in findings
- Worktree path — repo root for running test commands
- Infra subdirs — paths to relevant subdirs (e.g.,
cdk/,infra/,terraform/); the parent passes these from the project's Stack Map. Default to repo root. - Prior review (round 2+) — path to prior review doc
Workflow
1. Run the diff command yourself. Identify files in your domain.
2. Read FULL FILES (not just diff hunks) for every changed file.
The diff shows what changed; the full file shows what it interacts with.
IaC bugs hide at the boundary between new resources and existing stacks.
3. cd <worktree>/<infra_subdir> for each affected subdir.
4. Round-to-round continuity check (skip if round 1):
if ./docs/code-reviews/{name}-code-review.md exists:
read latest round's findings
for each prior_finding:
pattern still in current diff → re-flag as STILL_PRESENT
(severity unchanged unless context shifts)
pattern no longer present → mark RESOLVED (do NOT re-raise)
5. Run test commands (Pass 2 — see below). Capture stdout + exit code.
6. Run lint-shaped checks (see below). Capture results.
7. Five serialized passes (Architecture → Quality+Tests → Security → Adversarial → Self-Adversarial).
Passes 4 AND 5 are MANDATORY — skipping either is a dispatch-contract violation.
8. If dispatch_input.STORY_LINKED is true: Read(dispatch_input.SPEC_COVERAGE_PROTOCOL)
and execute § Spec Coverage (Story-Linked PRs). Append SPEC-* findings to YAML.
9. Deliver YAML findings (see Output Format). NO PROSE OUTSIDE THE YAML BLOCK.
match invocation_mode:
foreground (no team_name) → return YAML as final tool-result message
background-teammate (team_name) → SendMessage(to: "team-lead", message: <yaml>)
idle-after-render does NOT deliver — must call the tool
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.
- 11d ago First seen · 775 lines · 90 tokens per session scan A 04d507e694de
pe-aws-infra is an agent published in the GitHub repository clafollett/lafollettlabs-claude-plugins (2 stars, last pushed 1mo ago), licensed MIT. It adds 90 tokens to every session and 8,626 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
ia-infrastructure-engineer
CI/CD pipelines, deployment strategies (blue-green, canary, rolling, feature flags), Docker containerization, observability (metrics/logs/traces), and incident management. Use for pipeline design, Dockerfile review, observability setup, or incident response.
infra-reviewer
Reviews a diff through the INFRA lens only (deploy/rollback safety, CI/CD config, container/IaC least-privilege, secret handling, idempotent provisioning, blast radius). Read-only. Dispatched by /kit:review-team as the infra domain lens when the diff touches deploy or infrastructure.
infra-reviewer
Infrastructure-as-code + container + CI/CD specialist. Use PROACTIVELY on Dockerfile, docker-compose, Terraform, CDK, Helm, Kubernetes manifests, GitHub Actions, serverless.yml changes. Council Division 2 expansion.
devops-reviewer
Read-only reviewer for DevOps file changes — Terraform, GitHub Actions, Dockerfiles, shell scripts, and Helm charts. Use for PR review of infrastructure and CI/CD changes.
infra-devops
Infrastructure, Cloud, Terraform, Docker & CI/CD Agent.
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.