Intent-Code Divergence
Medium
- Confidence
- 90% confidence
- Finding
- The skill’s own security guidance warns against concatenating user input into command-line parameters, yet the example constructs a search query from variable content and passes it to the CLI. Even though the Python example uses subprocess.run with an argument list rather than a shell string, untrusted query content can still alter downstream CLI behavior or trigger unsafe parsing in the news-pro tool if that tool treats leading dashes, operators, or special syntax as control input.
