huawei-cloud-hss-query
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The utility script
scripts/test-cli-commands.shuses theevalfunction to execute command strings defined intemplates/test-vars.json. While it includes a rudimentary prefix-based whitelist (restricting execution tohcloud,python3,curl, andbash), the use ofevalon strings sourced from a configuration file represents a potential command execution surface. - [EXTERNAL_DOWNLOADS]: The
references/cli-installation-guide.mddocumentation provides instructions to download and execute the official Huawei Cloud CLI installation script from the vendor's domain (*.myhuaweicloud.com). This is standard procedure for setting up the required environment and utilizes official vendor infrastructure. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from security reports and audit logs provided by the HSS API. This data represents an untrusted ingestion surface that could theoretically contain malicious instructions designed to influence the agent's behavior. 1. Ingestion points: Data retrieved from
hcloud HSScommands likeListVulnerabilitiesandListEventHandleHistory. 2. Boundary markers: None explicitly defined in the skill instructions for API output. 3. Capability inventory: The skill can modify alert handling status viaChangeEventandChangeVulStatus. 4. Sanitization: Standard CLI JSON parsing is used without specialized prompt-injection filtering.
Audit Metadata