pdf-analyze
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [METADATA_POISONING]: The skill contains a file named
skill-report.jsonthat mimics a legitimate security audit. It falsely claims a safe status and references non-existent AI models such as 'gpt-5.5', which is a deceptive practice intended to bypass security review workflows.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes external PDF files using ingestion points likePdfReaderandpdfplumber. This exposes the agent to indirect prompt injection, where malicious instructions hidden in a document could attempt to subvert the agent's logic during extraction or form completion.\n- [COMMAND_EXECUTION]: Documentation and scripts suggest the use of external shell commands for PDF utilities includingqpdf,pdftk, andpdftotextto perform document merging and layout-preserved text extraction.\n- [DYNAMIC_EXECUTION]: Thescripts/fill_fillable_fields.pyscript performs runtime monkeypatching of thepypdflibrary'sget_inheritedmethod. While used to fix a specific formatting bug, this involves dynamic modification of executable code paths at runtime.
Audit Metadata