pdf-look-scanned

Pass

Audited by Gen Agent Trust Hub on Mar 20, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill uses reputable and standard Python libraries (Pillow, NumPy, pdf2image, and img2pdf) for its document processing tasks.
  • [SAFE]: No network activity, external requests, or data exfiltration attempts were detected; the script operates entirely on local file paths provided by the user.
  • [SAFE]: The code includes a safeguard against image-based resource exhaustion (decompression bombs) by setting a maximum pixel limit (Image.MAX_IMAGE_PIXELS).
  • [SAFE]: No obfuscation, prompt injection vectors, or attempts to acquire elevated privileges were identified in the source files.
  • [SAFE]: External dependencies such as the Poppler utility are referenced neutrally as standard system requirements for the PDF-to-image conversion functionality.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 20, 2026, 09:20 AM