Real Skill packageSource verifiedClawHub registry

alibabacloud-ddos-origin-exposure-detector

Alibaba Cloud Anti-DDoS Proxy (ddoscoo) origin-server IP exposure risk detector. Detects whether a website protected by Anti-DDoS Proxy still has its origin IP exposed to direct attack, across two scenarios: (S1) a protected domain whose public DNS still resolves to the origin IP, bypassing protection; (S2) the origin IP is directly reachable from the public Internet. Reads protected domains / CNAME / origin IPs via ddoscoo (DescribeWebRules / DescribeNetworkRules). Two probe methods: (1) cloud probe via Cms one-o…

Identity and source

Publisher attributionalibabacloud-skills-teamregistry owner unverified by skillvetai
Functional categoryBrowser Automation & RPAautomatically inferred · 57% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:sdk-team:alibabacloud-ddos-origin-exposure-detector
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-ddos-origin-exposure-detector

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-ddos-origin-exposure-detector

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-ddos-origin-exposure-detector

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-ddos-origin-exposure-detector
clawhub inspect @sdk-team/alibabacloud-ddos-origin-exposure-detector --version 0.0.1

Security evidence

SkillVetAI static result: medium 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
10 / 10 inspected as text
Checked
8/25/2026, 1:19:32 PM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
mediumRemote installer is downloaded without an integrity checkSKILL.md:129 · confidence 70%curl -fsSL --connect-timeout 10 --max-time 120 https://aliyuncli.alicdn.com/setup.sh
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
9 dependency and API indicators
  • api: 1.2.3.4
  • api: aliyuncli.alicdn.com
  • api: clawhub.ai
  • api: github.com
  • api: help.aliyun.com
  • api: proxy.example.com
  • api: ram.console.aliyun.com
  • api: selfservice.console.aliyun.com
  • api: www.example.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, 12:21:28 PM
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:54b78af835bae4edc0981954c56e8aaca1f0d2872ee39c227cf62ebccccad2d2
Show up to 10 recorded paths
  • references/acceptance-criteria.md
  • references/cli-installation-guide.md
  • references/ram-policies.md
  • references/related-commands.md
  • references/verification-method.md
  • scripts/create_probes.py
  • scripts/fetch_config.py
  • scripts/parse_probe_log.py
  • skill-card.md
  • SKILL.md

Source changelog

- Initial release of alibabacloud-ddos-origin-exposure-detector. - Detects if websites behind Alibaba Cloud Anti-DDoS Proxy (ddoscoo) have origin server IPs exposed to public attack. - Supports two detection scenarios: (S1) DNS points to origin IP; (S2) origin IP directly reachable from public internet. - Offers two probe modes: Alibaba Cloud SiteMonitor (multi-point cloud probe) or local machine (dig/curl/nc). - Requires confirmation of all user-customizable parameters and explicit disclosure of involved product APIs. - Handles RAM permission errors with guided troubleshooting and pauses for user action.