gke-tpu-dynamic-slices-monitoring
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Standard Command Execution: The skill utilizes standard
kubectlandgcloudcommands to interact with GKE clusters. These commands are essential for the skill's primary purpose of TPU slice management. - Administrative Patching Operations: The skill describes how to use
kubectl patchto remove metadata finalizers. While this is a sensitive operation that can bypass standard resource cleanup, it is a well-known administrative method for resolving stuck deletions in Kubernetes. The skill includes explicit safety warnings and confirmation steps for the agent to follow before executing these tasks. - Controller Management: The skill provides instructions for updating cluster configurations and deleting Custom Resource Definitions (CRDs) via
gcloudandkubectl. These actions are necessary for managing the lifecycle of the TPU Dynamic Slices controller.
Audit Metadata