pubmed2blog

ReviewAudited by ClawScan on May 10, 2026.

Overview

The PubMed-to-blog workflow is coherent, but the skill asks agents to set up recurring cron automation and relies on an unreviewed global npm CLI plus provider API keys.

Install only if you trust the pubmed2blog npm package and want an external CLI for PubMed-based article generation. Run setup yourself, use limited provider API keys, review healthcare content before publishing, and do not allow cron scheduling unless you explicitly want recurring unattended generation and know how to disable it.

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

The agent could set up ongoing content generation that continues after the immediate task, potentially consuming API credits and creating medical blog drafts without the user realizing it.

Why it was flagged

This instructs the agent to create persistent scheduled automation, but the artifacts do not specify that this requires explicit user consent, scope, frequency, review, or removal instructions.

Skill content
5. Schedule via cron for regular content generation
Recommendation

Only schedule cron jobs when the user explicitly asks for recurring generation, and document the schedule, output location, review process, and removal command.

What this means

A global npm CLI runs code on the user's machine, and future or incorrect package versions could behave differently from what the skill describes.

Why it was flagged

The skill depends on a globally installed npm CLI that is not included in the provided artifacts for review. This is central to the skill purpose, but users should verify the npm package and publisher before installing.

Skill content
install: npm install -g pubmed2blog
Recommendation

Verify the npm package source, publisher, and version before installation; prefer a pinned version if available.

What this means

Provider API keys may incur cost or grant account access if misused by the installed CLI or recurring automation.

Why it was flagged

The skill expects provider API keys for generation. That is purpose-aligned, but the registry metadata declares no primary credential or required environment variables.

Skill content
Interactive setup for API keys and preferences. ... Supports Anthropic, OpenAI, and Z.AI providers.
Recommendation

Use limited-scope provider keys where possible, enter them only through trusted setup flows, and avoid combining stored keys with unattended cron jobs unless intentionally configured.