Kubernetes

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

A user or agent following the example could interact with a live Kubernetes workload.

Why it was flagged

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.

Skill content
`kubectl exec -it pod -- sh` for shell — debug inside container
Recommendation

Before running kubectl commands, confirm the current context, namespace, target pod, and authorization, especially in production clusters.