Skill Detail

Score Kubernetes manifests for reliability and security risks before deploy with kube-score

Use kube-score to statically review Kubernetes YAML or rendered Helm output for rollout risks, weak defaults, and resilience gaps before merge or deploy.

CI/CD IntegrationsMulti-Framework
CI/CD Integrations Multi-Framework Published
โญ 3.1k GitHub stars
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill score-kubernetes-manifests-for-reliability-and-security-risks-before-deploy-with-kube-score Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
kube-score, Kubernetes manifests or rendered Helm output
Install & setup
Install from GitHub releases, Docker (docker pull zegl/kube-score), Homebrew, or Krew (kubectl krew install score).
Author
zegl
Publisher
Open Source Project
Last updated
Apr 15, 2026
Quick brief

Use kube-score when an agent needs to inspect Kubernetes object definitions and surface recommendations about reliability and security before anything reaches a cluster. Invoke this instead of normal Kubernetes tooling when the job is preflight risk review of manifests or chart output, not schema validation alone and not live cluster administration. The scope boundary is specific and skill-shaped: kube-score performs recommendation-oriented static analysis on Kubernetes manifests before deployment, not general Kubernetes management or a generic platform listing.