Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The example uses `magick mogrify -format webp *.jpg`, which performs batch processing in place and can modify large sets of user files without an explicit warning, backup recommendation, or safer dry-run alternative. In a conversion skill that presents commands as 'Ready to Execute,' this raises the risk of accidental data loss, overwrites, or irreversible workflow mistakes if users run the command in the wrong directory or misunderstand `mogrify` behavior.
