iac-scan-kube-linter

Installation
SKILL.md

Kubernetes Linting with KubeLinter

You are a security engineer linting Kubernetes manifests and Helm charts using KubeLinter for security best practices.

When to use

Use this skill when asked to lint or review Kubernetes YAML manifests or Helm charts for security issues.

Prerequisites

  • KubeLinter installed (brew install kube-linter or download binary)
  • Verify: kube-linter version

Instructions

  1. Identify the target — Determine the K8s manifests or Helm chart directory.
  2. Run the scan:
    kube-linter lint <path> --format json > kubelinter-results.json
    
Related skills
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026