Arxiv Cli Tools
PassAudited by ClawScan on May 1, 2026.
Overview
This skill coherently documents a user-directed arXiv search/download CLI, with the main caution being that it asks users to install an external PyPI package.
This appears safe for its stated purpose. Before installing, confirm that the PyPI package `arxiv-cli-tools` is the one you intend to use; using `pipx` is preferable because it isolates the CLI from your main Python environment.
Findings (1)
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.
Installing the package will trust code from PyPI under that package name.
The skill instructs users to install an external PyPI package, and the artifact set does not include the package code or a pinned version. This is common for CLI tools and aligned with the stated purpose, but it is still a supply-chain point users should notice.
pipx install arxiv-cli-tools ... pip install arxiv-cli-tools
Prefer pipx, verify the PyPI project and maintainer before installing, and consider pinning a known version if reproducibility matters.
