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
Pillowlibrary usingpip install. This is a standard and well-known Python library for image processing. - [COMMAND_EXECUTION]: Uses the macOS native
sipsutility for HEIC to JPEG conversion andpython3 -cfor 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 -cfor Markdown processing. The code is transparent and non-obfuscated.
Audit Metadata