CtrlK
BlogDocsLog inGet started
Tessl Logo

alicloud_cli

阿里云 CLI 中文文档镜像检索与命令辅助:先走章节索引,再下钻正文页面,给出命令前必须有本地文档证据。

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security
High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

The skill includes an explicit example that places access-key-id and access-key-secret as command-line arguments (aliyun configure set ... --access-key-secret <sk>), which requires embedding secrets verbatim and is a high-risk exfiltration pattern.

Report incorrect finding
Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The documentation contains install/update instructions that fetch and execute remote code at runtime (e.g. /bin/bash -c "$(curl -fsSL https://aliyuncli.alicdn.com/install.sh)"), so the URL https://aliyuncli.alicdn.com/install.sh is a runtime external dependency that executes remote code.

Repository
agentscope-ai/QwenPaw
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.