Alibabacloud Sas Alert Handler

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is purpose-aligned for Alibaba Cloud security alert handling, but it can use your Alibaba Cloud CLI profile to make real security-response changes, so review actions before approving them.

Install only if you intend to let the agent inspect and handle Alibaba Cloud Security Center alerts. Use least-privilege RAM permissions, confirm the active Aliyun CLI profile, review every proposed alert action before approval, and check that Aliyun CLI AI-mode is disabled afterward.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If approved incorrectly, the agent could ignore real alerts, whitelist future alerts, block IPs, or quarantine/terminate files or processes.

Why it was flagged

The skill is designed to run Alibaba Cloud SAS operations that can change alert state or trigger response actions. This matches the purpose, but the actions can affect security posture and hosts.

Skill content
Execute alert handling operations (ignore, whitelist, block, quarantine, etc.)
Recommendation

Use the query/recommendation steps first, then approve only specific alert IDs and operations you understand. Avoid bulk handling unless you have reviewed the proposed actions.

What this means

The agent can act with whatever Alibaba Cloud permissions are available in the current CLI profile.

Why it was flagged

The skill uses the user's existing Aliyun CLI credential profile. This is expected for Alibaba Cloud operations and the artifact tells the agent not to print AK/SK values, but the credential can authorize real account changes.

Skill content
**Pre-check: Alibaba Cloud Credentials Required** ... **ONLY** use `aliyun configure list` to check credential status ... If no valid profile exists, STOP here.
Recommendation

Use a dedicated RAM user or role with the minimum SAS permissions needed, confirm the active profile/account before running, and avoid root or broad administrative credentials.

What this means

Your local Aliyun CLI installation or plugins may be changed before the skill runs cloud operations.

Why it was flagged

The skill instructs installation or update of Aliyun CLI and plugins from Alibaba Cloud sources. This is central to the skill, but it involves remote installation/update behavior and persistent CLI configuration.

Skill content
run `curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash` ... `[MUST] run `aliyun configure set --auto-plugin-install true` ... `[MUST] run `aliyun plugin update`
Recommendation

Prefer a vetted package-manager install where possible, verify the CLI source, and understand that automatic plugin installation is a global CLI setting.

What this means

If the workflow is interrupted before cleanup, Aliyun CLI AI-mode could remain enabled until manually disabled.

Why it was flagged

The skill changes a local Aliyun CLI mode for agent execution and includes explicit cleanup instructions. The cleanup requirement reduces risk, but users should notice the temporary CLI state change.

Skill content
**[MUST] Enable AI-Mode** ... `aliyun configure ai-mode enable` ... **[MUST] Disable AI-Mode at EVERY exit point** ... `aliyun configure ai-mode disable`
Recommendation

After use, verify AI-mode is disabled, especially if the agent session crashes or is cancelled.