review-security-k8s-understand

star 30

Analyzes Kubernetes project architecture and resources to build context before performing specific security reviews.

gke-labs By gke-labs schedule Updated 5/21/2026

name: review-security-k8s-understand description: Analyzes Kubernetes project architecture and resources to build context before performing specific security reviews.

Task

Analyze the Kubernetes project/repository to build comprehensive architectural and security context for specialized review agents.

Checks

  • Architecture: Identify main components, workloads, and architecture.
  • Docs: Read README.md, diagrams, or architecture docs.
  • Categorization: Explicitly categorize workloads as either Infrastructure (e.g., CSI drivers, ingress controllers) or Application (e.g., web APIs, DBs, etc).
  • Compensating Controls: Explicitly note global security mechanisms (e.g., Service Mesh enforcing mTLS, global OPA/Gatekeeper policies, etc).

Output

Output a concise summary of project purpose, workload categories, and compensating controls.

Install via CLI
npx skills add https://github.com/gke-labs/kube-agents --skill review-security-k8s-understand
Repository Details
star Stars 30
call_split Forks 19
navigation Branch main
article Path SKILL.md
More from Creator