Real Skill packageSource verifiedClawHub registry

alibabacloud-mining-attack-diagnosis

Alibaba Cloud Security Center cryptomining (cryptojacking) diagnosis skill. Use when the user reports or suspects a mining infection, receives a mining alert, or asks for mining alert detection, IOC extraction (pool IPs, malicious domains, sample hashes, malicious processes), affected-asset scoping, attack-surface analysis, entry-vector analysis, risk assessment, prioritized remediation reporting, cryptomining incident response, or mining risk detection. Triggers: "mining", "cryptomining", "cryptojacking", "coin m…

Identity and source

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

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/21/2026.agents/skills/alibabacloud-mining-attack-diagnosis

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/21/2026skills/alibabacloud-mining-attack-diagnosis

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-mining-attack-diagnosis
clawhub inspect @sdk-team/alibabacloud-mining-attack-diagnosis --version 0.0.1

Security evidence

SkillVetAI static result: no findings detected

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
22 / 22 inspected as text
Checked
8/21/2026, 1:15:49 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: help.aliyun.com
  • api: www.alibabacloud.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/21/2026, 2:24:45 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:a87392af39f185b2410a8fa0dd748a5a3b0f8af00b39c934ff32b22da533c5c9
Show up to 22 recorded paths
  • references/detection_flow.md
  • references/mining_indicators.md
  • references/module1_alert_detection.md
  • references/module2_alert_detail_ioc.md
  • references/module3_affected_assets.md
  • references/module4_attack_surface.md
  • references/module5_remediation_best_practices.md
  • references/module6_corroboration.md
  • references/module7_deep_scan.md
  • references/ram-policies.md
  • scripts/_cli.py
  • scripts/_constants.py
  • scripts/mining_investigation.py
  • scripts/query_alert_detail.py
  • scripts/query_attack_surface.py
  • scripts/query_cpu_metrics.py
  • scripts/query_deep_scan.py
  • scripts/query_intrusion_trace.py
  • scripts/query_mining_alerts.py
  • scripts/requirements.txt
  • skill-card.md
  • SKILL.md

Source changelog

- Initial release of the "alibabacloud-mining-attack-diagnosis" skill for Alibaba Cloud Security Center cryptomining diagnosis. - Implements a strict 6-step SOP for mining detection, IOC extraction, asset scoping, attack surface analysis, risk assessment, and remediation reporting. - Enforces absolute read-only operation; no deletion, modification, or quarantine actions are allowed. - Requires mandatory execution via the provided investigation script; no ad-hoc API or CLI calls permitted. - Structured output with a required URGENT banner and remediation workflow when mining is detected. - Auto-derives account/region if omitted, and robustly handles API errors with explicit warnings.