Kubernetes
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent Kubernetes reference skill with no code or install step, though it includes kubectl debugging commands that should only be used against the intended cluster.
This skill appears safe as a Kubernetes reference. Treat its kubectl snippets as examples: only run them against clusters and namespaces you intend to inspect or modify.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A user or agent following the example could interact with a live Kubernetes workload.
The skill documents a command that can execute an interactive shell inside a Kubernetes pod. This is normal for Kubernetes debugging, but it can affect live workloads if used in the wrong cluster or namespace.
`kubectl exec -it pod -- sh` for shell — debug inside container
Before running kubectl commands, confirm the current context, namespace, target pod, and authorization, especially in production clusters.
