BB huawei-cloud-dns-managemengt
Huawei Cloud DNS domain resolution dynamic management skill using hcloud CLI (KooCLI). 1. List and query DNS zones (public/private) and record sets with detailed status 2. Create, update, and delete DNS record sets for dynamic domain resolution management 3. Batch update DNS records for failover, traffic switching, and blue-green deployments 4. Generate DNS resolution audit logs and change history reports 5. Validate DNS resolution and verify record propagation 6. Support A, AAAA, CNAME, MX, TXT, NS, SRV, CAA record types Triggers include: "DNS management", "DNS record update", "domain resolution", "zone query", "record set create", "record set delete", "DNS failover", "traffic switch", "blue-green DNS", "DNS audit", "DNS 验证", "域名解析管理", "DNS 记录更新", "域名解析", "Zone 查询", "记录集创建", "记录集删除", "DNS 故障切换", "流量切换", "蓝绿 DNS", "DNS 审计"
Huawei Cloud DNS domain resolution dynamic management skill using hcloud CLI (KooCLI).
As a process B 71/100 · Nearly there — weak spots: when it triggers
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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.
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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 6
✓ No critical or high findings
Medium and low: 6
-
medium Dangerous commands
cmd-pipe-to-shellreferences/cli-installation-guide.md:8Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)curl -sSL https://hwcl…com/cli/latest/hcloud_install.sh | bash
security skill -
medium Dangerous commands
cmd-pipe-to-shellreferences/cli-installation-guide.md:114Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)curl -sSL https://hwcl…com/cli/latest/hcloud_install.sh | bash
security skill -
medium Dangerous commands
cmd-pipe-to-shellscripts/check_env.sh:75Downloads and executes remote code from an unrecognised host (pipe to shell) (code comment)# 安全安装: 下载到临时文件 → 校验 → 确认 → 执行 (避免 curl|bash 远程代码执行)
comment -
medium Dangerous commands
cmd-pipe-to-shellSKILL.md:59Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)curl -sSL https://hwcl…com/cli/latest/hcloud_install.sh | bash
security skill -
low Dangerous commands
cmd-autorun-instructionSKILL.md:600Instructs the agent to auto-run a script on every session (documentation of a security skill)4. **Validate After Update**: Always run `validate_dns.sh` after updating DNS records to confirm propagation
security skill -
low Dangerous commands
cmd-autorun-instructionSKILL.md:603Instructs the agent to auto-run a script on every session (documentation of a security skill)7. **Environment Validation**: Always run `check_env.sh` first to verify hcloud CLI and dependencies
security skill
Files scanned: 15. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.md body ≈ 6286 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "id"
Process rating: all ten parameters 71/100
- 20When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Execution cost. Instruction body is 6286 tokens
- 85Steps. 64 steps, 1 vague phrases
- 100Result and completion. Output format and completion criterion are stated
- 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 12 top-level sections: this looks like several domains in one skill
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)
- +3Description length 834: 120–800 characters recommended
- +1No license
- +2Single-language instructions
- +5Description quotes 17 example trigger phrases
- +4Structure: 38 headings
- +3Step-by-step instructions: 64 items
- +3Output format is stated explicitly
- +4Has examples (19 code blocks)
- +4Reference files are cited in the instructions (5 of 5)
- +3All 8 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 73.