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 skills add SumonMSelim/agentguard --skill terraformgit clone --depth 1 https://github.com/SumonMSelim/agentguardWrote 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/skills/sumonmselim/agentguard/terraform)<a href="https://agentmods.dev/skills/sumonmselim/agentguard/terraform"><img src="https://agentmods.dev/badge/skills/sumonmselim/agentguard/terraform.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.1 | $0.00026 | $0.01068 |
| Opus 5 | $0.00013 | $0.00534 |
| Sonnet 5 | $0.00005 | $0.00214 |
| Haiku 4.5 | $0.00003 | $0.00107 |
Grade A, and why
terraform 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Terraform
State
- Remote state always. Local state for throwaway experiments only
- State backend with locking: S3 + DynamoDB, GCS, or Terraform Cloud/HCP
- Separate state files per environment (
dev,staging,prod). Never share state across envs - Encrypt state at rest. Versioning on state bucket enables rollback — never delete old versions without confirming they are not needed
- Never commit
.tfstateor.tfstate.backupto git. Add to.gitignore sensitive = trueon all outputs containing secrets, tokens, or credentials. Limits plaintext exposure in logs and state diffs
Security
- Least privilege for the Terraform runner. Scope to exactly what it creates
- OIDC / Workload Identity for CI runners. No long-lived access keys
- Secrets never in
.tffiles orterraform.tfvarscommitted to git. Pass viaTF_VAR_*env vars, Vault, or secret manager at plan/apply time prevent_destroy = trueon critical resources (databases, buckets, KMS keys)planbefore everyapply. Review the diff. Never auto-apply to production without human approval- Pin provider versions with pessimistic constraints:
~> 5.0locks to 5.x not 6.x. Full pins for production stability required_versionin every root module. Prevents silent version drift across team members
Workflow
- CI pattern:
planon PR (post as comment),applyon merge to main. Never apply from developer laptops in production - GitOps orchestration: Atlantis (self-hosted, PR-driven), Spacelift or env0 for team workflows, audit trails, and drift detection
terraform fmt -recursiveandterraform validatein CI. Fail on violationstflintfor provider-specific lint.checkovortfsecfor security misconfigurations. Both in CI pre-apply- Infracost in CI to surface cost delta per PR before apply
- Drift detection: scheduled
planruns that alert on non-empty diffs terraform-docsto auto-generate module README from variables and outputs. Enforce via CI checktfenvfor CLI version management. Commit.terraform-versionto repo
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.
- 7d ago First seen · 73 lines · 0 tokens per session scan A 1ac087977e2d
terraform is a skill published in the GitHub repository SumonMSelim/agentguard (56 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 1,068 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 skills, from other repositories
tcapi
A helper for managing Tencent Cloud resources through Tencent Cloud's command-line API tool. Tencent Cloud is a cloud-services provider offering products such as virtual servers, storage, networks, and containers.
limrun-xcode
Build an iOS / Apple app on remote Xcode with lim xcode build instead of local xcodebuild, or run its XCTest suites with lim xcode test, from any environment (Linux, Windows, macOS, VM, container). Use for non-Bazel projects (an .xcodeproj / .xcworkspace, an XcodeGen project.yml with a gitignored project, React Native…
limrun-xcode-bazel
Build a Bazel-based iOS / macOS / Apple app on Limrun's remote build execution (RBE) instead of a local Mac, and install it on a remote iOS simulator. Use when the project is a Bazel workspace (MODULE.bazel / WORKSPACE) building rulesapple / rulesswift targets and the user wants to bazel build it or run it on a…
metago-deploy-engineer
Deployment Engineer - specializes in private/cloud/edge deployments, Helm charts, canary releases, and rollback.
metago-ops-engineer
Operations Engineer - specializes in DNS, SSL, reverse proxy, production environment, and CI/CD pipeline configuration.
metago-sre-engineer
SRE Engineer - specializes in high availability, backup, disaster recovery, chaos engineering, SLO definition, and runbook generation.