security

Design and enforce Kubernetes RBAC, Pod Security Standards, network policies, and secret management.

1|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-kubernetes --skill security-pluginagentmarketplace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/pluginagentmarketplace/custom-plugin-kubernetes/tree/main/skills/security
Command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-kubernetes --skill security-pluginagentmarketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Production-grade Kubernetes security covering defense-in-depth strategies from authentication to runtime protection. This skill provides deep expertise in implementing zero-trust security models, compliance frameworks, and production-hardened configurations for SOC2, PCI-DSS, and HIPAA requirements.

Core Features & Use Cases

  • RBAC design: Build scalable, least-privilege access control with Roles and ClusterRoles and bound resources.
  • Pod Security Standards: Implement and maintain security contexts, privilege controls, and allowed policies.
  • Network policy enforcement: Enforce namespace- and pod-level network segmentation.
  • Secret management: Securely manage credentials with tools like External Secrets.
  • Audit & compliance: Collect, centralize, and report on security findings for audits.

Quick Start

Use the security skill to apply baseline security configurations and run initial validations against your cluster.

Frequently Asked Questions about security

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

FAQPage Schema
How do I enforce Kubernetes Pod Security Standards and RBAC for production clusters?

To enforce Kubernetes Pod Security Standards and RBAC, you define least-privilege Roles and ClusterRoles alongside security contexts using deterministic YAML manifests. This approach automates validation for production-grade defense-in-depth.

What is the best way to automate Kubernetes compliance audits for SOC2 or HIPAA?

Automating Kubernetes compliance for SOC2 or HIPAA requires centralizing security findings through policy enforcement. This skill enables auditing and reporting using Kyverno, Gatekeeper, and Cosign across your namespaces.

Can I use Kyverno and Gatekeeper to validate network policies and secret management?

Yes, Kyverno and Gatekeeper can validate network policies and manage secrets. This skill integrates these tools to automate namespace-level network segmentation and secure credentials with External Secrets.

How do I implement zero-trust security models and network segmentation in Kubernetes?

Implementing zero-trust models in Kubernetes requires enforcing pod-level network segmentation and Pod Security Standards. This skill provides production-hardened configurations to restrict lateral movement across namespaces and clusters.

Does this Kubernetes security approach support CI/CD pipelines with Cosign image validation?

Yes, this Kubernetes security approach supports CI/CD pipelines with Cosign image validation. It applies policy enforcement and compliance checks directly within your pipelines to ensure secure deployments across clusters.