Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection (HIGH): The skill processes untrusted PDF data which can contain malicious instructions to hijack the agent's logic. * Ingestion points: Uses
pypdf,pdfplumber, andpytesseractto extract text from files and images. * Boundary markers: Absent; extracted text is not isolated from instructions. * Capability inventory: Has file write capabilities viapypdfand executes system commands through CLI tools likeqpdfandpdftk. * Sanitization: No sanitization of extracted content is performed. - Dynamic Execution (MEDIUM): The script
scripts/fill_fillable_fields.pyimplements monkeypatching of thepypdflibrary at runtime to modify the behavior ofDictionaryObject.get_inherited. - External Downloads (MEDIUM):
SKILL.mdrecommendspip installfor several unverified packages includingpytesseractandpdf2imagewithout version pinning or integrity checks.
Recommendations
- AI detected serious security threats
Audit Metadata