Nature Paper Hub

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill appears purpose-aligned for academic writing, but it uses disclosed external literature/search services and manual/global installation steps that users should understand.

This looks suitable for manuscript-writing assistance if you are comfortable with external literature searches. Do not paste confidential unpublished details into search queries, verify all citations and journal rules, and prefer project-level or virtual-environment installation to limit long-term environment changes.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

Research queries, and possibly unpublished topic details if included in the query, may be sent to external services.

Why it was flagged

The skill discloses use of an external literature API and web search during literature review, which may send research topics or keywords outside the local agent.

Skill content
Use the LitReview system at https://ybliterature.com/api/search?q=<query> ... Also use web_search
Recommendation

Avoid putting confidential unpublished details into search queries unless you are comfortable sharing them with the external services used.

What this means

The assistant may rely on stored or retrieved paper metadata that could be incomplete, stale, or inaccurate.

Why it was flagged

The skill includes a stored literature index used as retrieval context; it is described as public metadata, but retrieved context can still influence manuscript and citation suggestions.

Skill content
"description": "Curated literature index for nature-paper-hub. Public metadata only (titles, journals, years, abstracts). No personal annotations or credentials."
Recommendation

Verify all citations, abstracts, journal rules, and manuscript claims against primary sources before submission.

What this means

If installed globally, the skill remains available beyond the current project and may be invoked in future sessions.

Why it was flagged

The README documents a global user-level installation option that persists the skill/subagents across projects.

Skill content
Install as user-level subagents (available in all projects) ... cp nature-paper-hub/SKILL.md ~/.claude/agents/nature-paper-hub.md
Recommendation

Use project-level installation if you only want the skill available for one workspace, and remove the copied files when no longer needed.

What this means

Installing dependencies this way could affect other Python tools on the machine.

Why it was flagged

A dependency-install hint recommends using --break-system-packages, which can modify a system-managed Python environment if the user follows it.

Skill content
Run: pip3 install pandas matplotlib seaborn openpyxl -q --break-system-packages
Recommendation

Install dependencies in a virtual environment instead of using --break-system-packages unless you understand the impact.