k8s-rbac-review

Audit Kubernetes RBAC configurations for excessive permissions and cluster-admin escalation paths.

6|Updated May 30, 2026
One-click install
npx skills add https://github.com/jassics/awesome-claude-security --skill k8s-rbac-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-rbac-review
Source: https://github.com/jassics/awesome-claude-security/tree/main/plugins/k8s-security/skills/k8s-rbac-review
Command: npx skills add https://github.com/jassics/awesome-claude-security --skill k8s-rbac-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill audits Kubernetes RBAC configurations for potential security issues, including least privilege violations and paths to cluster-admin escalation.

Core Features & Use Cases

  • RBAC Auditing: Checks for excessive permissions, wildcard grants, and dangerous verbs.
  • Escalation Path Analysis: Identifies potential routes to cluster-admin access.
  • Least Privilege Recommendations: Suggests changes to minimize risks.
  • Use Case: Ideal for ensuring Kubernetes clusters adhere to security best practices, particularly in environments with sensitive data or high security requirements.

Quick Start

Run the k8s-rbac-review skill on your Kubernetes cluster to automatically identify and report potential RBAC-related security issues.

Frequently Asked Questions about k8s-rbac-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Kubernetes RBAC configurations for excessive permissions?

To audit Kubernetes RBAC configurations, you can use this Skill to automatically check for excessive permissions, wildcard grants, and dangerous verbs. It identifies potential paths to cluster-admin access and provides recommendations for least privilege configurations.

What are common paths to cluster-admin escalation in Kubernetes?

Common paths to cluster-admin escalation involve excessive permissions, wildcard grants, and dangerous verb assignments in Kubernetes RBAC. This Skill analyzes configurations to identify these potential routes to cluster-admin access.

How do I check if my Kubernetes cluster follows least privilege best practices?

Checking least privilege best practices involves auditing your Kubernetes RBAC for wildcard grants and dangerous verbs. This Skill reviews your current configurations and suggests changes to minimize risks and enforce least privilege.

Can I identify wildcard grants and dangerous verbs in Kubernetes RBAC automatically?

You can identify wildcard grants and dangerous verbs in Kubernetes RBAC automatically using this Skill. It audits your cluster configurations to detect these specific security issues and reports potential escalation paths.

Does RBAC security auditing work for environments with sensitive data?

RBAC security auditing is ideal for environments with sensitive data or high security requirements. This Skill ensures Kubernetes clusters adhere to security best practices by identifying least privilege violations and potential cluster-admin escalation routes.