
from alibabacloud-aiops-skills118
One-click status and coverage report for Alibaba Cloud Firewall (CFW): assets, internet/VPC/NAT boundary switch status, and recent traffic trends.
Provides a single-command workflow that queries Alibaba Cloud Firewall (CFW) using the aliyun CLI and returns an overview of managed assets, protection coverage across Internet/VPC/NAT boundaries, and a summary of recent traffic trends. The skill runs a prescribed set of cloudfw CLI commands, extracts key metrics (protected vs unprotected assets, firewall switch status, traffic peak and averages), and formats them into a concise operational report for cloud operators.
Use this skill when you need a fast, read-only audit of an Alibaba Cloud account's firewall posture — for incident triage, daily operations checks, or compliance spot-checks. It is designed for operators who can run the aliyun CLI and want an immediate snapshot of protection coverage and traffic trends across the supported regions.
aliyun cloudfw commands)references/ directory with RAM policy and verification guides (has_references=true)aliyun CLI and jq on the execution environment.Alibaba Cloud Firewall (CFW) status overview skill that queries firewall asset coverage, border switch status, and traffic trends via the aliyun CLI. No bundled scripts — the entire skill is a detailed SKILL.md with workflow instructions. Documentation is thorough with clear steps, error handling, retry logic, and anti-hallucination guidance. Security concern: instructs users to install/update the aliyun CLI via 'curl | bash', which is a known risky pattern. Otherwise, good security practices around credential handling.
The curl|bash pattern for aliyun CLI installation is the main security concern. The skill otherwise has excellent documentation quality with strong anti-hallucination guards and proper error handling patterns. The 'do not refuse to execute' language is assertive but the skill is read-only queries (no destructive operations). Niche usefulness — only relevant to Alibaba Cloud CFW users.