PDF Form Filler
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection as it is designed to ingest and process data from external PDF documents.
- Ingestion points: The skill reads external PDF files via tools like
get_pdf_metadataand for form field extraction (e.g.,completed_form.pdf). - Boundary markers: The skill documentation does not define specific delimiters or "ignore embedded instructions" warnings for the content extracted from PDF files.
- Capability inventory: The skill utilizes
office-mcptoolsfill_pdf_formandget_pdf_metadata, which involve reading and writing data based on the processed content. - Sanitization: No sanitization or validation logic is specified for the text content parsed from external PDFs before it is presented to the agent.
- [SAFE]: No hardcoded credentials, unauthorized network connections, or remote code execution patterns were found. Recommended programming libraries like
pdf-libandPyPDF2are well-known, trusted resources and are mentioned only for reference.
Audit Metadata