validation-diff-gifs
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a bundled bash script (
generate_diff_gifs.sh) to automate image processing tasks. The script is documented to be resolved via${CLAUDE_SKILL_DIR}with a fallback to a local path. - [COMMAND_EXECUTION]: The script invokes ImageMagick utilities (
composite,convert) to perform pixel-wise absolute difference calculations and assemble the resulting frames into looping GIF animations. - [COMMAND_EXECUTION]: The script utilizes standard shell utilities such as
find,ls,sed, andsortto traverse the Isaac Sim directory structure (standalone_examples/benchmarks/validation/) and match captured images with their golden references based on filenames.
Audit Metadata