pdf-official
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several Python scripts and references command-line utilities (qpdf, pdftotext, pdftk) to automate PDF tasks like merging, splitting, and form filling.
- [EXTERNAL_DOWNLOADS]: The documentation references multiple standard libraries and tools (pypdf, pdfplumber, reportlab, poppler-utils, pytesseract) required for the described functionality.
- [DYNAMIC_EXECUTION]: The script
scripts/fill_fillable_fields.pycontains a functionmonkeypatch_pydpf_method()that modifies thepypdflibrary at runtime. This is documented as a specific fix for a bug in how the library handles selection lists and does not involve executing arbitrary external code.
Audit Metadata