Skip to content
Skill

kube-audit-kit

by ViniciusMarsili

AI Summary

kube-audit-kit automates read-only Kubernetes security audits by exporting resources, sanitizing metadata, and generating PSS/NSA-compliant reports. DevOps engineers and security teams use it to assess cluster security posture without modifying cluster state.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "kube-audit-kit" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/kube-audit-kit && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/kube-audit-kit/SKILL.md "https://raw.githubusercontent.com/ViniciusMarsili/kube-audit-kit/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Performs read-only Kubernetes security audits by exporting resources, sanitizing metadata, grouping applications by topology, and generating PSS/NSA-compliant audit reports. Use when the user requests auditing Kubernetes clusters, Namespaces, security reviews, or configuration analysis.

Prerequisites

• Environment setup: `bash uv sync ` See SETUP.md for details. • Verify kubectl: `bash kubectl config get-contexts `

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

Run an audit

When a user requests an audit, follow these steps strictly: Set the output directory first (important!): `bash

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code