Mx Search

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent finance-search skill that sends user queries to a disclosed Meixiang API using an API key, with no evidence of hidden or destructive behavior.

This skill appears safe to use for its stated purpose. Before installing, confirm you trust the Meixiang API endpoint, configure the MX_APIKEY carefully, and avoid sending confidential or nonpublic financial information in search queries.

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

Finance-related queries may be sent to the Meixiang API service.

Why it was flagged

The skill directs the agent to make an external POST request with the user's query. This is purpose-aligned for a search skill, but users should notice the external data flow.

Skill content
curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search'
Recommendation

Avoid including confidential, nonpublic, or highly sensitive financial information in queries unless you trust the API provider.

What this means

The skill needs access to a Meixiang API key to perform searches.

Why it was flagged

The skill requires a service API key. This is expected for the Meixiang integration, but it is a credential and is not reflected in the registry metadata.

Skill content
Set the API key in the environment variable `MX_APIKEY`.
Recommendation

Use a dedicated, least-privileged API key if available, and do not share the key in prompts or saved outputs.