zhihuiya-patent-tracker

PassAudited by ClawScan on May 14, 2026.

Overview

This appears to be a legitimate patent-search skill, but it relies on a global mcporter CLI, Zhihuiya MCP servers, and a locally stored API key.

Install this only if you have an authorized Zhihuiya/PatSnap account and are comfortable sending patent-search queries to the configured MCP servers. Verify the mcporter package and MCP URLs, protect the API key in the local config file, and monitor any API quota or cost from broad searches.

Findings (4)

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

Using the skill may make several patent-database API calls per request, especially when expanding patent families.

Why it was flagged

The skill directs the agent/user to invoke local mcporter commands and MCP tools multiple times. This is central to the patent-tracking purpose and is disclosed, but users should expect external API/tool activity.

Skill content
第3轮(同族 + 详情批量获取)... mcporter call 专利速览简报MCP.family ... mcporter call 医药情报MCP.ls_patent_fetch
Recommendation

Use it for intended patent-search tasks, and confirm broad searches if API quota, cost, or query confidentiality matters.

What this means

Anyone with access to the local mcporter config could potentially use the configured patent-data account.

Why it was flagged

The skill requires a Zhihuiya/PatSnap-style bearer API key in the mcporter configuration. This credential use is expected for the integrated service and is disclosed, but it is sensitive.

Skill content
"Authorization": "Bearer sk-xxxxxxxxxxxx" ... "API Key 获取":联系智慧芽商务或企业管理员开通权限
Recommendation

Use an official, least-privilege API key; keep the config file private; and revoke or rotate the key if it may have been exposed.

What this means

The safety of the local CLI depends on the external mcporter package and npm supply chain.

Why it was flagged

The setup asks users to install a global npm CLI package, with no pinned version in the command. This is purpose-aligned and user-directed, but the package itself is outside the provided artifacts.

Skill content
npm install -g mcporter
Recommendation

Verify the mcporter package source before installing, prefer trusted/internal installation instructions, and keep Node/npm packages updated.

What this means

Target names, patent numbers, and search parameters may be visible to the configured Zhihuiya MCP service.

Why it was flagged

The skill configures remote MCP servers for patent search and related data retrieval. This is disclosed and aligned with the purpose, but user queries and patent identifiers are sent to those endpoints.

Skill content
"url": "https://connect.zhihuiya.com/096456/logic-mcp" ... "https://connect.zhihuiya.com/1458a4/mcp" ... "https://connect.zhihuiya.com/958a46/mcp"
Recommendation

Only submit confidential targets if your organization allows using this provider, and verify the MCP server URLs before adding credentials.