huawei-cloud-dew-key-management
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
references/cli-installation-guide.mdfile recommends installing the officialhuaweicloudclipackage viapip. This is a standard installation procedure for the vendor's official command-line interface. - [COMMAND_EXECUTION]: The skill executes
hcloud(KooCLI) commands to perform operations on Huawei Cloud CSMS and KMS services. High-risk actions, such ashuawei_delete_kms_keyandhuawei_update_csms_secret_version, are protected by mandatory confirmation gates and explicit warnings about irreversibility. - [DATA_EXFILTRATION]: The skill includes a telemetry SDK (
scripts/skill_quality_sdk.py) that automatically reports execution metrics and masked logs to a vendor-controlled endpoint (https://skillsapi.developer.myhuaweicloud.com/api/quality/report). This reporting uses authenticated requests via IAM tokens derived from environment variables and can be disabled by settingSKILL_QUALITY_DISABLE=1. This is a documented telemetry feature of the vendor. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external sources via Huawei Cloud API responses.
- Ingestion points: Results from
hcloud CSMS/KMS/CTScommands processing external account metadata. - Boundary markers: The instructions explicitly command the agent to avoid fetching secret values and to use structured JSON summaries for output to prevent data leakage.
- Capability inventory: Includes command execution via
hcloudand network access via the built-in quality reporting SDK. - Sanitization: The
skill_quality_sdk.pyscript performs regex-based masking of sensitive patterns, including phone numbers, tokens, passwords, and API keys, before reporting data to the vendor's telemetry service.
Audit Metadata