Real Skill packageSource verifiedClawHub registry

alibabacloud-dsc-audit

Query and handle security risk events from Alibaba Cloud Data Security Center. Supports viewing the list of unprocessed risk events and performing manual handling operations on risk events. Trigger words: "Data Security Center", "security risk events", "DSC", "risk handling", "DescribeRiskRules", "PreHandleAuditRisk"

Identity and source

Publisher attributionalibabacloud-skills-teamregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 58% rule confidence
Package forminstruction with code9 recorded files
Canonical sourceClawHub registryclawhub:sdk-team:alibabacloud-dsc-audit
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/24/2026.claude/skills/alibabacloud-dsc-audit

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/24/2026.agents/skills/alibabacloud-dsc-audit

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/24/2026skills/alibabacloud-dsc-audit

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-dsc-audit
clawhub inspect @sdk-team/alibabacloud-dsc-audit --version 0.0.3

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
9 / 9 inspected as text
Checked
8/24/2026, 1:20:36 PM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highRemote content is piped directly to a shellSKILL.md:81 · confidence 98%curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash
mediumRemote installer is downloaded without an integrity checkSKILL.md:81 · confidence 70%curl -fsSL https://aliyuncli.alicdn.com/setup.sh
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
10 dependency and API indicators
  • pypi: alibabacloud_tea_openapi ==0.4.3
  • pypi: alibabacloud_credentials ==1.0.8
  • pypi: alibabacloud_tea_util ==0.3.14
  • pypi: alibabacloud_openapi_util ==0.2.4
  • api: aliyuncli.alicdn.com
  • api: clawhub.ai
  • api: github.com
  • api: help.aliyun.com
  • api: proxy.example.com
  • api: ram.console.aliyun.com
External clawhub result: clean

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/24/2026, 4:48:38 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

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

Package content hashsha256:54f0ed94b48aa66614a3006686834026f4610710738a05640c6e035fb254ab63
Show up to 9 recorded paths
  • references/acceptance-criteria.md
  • references/cli-installation-guide.md
  • references/ram-policies.md
  • references/related-apis.md
  • scripts/handle_risk.py
  • scripts/query_risk.py
  • scripts/requirements.txt
  • skill-card.md
  • SKILL.md

Source changelog

alibabacloud-dsc-audit 0.0.3 - Introduced explicit, session-scoped User-Agent requirements for all Alibaba Cloud business API requests with SKILL_SESSION_ID tracking and enforcement. - Added strict pre-checks for Python, pip3, SDK package presence, and Aliyun CLI version and plugin status. - Clarified usage of bundled scripts; scripts/query_risk.py is now the exclusive supported method for all risk query operations, with hard requirements on pagination and result summarization language. - Improved documentation structure for prerequisites, observability, and command usage to reduce configuration errors and promote consistent agent behavior. - Removed skill-card.md; updated RAM permission guidance and references. - Enhanced and clarified parameter confirmation and security best practice wording throughout the documentation.