unlock-fujifilm-film-simulations
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The core logic in
scripts/process.pyexecutes system commands viasubprocess.runusing argument lists. This practice prevents shell-based command injection by avoiding shell expansion of file paths or arguments.\n- [EXTERNAL_DOWNLOADS]: The documentation inreferences/compatibility.mdprovides links to official, well-known tools including ExifTool, Adobe DNG Converter, and dnglab. The skill explicitly instructs the user to use standard package managers and cautions against downloading unverified binaries.\n- [SAFE]: The script implements path validation invalidate_sourceto prevent accidental processing of sensitive locations like the root or user home directories. It also uses temporary files for metadata patching to ensure the integrity of the output directory.
Audit Metadata