Wishfinity +W

AdvisoryAudited by Static analysis on Apr 30, 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

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.