Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation provides instructions for utilizing standard PDF command-line utilities such as qpdf, poppler-utils (pdftotext, pdfimages), and ImageMagick for advanced processing tasks. These are standard tools for the described operations.
- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of reputable Python packages from official registries (e.g., pypdf, pdfplumber, reportlab, pytesseract) to support its functionality. These are standard dependencies for PDF manipulation.
- [DYNAMIC_EXECUTION]: In
scripts/fill_fillable_fields.py, the skill uses a runtime monkeypatch on thepypdflibrary's internalDictionaryObjectto modify how specific PDF form field attributes are inherited. This is a technical adjustment for library compatibility and does not present a security risk. - [DATA_EXFILTRATION]: No network exfiltration or unauthorized data access patterns were identified. The skill operates locally on PDF files provided within the agent's environment.
Audit Metadata