kube-recon
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform cluster audits and interact with Kubernetes configurations. This capability is appropriate for the skill's stated purpose of auditing infrastructure. - [PROMPT_INJECTION]: The skill exhibits an attack surface for Indirect Prompt Injection because it is designed to ingest and analyze external, untrusted data such as Kubernetes manifests and Helm charts.
- Ingestion points: Processes manifests, Helm values, and cluster configurations in
Step 1of the workflow. - Boundary markers: The instructions lack explicit delimiters or warnings to the agent to ignore any natural language instructions that might be embedded within the configuration files (e.g., in metadata or comments).
- Capability inventory: The skill has access to
Bashfor shell execution,Writefor file system modification, andWebFetchfor outbound network requests, which could be misused if a malicious instruction is successfully injected. - Sanitization: There is no evidence of content validation or filtering of the configuration data before it is processed by the agent.
Audit Metadata