Infra Scanner is an OpenClaw skill that performs comprehensive security assessments of your infrastructure — cloud configurations, Kubernetes clusters, Docker images, network configurations, and CI/CD pipelines. It checks against CIS benchmarks, OWASP guidelines, and custom security policies, producing actionable remediation guides.
Infrastructure security is a moving target. New CVEs are published daily, cloud services change their defaults, and misconfigurations creep in as teams move fast. Infra Scanner provides continuous security assessment that catches vulnerabilities before attackers do.
The skill scans across multiple infrastructure layers: cloud provider configurations (AWS, Azure, GCP), container images (Docker), orchestration (Kubernetes), network configurations, and CI/CD pipeline definitions. Each finding includes severity classification, affected resources, and step-by-step remediation guides.
Built on OpenClaw for extensibility, you can add custom security policies for your organization’s specific requirements.
# Scan AWS infrastructure
infra-scan --provider aws --profile production --benchmark cis
# Scan Kubernetes cluster
infra-scan --provider k8s --kubeconfig ~/.kube/config
# Scan Docker image
infra-scan --image myapp:latest --cve-check
Infrastructure Scan: AWS Production Account
Scanned: 847 resources across 3 regions
🔴 Critical (2):
1. S3 bucket "prod-backups" is publicly accessible
→ Fix: aws s3api put-public-access-block --bucket prod-backups ...
2. RDS instance has no encryption at rest
→ Fix: Enable encryption (requires snapshot + restore)
🟡 High (7):
3. 4 EC2 instances with default security groups
4. CloudTrail not enabled in us-west-2
5. IAM user "deploy-bot" has AdministratorAccess
...
✅ Passing: 834/847 resources (98.5%)
Compliance: CIS AWS Benchmark v2.0
Score: 89/100
Failing controls: 6 (2 critical, 4 medium)
AI agents that work well with Infra Scanner.
Official Chrome DevTools MCP server — AI agents can debug, profile, inspect DOM, and analyze web performance.
GitHub's official MCP server — interact with repos, issues, PRs, code search, and notifications via AI agents.
Official AWS MCP servers — AI agents interact with S3, Lambda, EC2, CloudFormation, Bedrock, and more.