batch-file-converter

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill installs the Pillow library using pip install. This is a standard and well-known Python library for image processing.
  • [COMMAND_EXECUTION]: Uses the macOS native sips utility for HEIC to JPEG conversion and python3 -c for Markdown to HTML conversion. These operations are local and directly serve the skill's primary purpose of file conversion.
  • [DATA_EXPOSURE]: The skill performs file read and write operations on local directories. Analysis shows no evidence of sensitive file access (e.g., SSH keys, credentials) or external data exfiltration.
  • [DYNAMIC_EXECUTION]: Minimal use of dynamic execution through a static Python template passed to python3 -c for Markdown processing. The code is transparent and non-obfuscated.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 04:19 PM