Intent-Code Divergence
Medium
- Confidence
- 89% confidence
- Finding
- The documented Python batch-execution flow interpolates scenario-controlled values into command arguments via format(**scenario) before passing them to a CLI that can trigger external API actions and media processing. Even though subprocess.run is invoked with a list rather than shell=True, untrusted data can still become dangerous option values, file paths, or special pipeline references for the downstream tool, contradicting the skill's own safety guidance.
