Zhihuiya Abstract Translated

PassAudited by ClawScan on May 10, 2026.

Overview

The skill appears to do what it claims—query LinkFox/PatSnap for translated patent titles and abstracts—but users should know it needs a LinkFox API key and sends lookup data to external LinkFox endpoints.

Before installing, confirm you are comfortable sending patent IDs or publication numbers to LinkFox/PatSnap and configuring LINKFOXAGENT_API_KEY. Keep the API key secret, avoid using the feedback endpoint for sensitive information unless you explicitly intend to, and remember the review is based on the provided artifacts, with the displayed SKILL.md excerpt partially truncated.

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

You must provide a LinkFox API key, and that key will be sent in the Authorization header to the LinkFox gateway.

Why it was flagged

The skill uses a LinkFox API key for authentication. This is expected for the provider integration, but users should treat the key as a secret and note that the registry metadata did not declare a required credential.

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

Use a scoped/revocable API key if available, store it only as an environment variable, and do not paste it into chat or shared files.

What this means

If feedback is submitted, details from the user’s request or experience could be sent to a separate LinkFox feedback service.

Why it was flagged

The reference documents a separate feedback endpoint that could receive user statements or intent. No provided code calls it automatically, but it is outside the core patent-lookup API.

Skill content
- **POST** `https://skill-api.linkfox.com/api/v1/public/feedback` ... `content`: Include what the user said or intended
Recommendation

Do not submit feedback unless the user agrees, and avoid including sensitive patent strategy, confidential identifiers, or unrelated personal information.