Mpstats Ozon Category Products

PassAudited by ClawScan on May 6, 2026.

Overview

This skill appears to do the advertised Ozon category-product lookup, but users should notice that it uses a LinkFox API key even though the registry metadata does not declare a required credential.

Before installing, confirm that you trust LinkFox and the Feishu authorization link used to obtain the API key. Expect your category query parameters and API key to be sent to https://tool-gateway.linkfox.com for MPSTATS results; the provided code does not show local persistence, file scanning, or unrelated data collection.

Findings (1)

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

You may need to provide a LinkFox API key, and that key will be sent as the Authorization header to LinkFox's tool gateway for these queries.

Why it was flagged

The skill authenticates to LinkFox with a user-provided API key. This matches the stated API integration, but users should be aware because the registry requirements list no required env vars or primary credential.

Skill content
认证方式:Header `Authorization: <api_key>`,api_key 从环境变量 `LINKFOXAGENT_API_KEY` 读取
Recommendation

Only use the skill if you trust the LinkFox gateway and authorization process; prefer a dedicated or limited-scope API key if available, and rotate it if you stop using the skill.