alphaxiv
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches LLM-optimized summaries and markdown content from
alphaxiv.org. This is a specialized service for research paper consumption. - [EXTERNAL_DOWNLOADS]: Downloads LaTeX source archives (.tar.gz) from
arxiv.org, a globally recognized repository for scientific preprints. The skill extracts these archives to a temporary directory to inspect specific document sections. - [COMMAND_EXECUTION]: Executes a local Python script
tools/research_wiki.pyto manage paper ingestion into a project's local research wiki. This uses a provided project-internal tool rather than arbitrary remote commands. - [SAFE]: The skill implements logic for handling rate limits and emphasizes minimal token usage by reading only relevant files, aligning with agent best practices.
- [SAFE]: Network operations are restricted to established academic platforms (arXiv and AlphaXiv), and no sensitive data exfiltration patterns were detected.
Audit Metadata