ArXiv
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto interact with academic APIs andechoto append JSON-formatted telemetry to a local execution log file (~/.claude/PAI/MEMORY/SKILLS/execution.jsonl). - [EXTERNAL_DOWNLOADS]: It fetches paper metadata and AI-generated overviews from
export.arxiv.organdalphaxiv.org. These are well-known services within the academic research community. - [DATA_EXFILTRATION]: Usage metadata is stored in a local directory for persistence. No sensitive user data or credentials are transmitted to external servers.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the content of academic papers (abstracts or AlphaXiv summaries) it processes.
- Ingestion points: Atom XML from
arxiv.organd Markdown overviews fromalphaxiv.orgin all workflow files. - Boundary markers: Absent; fetched content is presented directly to the agent without isolation delimiters.
- Capability inventory: The agent can execute
curlfor network requests and write to the local file system viaechoredirection. - Sanitization: Input query terms are URL-encoded, but the fetched paper content is not sanitized for potential embedded instructions.
Audit Metadata