skills/smithery.ai/kube-audit-kit

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/list operations, never apply/patch/delete
  • Full coverage: dynamically discover all resource types without hardcoding lists
  • Scripted: core logic runs through Python scripts for stability

Quick Start

Prerequisites

  1. Environment setup:

    uv sync
    
Installs
2
First Seen
Mar 27, 2026
kube-audit-kit from smithery.ai