Missing User Warnings
Medium
- Confidence
- 99% confidence
- Finding
- The skill passes untrusted user input directly into `child_process.exec` via string interpolation, which invokes a shell. This enables command injection, allowing an attacker to append arbitrary shell operators and execute system commands under the agent's privileges; the lack of user-facing warning is secondary to the more serious unsafe execution design.
