Arxiv Search Collector
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw AgentSkills bundle is classified as benign. All scripts and documentation align with the stated purpose of collecting arXiv paper metadata. The Python scripts (`init_collection_run.py`, `fetch_queries_batch.py`, `fetch_query_metadata.py`, `merge_selected_papers.py`) perform expected file system operations (creating/deleting directories, writing/reading JSON/Markdown files within a designated run directory) and network requests (to the official arXiv API). Input sanitization (e.g., `slugify` for paths, `urlencode` for API queries, `subprocess.run` with a list of arguments) and file system safeguards (e.g., `is_relative_to` check before `shutil.rmtree`) are appropriately implemented. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, obfuscation, or prompt injection attempts in the `SKILL.md` or other documentation.
