Freshippo

ReviewAudited by ClawScan on May 10, 2026.

Overview

This looks like a real Freshippo shopping helper that stops before payment, but it still uses a logged-in browser session to change cart and delivery-related account state, so it needs review.

Install only if you are comfortable letting the agent use a logged-in Freshippo browser session to prepare a cart and order preview. Do not let it complete payment, review every item, coupon, address, and delivery slot yourself, and prefer using an isolated browser profile for this task.

Findings (4)

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 could access account-specific cart, coupon, delivery slot, and address-related information through the user's active session before payment.

Why it was flagged

The skill directs the agent to rely on an existing browser login/session to act in the user's Freshippo account, without a clearly declared credential boundary or isolated account scope.

Skill content
Option A: User already logged in (Chrome profile) ... If user profile has active session → proceed
Recommendation

Use only after explicit consent, preferably in an isolated browser profile. The skill should declare logged-in session use and require confirmation before each account-affecting action.

What this means

The wrong items, quantities, coupons, delivery slot, or address could be selected in the account, even though the user still completes final payment manually.

Why it was flagged

These browser automation steps can mutate the user's shopping account/cart and select order-related options. The skill stops before payment, but it does not clearly require separate approval for each mutation.

Skill content
Step 5: Order Generation (Requires login) - Add to cart - Check X会员 discounts - Select delivery slot ... Generate order preview
Recommendation

Require explicit user approval before adding items, applying coupons, changing quantities, choosing delivery slots, or selecting addresses, and provide an easy undo/removal path.

What this means

Shopping details, delivery timing, and possibly address-related information may appear in the agent chat context.

Why it was flagged

The skill asks the agent to surface order and account-specific shopping details into the conversation context. No persistent storage is shown, so this is a purpose-aligned context/privacy note rather than a standalone concern.

Skill content
Snapshot key information: ... Available delivery slots ... Cart subtotal and delivery fee
Recommendation

Avoid sharing more account or address detail than needed, and redact sensitive delivery information in summaries when possible.

What this means

It is harder to verify who maintains the skill or which source repository corresponds to the published package.

Why it was flagged

The source, author, repository, and version identifiers do not fully line up across artifacts. There is no executable install code here, but provenance is less clear.

Skill content
clawhub.json: "author": "harrylabsj", "repository": "https://github.com/harrylabsj/freshippo"; package.json: "author": "openclaw", "url": "https://github.com/openclaw-community/freshippo.git"; registry version: 2.0.2 vs file version: 2.0.0
Recommendation

Confirm the intended maintainer/source before relying on the skill, and ask the publisher to align repository, author, and version metadata.