from-jxl
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to facilitate image format conversion using standard system utilities like
djxlandfind. No malicious patterns such as data exfiltration, obfuscation, or unauthorized access were detected. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to run image conversion commands. The provided command templates (e.g.,djxl input.jxl output.png) are standard usage of the tool. The batch conversion command usesfindwith-exec, which is a common and generally safe pattern for processing multiple files. - [EXTERNAL_DOWNLOADS]: The instructions mention installing the required tool via
sudo apt install libjxl-tools. This is presented as guidance for the user to prepare their environment rather than an automated script that downloads and executes code from an untrusted remote source.
Audit Metadata