Aliyun Qwen Coder

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is a coherent Qwen Coder provider helper, with expected notes around installing the provider SDK, using an Alibaba Cloud API key, and saving local prompt/request artifacts.

This skill appears safe for its stated purpose. Before installing, use a virtual environment, protect your DASHSCOPE_API_KEY, avoid sending secrets or unnecessary files to the model, and periodically review the local output directory for sensitive prompt or repository data.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing an unpinned package can change behavior over time depending on the latest package version available from pip.

Why it was flagged

The skill asks the user to install the Alibaba Cloud SDK from pip without pinning a version. This is purpose-aligned provider setup, but users should notice the external dependency.

Skill content
python -m pip install dashscope
Recommendation

Install in the recommended virtual environment and consider pinning a reviewed dashscope version for reproducible use.

What this means

Anyone using the skill with this credential may be able to make requests against the associated Alibaba Cloud account, which could expose submitted prompts and incur costs.

Why it was flagged

The skill requires an Alibaba Cloud Model Studio credential for provider access. This is expected for the stated purpose and no credential logging or unrelated transmission is shown.

Skill content
Set `DASHSCOPE_API_KEY` in your environment, or add `dashscope_api_key` to `~/.alibabacloud/credentials`.
Recommendation

Use a dedicated, least-privilege API key where possible and avoid placing sensitive credentials in shared environments.

What this means

Sensitive repository information included in prompts or summaries may remain on disk in the output directory.

Why it was flagged

The skill intentionally persists prompt and repository-context artifacts locally. This is disclosed and scoped, but those files may contain private code or project details.

Skill content
Save prompts, repository context summaries, and normalized coding request payloads under `output/aliyun-qwen-coder/`.
Recommendation

Review or clean the output directory when working with private code, secrets, or confidential repository context.