arXiv 论文推荐器

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

Overview

This skill appears to do what it claims: search public arXiv/GitHub information, generate a local paper recommendation report, and keep a small local history.

Before installing, be aware that this skill runs included Python scripts, contacts public arXiv and GitHub endpoints, and saves recommendation reports/history in ~/papers. No malicious behavior or credential handling is evident from the artifacts.

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

When triggered, the skill may run its local script to fetch public paper data and generate files on your machine.

Why it was flagged

The skill asks the agent to run an included local Python script. This is central to the recommender workflow and is disclosed, but users should know the skill executes local code when invoked.

Skill content
cd ~/.openclaw/workspace/skills/arxiv-paper-recommender/scripts
python3 recommend.py [topic]
Recommendation

Install only if you are comfortable with the included Python scripts running for this paper-search task.

What this means

The registry may make the skill look more self-contained than it is; in practice it needs Python and internet access.

Why it was flagged

The skill discloses Python and network dependencies, while the registry requirements list no required binaries or capability tags. This is an under-declaration rather than evidence of hidden behavior.

Skill content
- Python 3.8+
- arXiv API(免费,无需密钥)
- GitHub API(公开接口)
- 网络访问
Recommendation

Confirm your environment has Python 3 and that you are comfortable allowing the skill to contact arXiv and GitHub.

What this means

A local file may reveal which papers or topics were recommended to you.

Why it was flagged

The skill keeps persistent local history of recommended papers. This is disclosed and scoped to paper IDs/titles/topics, but it is still persistent user activity data.

Skill content
记录用户已推荐的论文,避免重复:

// 保存到 ~/papers/history.json
Recommendation

Delete ~/papers/history.json and generated reports if you do not want this recommendation history retained.