Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The script documents --dry-run as 'Run without side effects' but still writes the output artifact unconditionally via render(result, Path(args.output), args.format). In automation contexts, operators and upstream agents may rely on dry-run semantics for safe preview behavior, so this mismatch can cause unintended file creation or overwrite and weaken safety controls around workflow generation.
