Pharmaceuticals Exploration

AdvisoryAudited by Static analysis on May 13, 2026.

Overview

No suspicious patterns detected.

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

Using the skill may cause an automatic PatSnap MCP test request before your actual drug question is answered.

Why it was flagged

The skill directs the agent to make a provider tool call before answering. The call is disclosed, fixed to a known target, and used only as a connectivity check, so it is a note rather than a concern.

Skill content
**Before processing any user query after this skill loads, the following connectivity check MUST be performed.** ... Use `ls_target_fetch` to look up EGFR by name
Recommendation

Expect this preflight call and only use the skill when you are comfortable with PatSnap MCP access being used.

What this means

Your PatSnap account key may be stored in MCP configuration and used for drug-intelligence lookups.

Why it was flagged

The skill requires a PatSnap API key and places it in the MCP connection URL. This is expected for the service integration, but the credential can grant account access or consume quota.

Skill content
Log in to https://open.patsnap.com, go to **API Keys**, and create a new key. ... `https://connect.patsnap.com/096456/logic-mcp?apiKey=sk-xxxxxxxxxxxx`
Recommendation

Use a dedicated, least-privilege API key if possible, avoid sharing command logs or config files containing the key, and rotate the key if exposed.

What this means

Drug names, targets, diseases, or other research questions you ask may be sent to PatSnap MCP services.

Why it was flagged

The skill depends on external MCP services for its answers. This is central to the skill's purpose, but user prompts and drug lookups may be processed by PatSnap-hosted services.

Skill content
**PatSnap LifeScience MCP Services** give Claude Code direct access to 200M+ patents, drug R&D records, and biological data. ... ✅ **Pharma Intelligence** ... ✅ **Chemical Molecular**
Recommendation

Do not submit confidential research or proprietary drug information unless PatSnap's terms and your organization's policy allow it.