论文阅读助手
PassAudited by VirusTotal on Apr 3, 2026.
Findings (1)
The skill bundle is classified as suspicious due to the inclusion of an automatic dependency installer in `read_paper_main.py`. The script uses `subprocess.check_call` to execute `pip install` for several PDF-related libraries (pymupdf, pdfplumber, pypdf) if they are not found in the environment. While this behavior is documented in `SKILL.md` as a convenience feature for PDF analysis, the execution of system-level installation commands without explicit user confirmation is a high-risk capability that could be abused.
