kubernetes
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPRIVILEGE_ESCALATIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of official tools including
kubectl,helm, andk3s. These downloads originate from trusted domains and well-known services:dl.k8s.io,raw.githubusercontent.com/helm, andget.k3s.io. These are standard practices for DevOps tooling. - [COMMAND_EXECUTION]: Extensive documentation is provided for
kubectl,helm, andetcdctlcommands. These commands are necessary for the skill's intended purpose of managing containerized workloads and cluster state. - [PRIVILEGE_ESCALATION]: Administrative installation steps in
SKILL.mdandreferences/00-overview.mdutilizesudoto configure system binaries and bootstrap clusters viakubeadm. This is the expected and legitimate method for configuring Kubernetes infrastructure. - [DYNAMIC_EXECUTION]: The helper script
scripts/check-updates.pyperforms network requests tohttps://dl.k8s.io/release/stable.txtto verify the latest Kubernetes versions and performs local file scanning to ensure skill integrity. This automation is benign and supports skill maintenance.
Audit Metadata