SKILLEMALL.ai

CB alibabacloud-ecs-install-extension

Alibaba Cloud ECS extension installation skill. Supports querying available extension lists, checking if a specific extension is available, and one-click installation of extensions (e.g., OpenClaw, BT Panel, Python environments, etc.). Extensions are officially provided by Alibaba Cloud with verified installation packages and scripts. Triggers: "extension", "install", "BT Panel", "OpenClaw", "Python", "Node.js", "package", "one-click install"

ClawHub Agent Skills author: alibabacloud-skills-team v0.0.2 MIT-0 5 files body ≈ 6 083 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process B 73/100 · Nearly there — weak spots: when it triggers

AnalyzerSoftware developmentInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
73/100
safety, quality, tests
Safety 60%
73
Quality 40%
74
Run on models
none yet
Process rating
B
73/100
Nearly there
When it triggers w 12
20
Tools and files w 18
60
Result and completion w 14
60
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 11

✓ No critical or high findings

Medium and low: 11
  • medium Dangerous commands cmd-privilege references/cli-installation-guide.md:30
    Privilege escalation / world-writable permissions
    sudo mv aliyun /usr/local/bin/
  • medium Dangerous commands cmd-privilege references/cli-installation-guide.md:45
    Privilege escalation / world-writable permissions
    sudo mv aliyun /usr/local/bin/
  • medium Dangerous commands cmd-privilege references/cli-installation-guide.md:58
    Privilege escalation / world-writable permissions
    sudo mv aliyun /usr/local/bin/
  • medium Dangerous commands cmd-privilege references/cli-installation-guide.md:71
    Privilege escalation / world-writable permissions
    sudo mv aliyun /usr/local/bin/
  • low Secrets in code secret-high-entropy-token references/related-commands.md:59
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "TemplateName": "ACS-…618",
    quoted
  • low Secrets in code secret-high-entropy-token references/related-commands.md:151
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "TemplateName": "ACS-…618",
    quoted
  • low Secrets in code secret-high-entropy-token references/related-commands.md:244
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "packageName": "ACS-…618",
    quoted
  • low Secrets in code secret-high-entropy-token references/related-commands.md:386
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    --parameters '{"regionId":"cn-hangzhou","targets":{"ResourceIds":["i-xxx"],"RegionId":"cn-hangzhou","Type":"ResourceIds"},"action":"install","packageName":"ACS-…618","parame
    detector
  • low Secrets in code secret-high-entropy-token references/related-commands.md:410
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "packageName": "ACS-…618",
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:141
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `PackageName` | Must match regex `^[a-zA-Z0-9][a-zA-Z0-9\-]*$` (only alphanumeric characters and hyphens, must start with alphanumeric). | `ACS-…618` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:386
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    --parameters "{\"regionId\":\"cn-hangzhou\",\"OOSAssumeRole\":\"\",\"targets\":{\"ResourceIds\":[\"i-bp…xxx\"],\"RegionId\":\"cn-hangzhou\",\"Type\":\"ResourceIds\"},\"rateControl\":{\"M
    quoted

Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 6083 tokens (recommended < 5000); move details to references/

Process rating: all ten parameters 73/100

  • 20When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
  • 60Result and completion. Output format stated, no completion criterion
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 70Execution cost. Instruction body is 6083 tokens
  • 100Steps. 37 steps
  • 100Failures and branches. 11 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Running it twice. Mutating operations check current state
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 14 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (3 tags): a typed call is more reliable

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +4Description does not say when NOT to use the skill (false activations)
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 8 example trigger phrases
  • +3Description length 446: enough signal without eating the budget
  • +4Structure: 26 headings
  • +3Step-by-step instructions: 37 items
  • +3Output format is stated explicitly
  • +4Has examples (16 code blocks)
  • +4Reference files are cited in the instructions (3 of 3)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 74.

External checks

ClawHub: suspicious
This skill is coherent for Alibaba Cloud ECS extension installation, but it can change cloud instances and includes under-scoped defaults and credential guidance that users should review carefully.
LLM: suspicious (high) · VirusTotal: · 29 May 2026