pubmed2blog
Analysis
The skill is mostly aligned with turning PubMed papers into blog posts, but it instructs agents to set up recurring cron-based content generation without clear user approval, scope, or disable controls.
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.
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.
5. Schedule via cron for regular content generation
This tells an agent to create recurring background execution, but the artifact does not require explicit user approval, define a schedule, constrain outputs, or explain how to disable the job.
install: npm install -g pubmed2blog
The skill depends on a globally installed npm package that is not included in the reviewed artifacts and is not pinned to a version.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Interactive setup for API keys and preferences... Supports Anthropic, OpenAI, and Z.AI providers.
The skill expects users to configure LLM provider API keys, which can grant account usage and incur costs, even though no credentials are declared in the registry metadata.
