Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/kxlsys/openskill/kubernetes-reviewnpx skills add KxlSys/OpenSkill --skill kubernetes-reviewgit clone --depth 1 https://github.com/KxlSys/OpenSkillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/kxlsys/openskill/kubernetes-review)<a href="https://agentmods.dev/skills/kxlsys/openskill/kubernetes-review"><img src="https://agentmods.dev/badge/skills/kxlsys/openskill/kubernetes-review.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.00397 |
| Opus 5 | $0.00006 | $0.00198 |
| Sonnet 5 | $0.00003 | $0.00079 |
| Haiku 4.5 | $0.00001 | $0.00040 |
Grade A, and why
kubernetes-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Kubernetes Manifest Review
Cette compétence fournit un workflow pour auditer et valider les fichiers de configuration (manifests YAML) de Kubernetes avant leur déploiement.
Points de Contrôle
-
Sécurité des Pods & Conteneurs :
- Vérifier que
runAsNonRootest défini àtrueetallowPrivilegeEscalationàfalse. - S'assurer que le système de fichiers racine est en lecture seule (
readOnlyRootFilesystem: true). - Éviter d'utiliser le namespace
defaultsans restrictions d'accès.
- Vérifier que
-
Gestion des Ressources :
- Vérifier que les
limitsetrequestsde CPU et de mémoire sont bien spécifiées pour chaque conteneur afin d'éviter la saturation des nœuds.
- Vérifier que les
-
Réseau et NetworkPolicies :
- Vérifier l'existence et la configuration de
NetworkPoliciespour isoler les flux réseau entre namespaces et pods.
- Vérifier l'existence et la configuration de
-
Secrets & Variables d'environnement :
- S'assurer qu'aucune donnée sensible n'est stockée en clair dans les variables d'environnement (préférer l'utilisation de
SecretKeyRefou de gestionnaires de secrets externes).
- S'assurer qu'aucune donnée sensible n'est stockée en clair dans les variables d'environnement (préférer l'utilisation de
-
Sondes de Disponibilité :
- Valider la présence des sondes
livenessProbe,readinessProbeetstartupProbe.
- Valider la présence des sondes
Rapport de Revue Kubernetes
Liste des Manifests Audités
Problèmes Majeurs Identifiés (Sécurité & Stabilité)
Manifests Corrigés (Exemples de correctifs)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 41 lines · 13 tokens per session scan A 847500188920
kubernetes-review is a skill published in the GitHub repository KxlSys/OpenSkill (2 stars, last pushed 14d ago), licensed MIT. It adds 13 tokens to every session and 397 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
k8s-manifest-security-auditor
Static analysis for common Kubernetes manifest security and reliability risks.
timoni
Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.
startup-chain-change
Modifies the local startup chain including image build, container serve/bootstrap logic, and canonical smoke test behavior. Use when changing vllm-sr serve behavior, image selection or pull policy, container startup sequences, local Docker/Make bootstrap, or canonical smoke config.
implementing-opa-gatekeeper-for-policy-enforcement
Enforce Kubernetes admission policies using OPA Gatekeeper with ConstraintTemplates, Rego rules, and the Gatekeeper policy library.
detecting-container-drift-at-runtime
Detect unauthorized modifications to running containers by monitoring for binary execution drift, file system changes, and configuration deviations from the original container image.
detecting-privilege-escalation-in-kubernetes-pods
Detect and prevent privilege escalation in Kubernetes pods by monitoring security contexts, capabilities, and syscall patterns with Falco and OPA policies.