Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- In copyPsdLocal mode, the code intends to operate only on a temporary working copy so the original PSD is never modified. However, the retry path rebuilds the task from the original task object rather than the local-path-adjusted task, so a retry after E_LAYER_NOT_FOUND can target the original PSD and violate the isolation guarantee, causing unintended edits to the source file.
