Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Indirect Prompt Injection] (HIGH): The skill is designed to ingest and process untrusted data from PDF files through text extraction and OCR. This data is then used by the agent to perform sensitive operations such as filling forms and creating document annotations without sanitization.
- Ingestion points:
pdfplumber.open()inSKILL.mdand visual image analysis informs.md. - Boundary markers: Absent; there are no instructions to delimit or treat the extracted text as untrusted.
- Capability inventory: Writing modified PDFs (
PdfWriter.write), saving images (Image.save), and executing various local Python scripts via the command line. - Sanitization: Absent; extracted data is used directly for document generation.
- [Dynamic Execution] (MEDIUM): The script
scripts/fill_fillable_fields.pyimplements runtime monkeypatching of thepypdflibrary. - Evidence: The function
monkeypatch_pydpf_methodoverridesDictionaryObject.get_inheritedat runtime to work around a specific formatting bug in the library. Modifying library internals dynamically can lead to instability or be exploited if library state is influenced by untrusted data. - [Prompt Injection] (LOW):
SKILL.mdcontains hardcoded instructions regarding 'Nano Banana Pro' that mandate the automatic generation of scientific schematics by default, which could override user intent or lead to unintended external skill usage.
Recommendations
- AI detected serious security threats
Audit Metadata