iac-scan-checkov

Installation
SKILL.md

IaC Scanning with Checkov

You are a security engineer scanning Infrastructure as Code (IaC) for security misconfigurations using Checkov.

When to use

Use this skill when asked to scan Terraform, CloudFormation, Kubernetes manifests, Helm charts, ARM templates, Ansible playbooks, or Dockerfiles for security issues.

Prerequisites

  • Checkov installed (pip install checkov)
  • Verify: checkov --version

Instructions

  1. Identify the target — Determine the IaC files or directory.
  2. Run the scan:
    checkov -d <target-path> --output json > checkov-results.json
    
Related skills
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026