k8s-security

Installation
SKILL.md

Kubernetes Security

When to use

This skill covers the cluster and workload layer on top of container-hardening. Image content and build live there; what K8s does with those images (scheduling, RBAC, networking, secrets, runtime policy) lives here.

Activates on:

  • A request like "review our K8s manifests", "our RBAC is sprawling", "turn on Pod Security Standards", "write a NetworkPolicy", "which admission controller should we use", "cosign verification in the cluster".
  • New or modified manifests: Deployment, StatefulSet, DaemonSet, Job, ServiceAccount, Role(Binding), ClusterRole(Binding), NetworkPolicy, ValidatingAdmissionPolicy, Helm charts, Kustomize overlays.
  • A cluster audit driven by compliance (CIS Kubernetes Benchmark, NSA/CISA guide, PCI-DSS cloud scope).
  • A handoff from security-review when K8s is in scope.
  • An incident where lateral movement in a cluster is suspected (see ir-runbook for response).

When NOT to use (handoff)

Installs
2
GitHub Stars
4
First Seen
May 18, 2026
k8s-security — roodlicht/accans-sec-skills