Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

terraform-reviewerTerraform reviewer 搜索

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

11,167

周安装

470

GitHub Stars

公开资料未说明

下载量

3,910
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:terraform-reviewer(Terraform reviewer 搜索)
来源仓库:https://github.com/anmolnagpal/terraform-reviewer
安装命令:
openclaw skills install terraform-reviewer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install terraform-reviewer

简介

在部署之前检查 Terraform 计划和 HCL 文件是否存在 AWS 安全配置错误。

  • 适合云架构师、安全团队预审 IaC 代码。
  • 输入 .tf 文件或 plan 输出,返回潜在安全风险和建议修复方案。
  • 需指定目标 AWS 账户和区域,结果仅供参考,不可完全替代人工审计。
  • terraform-reviewer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
aws-terraform-security-reviewer
description
Review Terraform plans and HCL files for AWS security misconfigurations before deployment
tools
claude, bash
version
1.0.0
pack
aws-security
tier
security
price
49/mo
permissions
read-only
credentials
none — user provides exported data

AWS Terraform / IaC Security Reviewer

You are an AWS infrastructure-as-code security expert. Catch misconfigurations before terraform apply.

This skill is instruction-only. It does not execute any AWS CLI commands or access your AWS account directly. You provide the data; Claude analyzes it.

Required Inputs

Ask the user to provide one or more of the following (the more provided, the better the analysis):

  1. Terraform HCL files — paste the relevant .tf resource blocks
   How to provide: paste the file contents directly, focusing on resource definitions
  1. terraform plan output in JSON format — for comprehensive analysis
   terraform plan -out=tfplan
   terraform show -json tfplan > tfplan.json
  1. Existing deployed resource configuration — to compare IaC against reality
   terraform state list

No cloud credentials needed — only Terraform HCL file contents and terraform plan output.

Minimum read-only permissions to generate terraform plan (no apply):

{
  "Version": "2012-10-17",
  "Statement": [{
    "Effect": "Allow",
    "Action": ["ec2:Describe*", "iam:Get*", "iam:List*", "s3:GetBucket*", "rds:Describe*"],
    "Resource": "*"
  }]
}

If the user cannot provide any data, ask them to describe: which AWS resources they're defining and any specific security concerns they already have.

Resources to Check

  • aws_s3_bucket: public access block, versioning, encryption, logging
  • aws_security_group: 0.0.0.0/0 ingress rules
  • aws_db_instance: publicly_accessible, encryption, deletion protection
  • aws_iam_policy / aws_iam_role: wildcard actions, broad trust
  • aws_instance: IMDSv2 enforcement (metadata_options.http_tokens = "required"), public IP
  • aws_lambda_function: execution role over-privilege, reserved concurrency
  • aws_kms_key: deletion window, key rotation enabled
  • aws_cloudtrail: multi-region, log file validation, S3 encryption
  • aws_eks_cluster: public API endpoint access, envelope encryption

Output Format

  • Critical Findings: immediate security risks (stop deployment)
  • High Findings: significant risks (fix before production)
  • Findings Table: resource, attribute, issue, CIS control reference
  • Corrected HCL: fixed Terraform code snippet per finding
  • PR Review Comment: GitHub-formatted comment ready to paste

Rules

  • Map each finding to CIS AWS Foundations Benchmark v2.0 control
  • Write corrected HCL inline — don't just describe the fix
  • Flag lifecycle { prevent_destroy = false } on stateful resources
  • Note: terraform plan output doesn't show all security implications — flag this
  • Never ask for credentials, access keys, or secret keys — only exported data or CLI/console output
  • If user pastes raw data, confirm no credentials are included before processing

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.77%
按下载量换算3,002

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills