爽文模拟器V1.0虾舍出品

AdvisoryAudited by Static analysis on May 12, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

The agent may create a payment order for the selected scenario after user confirmation.

Why it was flagged

The skill can ask connected payment tooling to create a real order, which is central to the paid-launcher purpose but has financial impact.

Skill content
If an Alipay merchant-order MCP/tool is available, call it to create a 9.9 CNY order for the selected scenario.
Recommendation

Confirm the scenario name, price, and merchant/payment tool before approving any payment.

What this means

A connected payment skill or MCP may handle wallet authorization and payment status for this purchase.

Why it was flagged

Wallet authorization and payment status require trusted account/payment privileges, but the artifact directs that these be handled by the Alipay payment skill rather than embedded in this launcher.

Skill content
Let the Alipay payment skill handle wallet authorization, payment submission, and payment status query.
Recommendation

Use only trusted payment integrations and avoid pasting wallet credentials or payment tokens directly into chat.

What this means

After payment, a separate paid skill package may be installed or offered from an external fulfillment source.

Why it was flagged

The launcher may install or return a downstream paid skill package that is not included in the provided artifacts, making provenance and review of the fulfilled package important.

Skill content
If the environment can install Skills directly, install it. If not, provide the exact package URL or slug returned by the MCP.
Recommendation

Verify the returned package name, publisher, URL or slug, and permissions before installing the paid skill.

What this means

Short-lived payment links or order identifiers may be shared between connected tools to complete payment.

Why it was flagged

Payment URLs and order/session details may be passed between merchant and payment tools; this is expected for the payment flow but should be treated as sensitive.

Skill content
If a cashier URL is returned, pass the complete URL to the Alipay payment skill/MCP.
Recommendation

Do not share payment URLs publicly, and use trusted MCP/payment integrations with clear data boundaries.