aliyun-modelstudio-entry-test
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
dashscopelibrary via pip. This is the official Python SDK for Alibaba Cloud's Model Studio (DashScope) and is considered a safe, well-known dependency. - [COMMAND_EXECUTION]: The skill uses standard shell commands (
python -m venv,pip install,mkdir) to set up a local development environment and validate file creation. These operations are restricted to the local workspace and follow standard development practices. - [CREDENTIALS_UNSAFE]: The skill correctly manages authentication by recommending the use of environment variables (
DASHSCOPE_API_KEY) or standard credential file paths (~/.alibabacloud/credentials). It does not contain any hardcoded secrets or unsafe credential handling patterns. - [DATA_EXFILTRATION]: No unauthorized network operations or data transmission to external domains were detected. All network activity is directed toward official Alibaba Cloud API endpoints through the provided SDK.
Audit Metadata