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 djxl and find. No malicious patterns such as data exfiltration, obfuscation, or unauthorized access were detected.
  • [COMMAND_EXECUTION]: The skill utilizes the Bash tool 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 uses find with -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
Risk Level
SAFE
Analyzed
May 27, 2026, 04:27 PM
Security Audit — agent-trust-hub — from-jxl