qwencloud-usage
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the
@qwencloud/qwencloud-clipackage from the npm registry. This is a legitimate vendor tool associated with the skill's purpose and the identified author 'qwencloud'.\n- [COMMAND_EXECUTION]: The skill executes various commands through theqwencloudCLI, such asauth status,auth login,usage summary, andusage breakdown. These commands are necessary for the skill's core functionality and do not exhibit malicious behavior.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes structured data from the output of CLI commands to present summaries. While this represents a potential injection surface, the risk is inherent to the skill's purpose of interpreting tool output.\n - Ingestion points: Output from
qwencloud usagecommands (SKILL.md).\n - Boundary markers: The skill explicitly instructs the agent to separate CLI output from its analysis using the
---separator.\n - Capability inventory: Executes
qwencloudCLI commands, installs npm packages, and opens browser URLs via system tools (open,xdg-open,start).\n - Sanitization: No explicit data sanitization is mentioned, but the skill follows a structured parsing approach using
--format json.
Audit Metadata