split-pdf
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a robust methodology for handling large academic PDFs. It downloads files to organized directories (
./articles/orto-sort/downloads/) and performs local file operations using standard libraries. - [COMMAND_EXECUTION]: The skill uses Python scripts to split PDFs using the
PyPDF2library. The logic is self-contained and does not involve executing arbitrary shell commands or untrusted code. - [EXTERNAL_DOWNLOADS]: The skill fetches academic papers from the web using
WebSearch,WebFetch, and the OpenAlex API. These operations are performed at the user's request to retrieve specific research materials. - [DATA_EXPOSURE_AND_EXFILTRATION]: No sensitive data access or unauthorized exfiltration patterns were detected. The skill interacts only with the PDF files it downloads or those provided by the user.
- [INDIRECT_PROMPT_INJECTION]: While the skill processes external PDF content, it does so in a highly structured, batched manner with human-in-the-loop confirmation, which significantly mitigates risks from potentially malicious content embedded in academic papers.
Audit Metadata