Intent-Code Divergence
Medium
- Confidence
- 90% confidence
- Finding
- The skill's safety guidance says not to concatenate user input into shell commands, yet earlier examples interpolate variables directly into file paths, heredocs, and git-related shell operations. In an agent setting, if any of those variables are influenced by user-controlled input, this inconsistency can lead to command or path manipulation and unsafe file writes.
