Real Skill packageSource verifiedClawHub registry

alibabacloud-cfw-nat-firewall-protect

Manage Alibaba Cloud Firewall (CFW) NAT Firewall (NAT boundary firewall): query firewalls and protection status, enable/disable the protection switch, assess which NAT gateways can be protected and produce a plan, run the creation pre-check, diagnose route-entry inconsistency (route-diff), prepare manual-mode diversion assets, create a firewall (auto or manual vswitch diversion), and change engine strict mode. Deleting/releasing a firewall is NOT supported: protection can be switched off, but the resource must be…

Identity and source

Publisher attributionalibabacloud-skills-teamregistry owner unverified by skillvetai
Functional categorySupport, Ecommerce & Customer Opsautomatically inferred · 57% rule confidence
Package forminstruction with code11 recorded files
Canonical sourceClawHub registryclawhub:sdk-team:alibabacloud-cfw-nat-firewall-protect
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/25/2026.claude/skills/alibabacloud-cfw-nat-firewall-protect

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/25/2026.agents/skills/alibabacloud-cfw-nat-firewall-protect

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/25/2026skills/alibabacloud-cfw-nat-firewall-protect

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @sdk-team/alibabacloud-cfw-nat-firewall-protect
clawhub inspect @sdk-team/alibabacloud-cfw-nat-firewall-protect --version 0.0.1

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
11 / 11 inspected as text
Checked
8/25/2026, 1:19:32 PM
Scanner
0.1.3
Policy
1.0.3
4 automated findings
highRemote content is piped directly to a shellSKILL.md:73 · confidence 98%curl -fsSL --connect-timeout 10 --max-time 120 https://aliyuncli.alicdn.com/setup.sh | bash
highRemote content is piped directly to a shellscripts/validate-cli.sh:71 · confidence 98%curl -fsSL --connect-timeout 10 --max-time 120 https://aliyuncli.alicdn.com/setup.sh | bash
mediumRemote installer is downloaded without an integrity checkSKILL.md:73 · confidence 70%curl -fsSL --connect-timeout 10 --max-time 120 https://aliyuncli.alicdn.com/setup.sh
mediumRemote installer is downloaded without an integrity checkscripts/validate-cli.sh:71 · confidence 70%curl -fsSL --connect-timeout 10 --max-time 120 https://aliyuncli.alicdn.com/setup.sh
2 High/Critical review queue entries
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
3 dependency and API indicators
  • api: aliyuncli.alicdn.com
  • api: clawhub.ai
  • api: ram.console.aliyun.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/25/2026, 7:05:52 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:529fcf8e263ae888c5955b3481e6f2b71fa43a6ceff13118c28f235895130700
Show up to 11 recorded paths
  • references/acceptance-criteria.md
  • references/api-errors.md
  • references/nat-prerequisites.md
  • references/ram-policies.md
  • references/verification-method.md
  • scripts/common.sh
  • scripts/nat-fw-lifecycle.sh
  • scripts/nat-fw-switch.sh
  • scripts/validate-cli.sh
  • skill-card.md
  • SKILL.md

Source changelog

Initial release of alibabacloud-cfw-nat-firewall-protect. - Manage Alibaba Cloud Firewall (CFW) NAT boundary firewall: query, enable/disable protection, and assess/plan NAT gateway protection. - Diagnose issues (e.g., route entry inconsistencies), run creation pre-checks, and prepare manual-mode diversion assets. - Supports both automatic and manual firewall creation workflows, and allows changing engine strict mode. - Deleting or releasing firewalls is NOT supported; only disabling protection is possible through the skill. - Requires aliyun CLI >= 3.3.3 with CFW and Vpc plugins, and bash/python3 for scripts. - Includes detailed environment validation steps, permission probes, and user-agent session management.