Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection risk detected based on the following evidence chain: 1. Ingestion points:
pdf_to_markdown.pyandextract_form_field_info.pyare designed to read and process untrusted external PDF files. 2. Boundary markers: No delimiters or protective instructions are used when passing extracted PDF text to the agent. 3. Capability inventory: The skill is configured inSKILL.mdwith access toBash,Read, andWritetools. 4. Sanitization: No validation or sanitization is performed on the extracted content. This allows a maliciously crafted PDF to potentially influence the agent's behavior or use its tools. - [COMMAND_EXECUTION]: The skill uses dynamic execution patterns for utility and bug-fixing purposes.
check_dependencies.pyemploys__import__to verify the presence of required modules.fill_fillable_fields.pyuses monkeypatching to override theDictionaryObject.get_inheritedmethod in thepypdflibrary to resolve an upstream bug. These are local operations intended for environment validation and compatibility.
Audit Metadata