Mpstats Ozon Seller Products
PassAudited by ClawScan on May 6, 2026.
Overview
This skill is a coherent Ozon seller analytics integration, but it requires a LinkFox API key and sends queries to LinkFox-hosted APIs.
Before installing, confirm you trust LinkFox with your API key and Ozon seller query parameters. Keep the API key private, avoid including confidential information in feedback, and treat returned marketplace analytics as data rather than business advice.
Findings (3)
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.
Your seller IDs, date ranges, filters, and sorting choices are sent to LinkFox to retrieve the requested analytics.
The skill sends user-supplied seller query parameters to an external LinkFox tool gateway. This is expected for the stated analytics purpose and is clearly documented.
请求地址:`https://tool-gateway.linkfox.com/mpstats/ozon/sellerProducts` ... 请求方式:POST,Content-Type: application/json
Use the skill only for queries you are comfortable sending to LinkFox, and avoid placing unrelated sensitive information in query parameters.
You must provide a LinkFox API key for the script/API call to work, and that key authorizes requests to the LinkFox service.
The script reads a local API key and sends it in the Authorization header. This is purpose-aligned for calling the LinkFox API, though the registry metadata does not list a primary credential or required env var.
key = os.environ.get("LINKFOXAGENT_API_KEY") ... "Authorization": api_keySet the API key deliberately, keep it scoped to this service if possible, and do not share it in prompts or logs.
If feedback reporting is used, some user feedback text may be sent to LinkFox's feedback API.
The references document a separate feedback endpoint that can receive user feedback content. It is disclosed, but it is outside the main Ozon seller-products query flow.
POST `https://skill-api.linkfox.com/api/v1/public/feedback` ... `content`:用户表达、实际现象、为什么算问题或好评
Do not include secrets or private business details in feedback text unless you intend to share them with the skill provider.
