kube-audit-kit
Installation
SKILL.md
Kube Audit Kit - Read-Only Kubernetes Security Audit Toolkit
This Skill uses a standardized, scripted workflow to export Kubernetes cluster resources in read-only mode, sanitize them, group applications, and perform a deep security audit. The entire process strictly follows the read-only principle and does not modify any cluster state.
Core Principles
- Read-only: only
get/listoperations, neverapply/patch/delete - Full coverage: dynamically discover all resource types without hardcoding lists
- Scripted: core logic runs through Python scripts for stability
Quick Start
Prerequisites
-
Environment setup:
uv sync