Back to skill
v1.0.0

China Research

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:34 AM.

Analysis

This instruction-only skill is coherently designed to perform public web/social-media research, with only minor notes around external search-tool use and undeclared dependencies.

GuidanceThis skill appears safe for public market research. Avoid using confidential product ideas or private customer information as search topics unless you are comfortable sending those queries to the configured external search provider.

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
mcporter call glm-search.webSearchPrime search_query="<话题> site:xiaohongshu.com OR site:zhihu.com OR site:weibo.com"

The skill tells the agent to run external search-tool calls using the user’s topic. This is purpose-aligned for research, but it means the topic is sent to an external search service.

User impactYour research topic may be shared with the configured search provider, and the agent may perform several searches to build the report.
RecommendationUse it for non-sensitive research topics, and confirm that the configured mcporter/search provider is one you trust.
Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceHighStatusNote
SKILL.md
通过 mcporter 调用 glm-web-search 或 tavily-search

The skill depends on mcporter and external search providers, while the supplied package has no install spec and declares no required binaries or environment variables. This is not suspicious by itself, but the dependency is outside the artifact contents.

User impactThe skill’s behavior depends on external tools/providers that are not included in the reviewed files.
RecommendationBefore use, verify which mcporter backend is configured and whether glm-web-search or tavily-search is approved in your environment.