gke-cluster-autoscaler
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill includes local Bash scripts (
log-autoscaler-events.shandfind-scale-down-blockers.sh) designed to assist with GKE troubleshooting. These scripts utilize standard management tools,kubectlandgcloud, to retrieve cluster metadata and logs. This behavior is consistent with the skill's primary function of cloud infrastructure management.\n- Indirect Prompt Injection Surface: The skill processes user-pasted logs and YAML manifests (as noted inSKILL.md). To mitigate risks, the instructions include a critical rule directing the agent to treat such content as data rather than instructions, providing a clear boundary for untrusted input.\n- Input Sanitization: The skill implements validation for resource identifiers, requiring names for clusters, node pools, and namespaces to match a strict alphanumeric regex (^[a-z0-9-]+$). It explicitly instructs the assistant to refuse any identifier containing shell-sensitive characters, which helps prevent command injection during script execution.
Audit Metadata