Volcengine Compute Ecs

ReviewAudited by ClawScan on May 1, 2026.

Overview

The skill is a coherent, instruction-only Volcengine ECS operations guide, but users should treat it carefully because it can direct cloud instance lifecycle actions.

This skill appears benign and purpose-aligned for Volcengine ECS operations. Before installing or using it, make sure the agent only has least-privileged cloud access, confirms account and region, lists matching instances before changes, and performs start/stop/reboot actions only on explicitly approved instance IDs.

Findings (3)

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 used on the wrong instance or account, the skill could cause service interruption.

Why it was flagged

Starting, stopping, or rebooting ECS instances is a high-impact cloud operation, though it is purpose-aligned and scoped to explicit instance IDs.

Skill content
Execute lifecycle actions (start/stop/reboot) only with explicit target IDs.
Recommendation

Confirm the account, region, and exact instance IDs before allowing lifecycle operations, and prefer read-only inventory checks first.

What this means

Actions taken through the wrong cloud account or overly broad credentials could affect unintended resources.

Why it was flagged

The skill is intended to operate within a Volcengine account context, so users should ensure the agent is using the correct and least-privileged cloud identity.

Skill content
Confirm region, account scope, and instance filters.
Recommendation

Use least-privileged Volcengine credentials and verify the target account and region before making changes.

What this means

A mistaken region, tag, or filter could apply an operation to more instances than intended.

Why it was flagged

Batching can affect multiple cloud instances if filters are too broad, although the skill also instructs the agent to confirm scope and record status.

Skill content
Batch operations by region and tag.
Recommendation

Preview the matched inventory before batch operations and keep batch changes small and reversible.