Mpstats Ozon Category Products

PassAudited by VirusTotal on May 6, 2026.

Overview

Type: OpenClaw Skill Name: linkfox-mpstats-ozon-category-products Version: 1.0.0 The skill bundle is a legitimate tool for fetching Ozon marketplace product data via the LinkFox API. The Python script (mpstats_ozon_category_products.py) safely handles API requests using standard libraries and environment variables for authentication, while the documentation (SKILL.md and api.md) provides clear, task-aligned instructions for the AI agent without any signs of malicious intent or prompt injection.

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

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.