Wishfinity +W

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent for saving shopping links to Wishfinity, with the main things to notice being its third-party MCP server install and sharing product URLs with Wishfinity.

Before installing, confirm you trust the Wishfinity MCP npm package and understand that saved product links will be handled by Wishfinity. Prefer a pinned package version if available, and avoid saving URLs that contain sensitive personal or session information.

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.

What this means

Installing the skill means trusting the referenced npm package to run as an MCP server in the OpenClaw environment.

Why it was flagged

The setup runs an external npm MCP server package without a version pin. This is expected for the integration, but the executable package itself is not included in the provided artifacts.

Skill content
"command": "npx", "args": ["-y", "wishfinity-mcp-plusw"]
Recommendation

Verify the npm/GitHub package publisher and consider pinning a known version before adding it to your MCP configuration.

What this means

Wishfinity may receive and store product links that reflect what the user is shopping for or considering.

Why it was flagged

The skill sends product URLs through an MCP integration to Wishfinity so the user can save them. This data flow is disclosed and purpose-aligned, but product URLs can reveal shopping interests.

Skill content
Agent calls `add_to_wishlist` with the product URL, then presents the action link as a button.
Recommendation

Use this only for product links you are comfortable saving with Wishfinity, and review Wishfinity account sharing and privacy settings.