k8s
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires executing high-privilege commands to manage the infrastructure, including using
sshto access the Colima VM,sudofor host-level kernel modules and service management, andkubectl execfor container interaction. - [EXTERNAL_DOWNLOADS]: Fetches Kubernetes manifests and Helm charts from external sources, including Rancher's GitHub repository for the local-path-provisioner and official Kubernetes-sigs repositories for metrics-server. It also utilizes Helm repositories from LiveKit and Nerkho.
- [PROMPT_INJECTION]: The 'Agent Runner' feature introduces a surface for indirect prompt injection by accepting and executing tasks provided via base64-encoded metadata (
TASK_PROMPT_B64). - Ingestion points: Request metadata fields including
TASK_PROMPT_B64andVERIFICATION_COMMANDS_B64in theSKILL.mdAgent Runner section. - Boundary markers: No specific delimiters or safety instructions are defined to separate task data from agent instructions.
- Capability inventory: Extensive capabilities including cluster-wide
kubectlaccess,dockeroperations, andsshaccess to the host VM (references/operations.md). - Sanitization: The skill relies on base64 encoding for transport but does not specify validation or sanitization of the decoded task content.
Audit Metadata