setup-k8s-backend
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest external data from command outputs such as
observe datastream listandobserve content view. It specifically addresses the risk of malicious instructions hidden in these outputs (e.g., from workload logs or telemetry) by requiring the use of awraphelper. - Ingestion points: Phase 2 of
SKILL.mdidentifies commands whose output is pasted back by the user. - Boundary markers: The skill mandates a nonce-delimited tagging system (
<untrusted-data nonce="...">) defined inreferences/untrusted-output.mdto isolate data from instructions. - Sanitization: The
wraputility includes a multi-stage sanitizer usingsedandtrto neutralize ANSI escape sequences and control characters that could be used for terminal display attacks. - Capability inventory: The skill uses the
observeCLI for resource creation but restricts actions to the vendor's cloud environment. - [CREDENTIALS_SAFE]: The skill handles the creation of ingest tokens using a security-conscious workflow that prevents the secret from ever being exposed to the AI assistant. It instructs the user to store the token in a shell environment variable and uses
jqto strip the secret key from the JSON metadata before the assistant processes it. - [COMMAND_EXECUTION]: The skill executes various
observeCLI commands to manage datastreams and content packages. These operations are legitimate, vendor-provided functionalities consistent with the skill's purpose for theobserveinctenant environment.
Audit Metadata