Context-Inappropriate Capability
Medium
- Confidence
- 97% confidence
- Finding
- The skill launches an external Python process using `child_process.exec` and builds the command line with user-controlled input (`message`). Escaping only double quotes is not sufficient to prevent shell metacharacter injection on Windows, so a crafted command could break out of the intended argument context and execute arbitrary OS commands; the hard-coded absolute path also unnecessarily exposes host filesystem details.
