Back to skill
v1.0.0

Aliexpress Shipping Optimizer

ReviewClawScan verdict for this skill. Analyzed May 1, 2026, 8:11 AM.

Analysis

The skill appears to be a shipping-pricing helper, but it requests broad Bash access and advertises one-click or batch shipping-template changes without clear limits, confirmations, or rollback guidance.

GuidanceReview carefully before installing. Treat this as advisory unless the author adds clear, bounded integration details. Do not allow it to make AliExpress seller-account or shipping-template changes unless it first shows an exact preview, asks for confirmation, limits the product scope, and explains how to undo changes.

Findings (2)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Unexpected Code Execution
SeverityMediumConfidenceHighStatusConcern
SKILL.md
allowed-tools: Bash

This grants the agent raw shell capability, but the visible skill content is an instruction-only AliExpress shipping calculator and strategy guide with no scoped or necessary shell commands.

User impactIf installed, the agent may have local command-execution capability that is not clearly needed for the stated shipping-pricing task.
RecommendationRemove Bash access unless it is strictly required, or replace it with narrowly scoped, documented commands that cannot affect unrelated local files or system state.
Tool Misuse and Exploitation
SeverityMediumConfidenceMediumStatusConcern
SKILL.md
shipping batch <products>         # batch configure templates for multiple products
shipping optimize <current>       # optimize existing shipping template

These commands describe bulk configuration and modification of shipping templates, which can affect product pricing, margins, and seller operations, but the artifact does not define approval, dry-run, rollback, or account-scope limits.

User impactA user could be led into applying broad changes to multiple AliExpress products or shipping templates without enough safeguards.
RecommendationRequire explicit user confirmation before any account or template mutation, show a preview of every proposed change, limit the affected products, and provide rollback instructions.