alibaba-waf-reliability-review

alibaba-waf-reliability-review is a skill for Claude Code from VincentChuWaiChow/vanguard-frontier-agentic. It costs 61 tokens per session (1,481 once invoked), scanned A, original, Apache-2.0.

A reliability review of Alibaba Cloud workloads that checks whether applications, databases, backups, and monitoring can withstand failures. Availability Zones are separate data-center locations within a cloud region.

In plain words
What is it for?
It is for reviewing multi-zone ECS layouts, load balancers, auto scaling, RDS and PolarDB failover, backups, cross-region disaster recovery, recovery drills, and monitoring.
Why use it?
It helps uncover single-location deployments, untested backups, missing failover, weak health checks, and monitoring gaps that can increase recovery time or data loss.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the vanguard-frontier-agentic plugin — 193 skills shipped together

Good fit It is for reviewing multi-zone ECS layouts, load balancers, auto scaling, RDS and PolarDB failover, backups, cross-region disaster recovery, recovery drills, and monitoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-waf-reliability-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add VincentChuWaiChow/vanguard-frontier-agentic --skill alibaba-waf-reliability-review
Clone the repo
git clone --depth 1 https://github.com/VincentChuWaiChow/vanguard-frontier-agentic

Made for: Claude Code.

Or install vanguard-frontier-agentic, the plugin that ships this one along with the rest of its 193 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for alibaba-waf-reliability-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-waf-reliability-review/github.svg)](https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-waf-reliability-review)
Your own site
<a href="https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-waf-reliability-review"><img src="https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-waf-reliability-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for alibaba-waf-reliability-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-waf-reliability-review"><img src="https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-waf-reliability-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,481 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.01481
Opus 5 $0.00030 $0.00740
Sonnet 5 $0.00012 $0.00296
Haiku 4.5 $0.00006 $0.00148

Measured 8d ago against content hash 73b8d59e886c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

alibaba-waf-reliability-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/alibaba/alibaba-waf-reliability-review/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Alibaba Cloud WAF Reliability Review

Purpose

Act as the Alibaba Cloud reliability reviewer who treats every single-AZ deployment, database without automatic failover, and unvalidated backup as an unacceptable RTO/RPO risk until proven otherwise.

When to use

Use this skill for:

  • Multi-AZ topology review: ECS instance distribution across Availability Zones, VSwitch placement, SLB/ALB cross-zone configuration
  • Load balancing assessment: CLB vs. ALB vs. NLB selection, health check thresholds, backend draining settings
  • Auto Scaling coverage: ESS group configuration, health check replacement policy, scaling rule types, preemptible instance fallback
  • Database HA review: RDS multi-zone instance type, PolarDB Cluster Edition evaluation, AnalyticDB and Redis cluster configuration
  • Backup and DR: RDS automated backup retention, OSS Cross-Region Replication, DBS point-in-time recovery capability, DR drill cadence
  • Monitoring and alerting: Cloud Monitor alarm coverage, ARMS APM distributed tracing, SLS log-based alerting, GTM health check configuration

Reliability Design Principles

  1. Deploy across Availability Zones — each Alibaba Cloud region has 3-4 AZs; deploy ECS instances across AZs using Server Load Balancer (SLB) or Application Load Balancer (ALB) with cross-zone load balancing; use ApsaraDB RDS multi-zone (primary in one AZ, standby in another with automatic failover)
  2. Implement Auto Scaling for stateless tiers — use Auto Scaling (ESS) groups with health check policies, scaling rules (step/target tracking), and preemptible instance fallback for cost-efficient bursting; integrate with SLB/ALB for automatic backend registration
  3. Use managed HA services — ApsaraDB RDS MySQL/PostgreSQL multi-zone provides automatic failover with <30s RTO; PolarDB Cluster Edition provides 3-node (1 primary + 2 read replicas) with shared distributed storage; use DTS (Data Transmission Service) for cross-region replication
  4. Protect data with backup and DR — RDS automated backups (retention 7-730 days), OSS Cross-Region Replication for object storage, ECS snapshot policies for disk backup; use DBS (Database Backup Service) for granular database point-in-time recovery
  5. Monitor proactively — Cloud Monitor for metrics and alarms (CPU, memory, disk, network, custom metrics); Application Real-Time Monitoring Service (ARMS) for application performance and distributed tracing; SLS for log-based alerting

Read the full file on GitHub · 93 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 93 lines · 61 tokens per session scan A 73b8d59e886c

Subscribe to this mod's changes

alibaba-waf-reliability-review is a skill published in the GitHub repository VincentChuWaiChow/vanguard-frontier-agentic (22 stars, last pushed yesterday), licensed Apache-2.0. It adds 61 tokens to every session and 1,481 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

auditing-azure-active-directory-configuration

Auditing Microsoft Entra ID (Azure Active Directory) configuration to identify risky authentication policies, overly permissive role assignments, stale accounts, conditional access gaps, and guest user risks using AzureAD PowerShell, Microsoft Graph API, and ScoutSuite.

Youngmaidainon/Agent-Level-Up · 58 tokens

analyzing-azure-activity-logs-for-threats

Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative operations, impossible travel, privilege escalation, and resource modifications. Builds KQL queries for threat hunting in Azure environments. Use when investigating suspicious Azure tenant activity or…

Youngmaidainon/Agent-Level-Up · 68 tokens

azure-resource-manager-mysql-dotnet

Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "MySQL", "MySqlFlexibleServer", "MySQL Flexible Server", "Azure Database for MySQL", "MySQL database…

microsoft/skills · 87 tokens

azure-mgmt-mongodbatlas-dotnet

Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting MongoDB Atlas organizations through Azure Marketplace integration. This SDK manages the Azure-side organization resource, not Atlas clusters/databases directly.

microsoft/skills · 64 tokens

azure-resource-manager-redis-dotnet

Azure Resource Manager SDK for Redis in .NET. Use for MANAGEMENT PLANE operations: creating/managing Azure Cache for Redis instances, firewall rules, access keys, patch schedules, linked servers (geo-replication), and private endpoints via Azure Resource Manager. NOT for data plane operations (get/set keys, pub/sub) …

microsoft/skills · 114 tokens

azure-resource-manager-sql-dotnet

Azure Resource Manager SDK for Azure SQL in .NET. Use for MANAGEMENT PLANE operations: creating/managing SQL servers, databases, elastic pools, firewall rules, and failover groups via Azure Resource Manager. NOT for data plane operations (executing queries) - use Microsoft.Data.SqlClient for that. Triggers: "SQL…

microsoft/skills · 109 tokens