arxiv-search
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- Standard Network Access: The skill connects to the official arXiv API (export.arxiv.org) to retrieve research papers. This is the primary function of the skill and uses well-known academic infrastructure.
- Data Processing: The script ingests XML data from an external source to extract paper titles and summaries. These are presented as text for the agent to read, with no dangerous operations performed on the ingested content.
- Minimal Dependencies: The skill uses built-in Node.js features for network requests and simple regular expressions for parsing, avoiding complex third-party dependencies.
Audit Metadata