Pharmaclaw Literature Agent

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent literature-search skill that uses public research APIs, with the main user consideration being that search queries are sent to external services.

This skill is suitable for public literature searches. Before installing, consider whether your search terms reveal confidential research plans, and verify important medical or scientific conclusions against the original cited papers.

Findings (3)

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

Search terms such as unpublished compound names, target strategies, or disease programs could be visible to external API providers.

Why it was flagged

The skill clearly discloses that it sends literature queries to external public providers; this is purpose-aligned but means proprietary or sensitive research terms may be shared with those services.

Skill content
Searches PubMed (NCBI E-utilities) and Semantic Scholar ... ClinicalTrials Phase II/III + bioRxiv preprints. No API keys required.
Recommendation

Avoid entering confidential or proprietary research terms unless you are comfortable sending them to the named public literature services.

What this means

Returned literature content can influence later agent reasoning or recommendations, so incorrect or adversarial external text could affect conclusions.

Why it was flagged

The skill brings external article abstracts, summaries, and metadata into the agent context and may use them to suggest downstream workflows.

Skill content
Returns structured results with titles, authors, abstracts, DOIs, MeSH terms, citation counts, TLDR summaries... Chains from any PharmaClaw agent ... and recommends next agents based on findings.
Recommendation

Treat summaries and abstracts as untrusted research evidence; verify important claims against the cited sources before acting on them.

What this means

The skill may fail until the expected Python dependency is present, and users have less formal dependency/provenance information than a pinned install spec would provide.

Why it was flagged

The included scripts depend on the requests package, while the supplied install section declares no install spec; this is a small dependency documentation gap.

Skill content
try:
    import requests
except ImportError:
    print(json.dumps({"status": "error", "error": "requests not installed"}))
Recommendation

Install dependencies from trusted sources and prefer a reviewed or pinned dependency setup if using this skill operationally.