convert-heic-to-jpeg
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected in this skill. Its behavior is consistent with its stated purpose of image conversion.
- The script utilizes the
uv runtool to execute a Python script with PEP 723 inline dependencies, which is a standard method for managing script-level requirements. - The specified dependencies,
pillowandpillow-heif, are widely-used and legitimate libraries for image processing. - The code performs standard filesystem operations for reading image files and writing their converted JPEG versions, with no signs of data exfiltration, credential harvesting, or obfuscation.
- The skill is provided by a recognized author and follows best practices for portable Python scripting.
Audit Metadata