arxiv
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a legitimate Python library (
arxiv) to fetch academic papers from a well-known research repository. All network operations are directed to the official arXiv API. - [COMMAND_EXECUTION]: The skill executes a local Python script (
scripts/search.py) to perform the search. This is a standard and expected behavior for this type of skill. The script usesargparseto safely handle user input for the search query and result count. - [DATA_EXPOSURE]: No sensitive local files are accessed. The script only processes and displays public academic metadata (titles, authors, abstracts, and PDF links).
Audit Metadata