Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted PDF documents, which serves as an entry point for potential malicious instructions embedded in file content.
- Ingestion points:
scripts/extract_form_field_info.py,scripts/convert_pdf_to_images.py, andscripts/check_fillable_fields.pyingest user-provided PDF content. - Boundary markers: Absent. Instructions in
forms.mddirect the agent to analyze visual and textual content of the PDF without explicit delimiters or warnings to ignore embedded instructions. - Capability inventory: The skill possesses file read/write capabilities and can execute logic based on parsed PDF metadata and images using libraries like
pypdf,PIL, andpdf2image. - Sanitization: The
scripts/check_bounding_boxes.pyscript provides validation for coordinates generated during agent analysis, but there is no sanitization of the external PDF content itself. - [DYNAMIC_EXECUTION]: The script
scripts/fill_fillable_fields.pyperforms runtime monkeypatching of a third-party library. - Evidence: The function
monkeypatch_pydpf_methodmodifiespypdf.generic.DictionaryObject.get_inheritedat runtime to address a known issue in thepypdflibrary's handling of selection list fields.
Audit Metadata