search-paper
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes functionality to download academic papers in PDF format from the arXiv and IACR ePrint archives. These are established and well-known repositories for research preprints.
- [COMMAND_EXECUTION]: The orchestration of this skill relies on the agent executing included Python scripts (
arxiv.py,iacr.py,semantic_scholar.py,dblp.py,openalex.py) via the shell to process data and interface with academic APIs. - [SAFE]: Analysis of the Python scripts confirms they are focused on their stated purpose of academic search. Network requests are limited to established scholarly domains (e.g., dblp.org, openalex.org, semanticscholar.org). The
sys.pathmanipulation inarxiv.pyis a documented and standard coding practice to avoid module shadowing when a script shares a name with a third-party package.
Audit Metadata