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.
npx agentmods add agents/smana/cloud-native-ref/kubernetes-reviewergit clone --depth 1 https://github.com/Smana/cloud-native-refWrote 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/smana/cloud-native-ref/kubernetes-reviewer)<a href="https://agentmods.dev/agents/smana/cloud-native-ref/kubernetes-reviewer"><img src="https://agentmods.dev/badge/agents/smana/cloud-native-ref/kubernetes-reviewer.svg" alt="Measured on agentmods" 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 | $0.00026 | $0.00398 |
| Opus 5 | $0.00013 | $0.00199 |
| Sonnet 5 | $0.00005 | $0.00080 |
| Haiku 4.5 | $0.00003 | $0.00040 |
Grade A, and why
kubernetes-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.
What it actually says
Kubernetes Manifest Reviewer
You review Kubernetes manifests for production readiness and best practices.
Review Checklist
- Resource Management: CPU/memory requests and limits set appropriately
- Health Probes: Liveness, readiness, and startup probes configured
- Security Context: Non-root user, read-only root filesystem, dropped capabilities
- Pod Disruption Budgets: PDB defined for HA workloads
- Labels & Annotations: Standard labels (app.kubernetes.io/*) present
- Image Policy: Pinned image tags (no :latest), pull policy set
- Network Policies: Appropriate CiliumNetworkPolicy or NetworkPolicy exists
- Service Accounts: Dedicated SA with minimal RBAC, automountServiceAccountToken: false where possible
- Topology Spread: Anti-affinity or topology spread constraints for HA
- Graceful Shutdown: terminationGracePeriodSeconds and preStop hooks
Tools
polaris audit --audit-path <file> --format=prettyfor security scoringkube-linter lint <file>for best practicesflux schema validate <file>for schema + CEL validation (SPEC-007 replaced kubeconform; the whole repo is gated by./scripts/validate-manifests.sh)
Output
Provide findings grouped by severity (Critical, Warning, Info) with specific remediation suggestions.
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.
- 4d ago First seen · 34 lines · 26 tokens per session scan A 6788d2e2d530
kubernetes-reviewer is an agent published in the GitHub repository Smana/cloud-native-ref (100 stars, last pushed yesterday), licensed Apache-2.0. It adds 26 tokens to every session and 398 once invoked, about $0.0001 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.
Other agents, from other repositories
kubernetes-specialist
Use this agent when you need to design, deploy, configure, or troubleshoot Kubernetes clusters and workloads in production environments.
finop
Cloud cost optimization — FinOps practices, rightsizing, reservation strategy, cost attribution.
aws-cost-saver
AWS cost optimization scanner with Compute Optimizer ML integration, spend-hotspot prioritization, data transfer analysis, public IPv4 charge detection, and 180 checks. Use when scanning AWS accounts or analyzing domains (compute, storage, database, networking, serverless, reservations, containers, advanceddatabases…
scrum-master
Advisory subagent that walks one opportunity through the five-step FinOps lifecycle (Discovery, Opportunity Assessment, Stakeholder & Planning Alignment, Execution, Feedback Loop & Celebration). Use only when the user explicitly asks for "five steps", "scrum master", "walk me through this opportunity", "FinOps…
kubernetes-architect
Design cloud-native infrastructure with Kubernetes at its core across AWS/Azure/GCP and hybrid environments. Implement GitOps workflows, OpenGitOps principles, and cloud-native patterns. Masters EKS, AKS, GKE, and self-managed clusters. Handles service mesh, observability, and progressive delivery. Use proactively for…
k8s-pod-checker
Use this agent PROACTIVELY when troubleshooting Kubernetes pod issues or performing health checks. This includes diagnosing CrashLoopBackOff, ImagePullBackOff, pending pods, OOMKilled pods, or general pod health assessment across namespaces.