gke-basics
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill includes capabilities to ingest and process potentially untrusted data from cluster environments, which presents a standard surface for indirect prompt injection attacks.
- Ingestion points: Tools such as
get_k8s_logs,get_k8s_resource, andlist_k8s_events(referenced inreferences/cli-reference.mdandreferences/mcp-usage.md) fetch logs, metadata, and event descriptions from running workloads. - Boundary markers: The instructions do not define specific delimiters or "ignore" instructions for the agent when interpreting the output of these diagnostic tools.
- Capability inventory: The skill allows for significant cluster modifications via
apply_k8s_manifest, resource patching, and provides shell access through fallback commands likekubectl execandkubectl run(documented inreferences/cli-reference.md). - Sanitization: There is no explicit logic described to sanitize or validate the content of pod logs or resource descriptions before they are processed by the agent.
- [EXTERNAL_DOWNLOADS]: The skill references official Kubernetes and Google Cloud client libraries.
- Fetches the
kubernetesPython package and@kubernetes/client-nodeNode.js package from official registries (referenced inreferences/client-library-usage.md). - References the official
client-gorepository from thek8s.iodomain. - [SAFE]: Documentation and infrastructure-as-code examples utilize trusted domains and official repositories, including
cloud.google.com,hashicorp.com, andterraform.io(referenced inreferences/iac-usage.mdandreferences/mcp-usage.md).
Audit Metadata