Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection by processing external PDF documents.
- Ingestion points: The skill reads data from external files via pypdf, pdfplumber, and pytesseract as described in SKILL.md.
- Boundary markers: No protective delimiters or 'ignore instructions' warnings are present in the code snippets to separate processed content from the agent's internal logic.
- Capability inventory: The skill includes capabilities to write to the file system using PdfWriter, pandas, and reportlab.
- Sanitization: There is no implementation of content sanitization or validation for the text extracted from the PDF files.
Audit Metadata