pdf-toolkit

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE] (SAFE): The skill implements its stated functionality using standard PDF processing libraries (PyPDF2 and PyMuPDF) without any detected malicious intent.
  • [EXTERNAL_DOWNLOADS] (SAFE): Dependencies listed in requirements.txt (PyPDF2, PyMuPDF, pillow, reportlab) are well-known, versioned packages from the official Python Package Index (PyPI), which are considered trusted sources.
  • [DATA_EXFILTRATION] (SAFE): No sensitive file access or network exfiltration patterns were found; the script only operates on local files provided via command-line arguments.
  • [COMMAND_EXECUTION] (SAFE): The script does not use dangerous execution functions such as os.system(), subprocess.run(), or eval(). It uses library-specific APIs for PDF manipulation tasks.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:49 PM