Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
Wardn HubTrusted MCP server directory.

Registry

  • MCP Servers
  • Skills
  • Categories

Resources

  • API docs
  • Score method

Contribute

  • Submit server
  • Advertise
© 2026 Wardn Hub
Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
skills/LeoYeAI/openclaw-master-skills/agent-bom-scan-infra

agent-bom-scan-infra

1
LeoYeAI/openclaw-master-skills·Security·Audit pending·Snapshot 0d588818df70

Summary

This source did not publish a separate summary. Review SKILL.md before using the skill.

SKILL.md

agent-bom-scan-infra — Infrastructure & Cloud Security Scanner

Scans infrastructure-as-code (Terraform, CloudFormation, Kubernetes), finds secrets in config files, and runs cloud CIS benchmarks against AWS, Azure, GCP, and Snowflake.

Install

pipx install agent-bom
agent-bom iac infra/         # scan Terraform/CloudFormation/K8s
agent-bom cloud aws          # AWS CIS benchmark
agent-bom cloud azure        # Azure CIS benchmark
agent-bom cloud gcp          # GCP CIS benchmark
agent-bom secrets .          # find secrets in current directory

When to Use

  • "check terraform" / "scan terraform"
  • "scan kubernetes" / "K8s security"
  • "IaC" / "infrastructure as code"
  • "find secrets" / "secret scanning"
  • "scan dockerfile"
  • "cloud security" / "CIS benchmark"
  • "misconfigurations"

Commands

# Scan IaC directory
agent-bom iac infra/

# Run cloud CIS benchmark
agent-bom cloud aws
agent-bom cloud azure
agent-bom cloud gcp
agent-bom cloud snowflake

# Find secrets in files
agent-bom secrets .

Tools

ToolDescription
iacScan Terraform, CloudFormation, Kubernetes YAML for misconfigurations
cloudCIS benchmark checks (AWS, Azure v3.0, GCP v3.0, Snowflake)
secretsFind secrets and credentials in files and directories

Examples

# Scan IaC directory for misconfigurations
iac(path="infra/")

# Run AWS CIS benchmark
cloud(provider="aws")

# Find secrets in project
secrets(path=".")

Guardrails

  • Confirm with the user before running cloud CIS benchmarks — these make live read-only API calls to AWS/Azure/GCP using the user's locally configured credentials.
  • IaC and secrets scanning is purely local — no network calls.
  • Do not modify any infrastructure files.
  • Ask the user before scanning paths outside their home or project directory.
  • Cloud credentials are used only to call the cloud provider's own APIs and are never transmitted elsewhere.
  • Related skills

    homeassistant-skillgit-commitfinancial-analysis-agentk8s-fta-skillui-design