BB alibabacloud-sas-install-agent
Alibaba Cloud Security Center (SAS) agent onboarding and management assistant. Use this skill when the user wants to onboard servers to Security Center, install the security agent, deploy cloud security protection, connect via proxy, troubleshoot agent offline or installation failures, create image templates with pre-installed agent, view Security Center version and expiration, check authorization quota, upgrade or switch server protection versions, toggle pay-as-you-go feature modules, uninstall the Security Center agent from a server, find servers with specific software installed (e.g. Nginx, MySQL, Redis), or detect security risks (vulnerability scanning, baseline checks, security alert queries).
As a process B 75/100 · Nearly there — weak spots: result and completion, progress reporting
How to improve
- 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 · 16
✓ No critical or high findings
Medium and low: 16
-
low Dangerous commands
cmd-execpolicy-bypassreferences/agent-install-guide.md:80Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -executionpolicy bypass -c "(New-Object Net.WebClient).DownloadFile('https://upda…com/download/install/2.0/windows/AliAqsInstall.exe', $ExecutionContext.SessionState.Path.Gesecurity skill -
low Dangerous commands
cmd-execpolicy-bypassreferences/agent-install-guide.md:85Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -executionpolicy bypass -c "(New-Object Net.WebClient).DownloadFile('https://aegis.alicdn.com/download/install/2.0/windows/AliAqsInstall.exe', $ExecutionContext.SessionState.Path.GetUnresolsecurity skill -
low Dangerous commands
cmd-execpolicy-bypassreferences/agent-install-guide.md:127Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -executionpolicy bypass -c "(New-Object Net.WebClient).DownloadFile('https://upda…com/download/install/2.0/windows/AliAqsInstall.exe', $ExecutionContext.SessionState.Path.Gesecurity skill -
low Dangerous commands
cmd-execpolicy-bypassreferences/agent-install-guide.md:139Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -executionpolicy bypass -c "(New-Object Net.WebClient).DownloadFile('https://upda…com/download/install/2.0/windows/AliAqsInstall.exe', $ExecutionContext.SessionState.Path.Gesecurity skill -
low Risky intent
intent-offensive-securityreferences/api-reference.md:341Offensive-security / dual-use content (legitimate for authorised testing; review intended use)- `AntiRansomwareCapacity`: Anti-ransomware capacity (GB)
-
low Risky intent
intent-offensive-securityreferences/api-reference.md:446Offensive-security / dual-use content (legitimate for authorised testing; review intended use)| ANTI_RANSOMWARE | Anti-ransomware |
-
low Dangerous commands
cmd-privilegereferences/cli-installation-guide.md:30Privilege escalation / world-writable permissions (documentation of a security skill)sudo mv aliyun /usr/local/bin/
security skill -
low Dangerous commands
cmd-privilegereferences/cli-installation-guide.md:45Privilege escalation / world-writable permissions (documentation of a security skill)sudo mv aliyun /usr/local/bin/
security skill -
low Dangerous commands
cmd-privilegereferences/cli-installation-guide.md:58Privilege escalation / world-writable permissions (documentation of a security skill)sudo mv aliyun /usr/local/bin/
security skill -
low Dangerous commands
cmd-privilegereferences/cli-installation-guide.md:71Privilege escalation / world-writable permissions (documentation of a security skill)sudo mv aliyun /usr/local/bin/
security skill -
low Secrets in code
secret-high-entropy-tokenreferences/install-scenarios.md:71High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)--command-content "<Base…and>" \
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/install-scenarios.md:83High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)--command-content "<Base…and>" \
quoted -
low Dangerous commands
cmd-execpolicy-bypassreferences/install-scenarios.md:98Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -executionpolicy bypass -c "(New-Object Net.WebClient).DownloadFile('https://upda…com/download/install/2.0/windows/AliAqsInstall.exe', $ExecutionContext.SessionState.Path.Gesecurity skill -
low Secrets in code
secret-high-entropy-tokenreferences/manage-scenarios.md:669High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)--command-content "<Base…and>" \
quoted -
low Risky intent
intent-offensive-securityreferences/manage-scenarios.md:1082Offensive-security / dual-use content (legitimate for authorised testing; review intended use)| ANTI_RANSOMWARE | Anti-Ransomware Management |
A further 1 matches are quotations in this security skill's documentation and are not counted as findings.
Files scanned: 11. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 6110 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 75/100
- 0Progress reporting. Says nothing while it works
- 40Result and completion. Does not say what the result is
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Execution cost. Instruction body is 6110 tokens
- 85Steps. 91 steps, 1 vague phrases
- 100When it triggers. States when to use and when not to
- 100Failures and branches. 8 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 708: enough signal without eating the budget
- +4Structure: 26 headings
- +3Step-by-step instructions: 91 items
- +4Has examples (4 code blocks)
- +4Reference files are cited in the instructions (9 of 9)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.