Real Skill packageSource verifiedClawHub registry

alibabacloud-website-malware-check

Read-only detection of website defacement/hijacking via page source, hidden SEO links, suspicious redirects, and cloaking, corroborated best-effort by Security Center and WAF. Use when a user suspects their website is hacked, reports an unauthorized web compromise, or has malicious code injected; sees abnormal redirects (even refresh-only), hidden black-hat SEO links, mobile vs desktop content differences (cloaking), or a defaced homepage. ALWAYS use it when the user only wants an investigation plan or checklist a…

Identity and source

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

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/26/2026.agents/skills/alibabacloud-website-malware-check

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/26/2026skills/alibabacloud-website-malware-check

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-website-malware-check
clawhub inspect @sdk-team/alibabacloud-website-malware-check --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/26/2026, 1:23:14 PM
Scanner
0.1.3
Policy
1.0.3
4 automated findings
highDynamic code or shell execution is presentscripts/website_malware_check.py:103 · confidence 78%eval(
highDynamic code or shell execution is presentreferences/detection-capabilities.md:62 · confidence 78%eval(
highEncoded content is decoded and executedscripts/website_malware_check.py:24 · confidence 90%Base64
highEncoded content is decoded and executedreferences/detection-capabilities.md:15 · confidence 90%Base64
4 High/Critical review queue entries
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_OBFUSCATED_EXECUTIONpending
STATIC_OBFUSCATED_EXECUTIONpending
Open human review queue →
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
6 dependency and API indicators
  • pypi: requests ==2.32.3
  • pypi: beautifulsoup4 ==4.12.3
  • api: clawhub.ai
  • api: evil.example.com
  • api: www.baidu.com
  • api: www.google.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/26/2026, 12:44:12 PM
Release binding
Matches this record
  • vt: clean
  • 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:163bbe91db68cb3ecc1398a9dea9270d7434eb483fa00a2177f88751e8c56075
Show up to 11 recorded paths
  • references/detection-capabilities.md
  • references/injection-types.md
  • references/ram-policies.md
  • references/remediation-guide.md
  • references/report-template.md
  • scripts/multi_ua_probe.py
  • scripts/requirements.txt
  • scripts/sts_token.py
  • scripts/website_malware_check.py
  • skill-card.md
  • SKILL.md

Source changelog

- Initial release of the Alibaba Cloud Website Malware Check skill for defacement and hijacking diagnostics. - Provides static scans for malicious code, hidden SEO links, suspicious redirects, and external script analysis. - Detects server-side cloaking via multi User-Agent probe matrix, including search engine, mobile, and in-app browsers. - Corroborates local findings with best-effort, read-only lookups in Security Center (SAS) and WAF—never blocks on missing permissions. - Supports domain-only input (auto-normalizes and declares in the report) and always reports when autofill occurs for UID or domain. - Every step is read-only and never modifies the target website.