Mxy Web Search

PassAudited by ClawScan on May 1, 2026.

Overview

This is a benign instruction-only web-search helper, but users should know it sends queries to DuckDuckGo and has a minor package metadata inconsistency to verify.

This skill appears safe for ordinary web-search fallback use. Before installing, be comfortable with search queries being sent to DuckDuckGo Lite and fetched result pages being retrieved from external sites, and verify the publisher/package identity because the bundled metadata does not exactly match the registry metadata.

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

Search terms and selected result-page fetches may be visible to DuckDuckGo and the destination websites.

Why it was flagged

The skill relies on web_fetch to send search queries to DuckDuckGo Lite and later fetch selected result pages. This is expected for the stated purpose, but it is still external network tool use.

Skill content
web_fetch(url="https://lite.duckduckgo.com/lite/?q=QUERY", extractMode="text", maxChars=8000)
Recommendation

Avoid including sensitive personal or confidential information in search queries, and treat fetched web content as untrusted research material.

What this means

The mismatch could make it harder to confirm that the registry entry and packaged artifact came from the same publisher state.

Why it was flagged

The embedded metadata owner and publish timestamp differ from the registry metadata shown in the artifact set. There is no executable code here, so this is a provenance/package-identity note rather than a behavior concern.

Skill content
"ownerId": "kn74ca7cqvsfmq67r6x9m1nc45816qe9", "slug": "mxy-web-search", "version": "1.0.0", "publishedAt": 1771148054829
Recommendation

Verify that the publisher identity is the one you intended to install from, and prefer updated metadata that matches the registry record.