opendataloader-pdf
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted PDF data which could contain malicious instructions (Indirect Prompt Injection).
- Ingestion points: PDF extraction functions in
SKILL.md. - Boundary markers: None.
- Capability inventory: Local file system read and write operations.
- Sanitization: None.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing standard PDF processing and OCR libraries from the official Python package registry.
- Evidence:
pip install pdfplumber pymupdf camelot-py[cv] Pillow pytesseract easyocrinSKILL.md. - [COMMAND_EXECUTION]: The provided code snippets perform standard local file operations to save extracted images and structured data.
- Evidence: Use of
os.makedirs,open(), andjson.dump()inSKILL.md.
Audit Metadata