aliyun-qwen-generation
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's implementation aligns with its stated purpose of facilitating access to Alibaba Cloud AI services. It follows documented patterns for API usage with official SDKs and endpoints.- [EXTERNAL_DOWNLOADS]: The skill suggests installing the
dashscopePython package, which is the official SDK for Alibaba Cloud's Model Studio. This is a trusted dependency for the intended platform.- [DATA_EXFILTRATION]: Network operations are directed towardsdashscope.aliyuncs.com, which is the legitimate service endpoint for the provider. The skill correctly identifies the use of environment variables and credential files for secure API key management.- [PROMPT_INJECTION]: The scriptscripts/prepare_generation_request.pytakes user-supplied strings to construct model requests. This constitutes an indirect prompt injection surface; however, because the script only generates local JSON files and lacks autonomous execution or sensitive data access, the risk is negligible and consistent with the skill's primary function. - Ingestion points:
--promptand--systemcommand-line arguments inscripts/prepare_generation_request.py. - Boundary markers: None identified in the payload construction script.
- Capability inventory: The script writes a JSON file to the local filesystem and prints status to stdout.
- Sanitization: No input sanitization or validation is performed on the prompt strings.
Audit Metadata