PDF Processing Pro
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns detected in the provided script (analyze_form.py) or documentation. The tool utilizes established Python libraries for PDF manipulation.
- [EXTERNAL_DOWNLOADS] (SAFE): System dependencies like Tesseract and Python packages are sourced from standard, reputable repositories (Homebrew, APT, PyPI).
- [COMMAND_EXECUTION] (SAFE): The use of sudo is limited to documentation instructions for installing system-level dependencies via official package managers.
- [PROMPT_INJECTION] (LOW): The skill processes PDF documents which are untrusted inputs. Evidence: 1. Ingestion points: analyze_form.py (reading PDFs). 2. Boundary markers: Not present in the provided scripts. 3. Capability inventory: File reading and writing. 4. Sanitization: Not performed on PDF content within the scripts. This risk is inherent to the tool's function as a PDF processor and is considered safe within its context.
Audit Metadata