gke-cost
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Kubernetes Resource Management: The skill utilizes standard
kubectlcommands to deploy and inspect Vertical Pod Autoscaler (VPA) objects. This is a common practice for rightsizing workloads and does not involve risky execution patterns. - Cloud Resource Inspection: The skill includes
gcloudcommands to list billing budgets andkubectl topfor monitoring utilization. These are read-only operations used for transparency and cost visibility. - Configuration of Spot VMs: The provided YAML manifests demonstrate how to request Spot VMs using standard GKE labels (
cloud.google.com/gke-provisioning: Spot) and termination grace periods. This is a standard and safe implementation of fault-tolerant compute strategies. - MCP Tool Usage: The skill references tools for managing K8s resources (e.g.,
patch_k8s_resource,apply_k8s_manifest). These are utilized within the scope of the skill's purpose to manage cluster cost settings.
Audit Metadata