VIP
Security checks across malware telemetry and agentic risk
Overview
This is a coherent Vipshop shopping helper, but it can use a logged-in account to change your cart and prepare an order preview before leaving payment to you.
Before installing, understand that this skill is meant to operate in your Vipshop browser session after you approve login-related actions. Let it search and prepare a cart only for items you choose, then manually verify address, coupons, totals, and payment yourself.
VirusTotal
63/63 vendors flagged this skill as clean.
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.
If enabled after login, the agent could add selected products to the cart, apply discounts, and move to an order preview, so the cart or coupon selection may change before the user pays.
The skill documents browser actions that modify the user's cart and enter checkout/order-preview flow. This is aligned with the shopping purpose and bounded by stated payment rules, but it is still account-impacting automation.
// Add to cart
browser.click(".add-cart-btn")
...
// Proceed to checkout
browser.click(".checkout-btn")Use it only for items you have selected, review cart, address, coupons, and totals carefully, and keep final order submission/payment manual.
The agent may see and act within logged-in account areas such as cart contents, available coupons, delivery address, and order totals.
The skill expects use of the user's logged-in Vipshop account for cart, coupon, address, and order-preview actions. It asks for confirmation before login, making this disclosed and purpose-aligned, but it still uses delegated account authority.
Cart Phase (⚠️ Requires login) ... "请确认是否继续?" ... Add to cart ... Apply 优惠券 ... Select address ... Generate order preview
Only proceed after explicit consent, avoid exposing payment credentials, and log out or close the session when finished if you do not want further account access.
