Context-Inappropriate Capability
Medium
- Confidence
- 98% confidence
- Finding
- The script builds a shell command string with user-controlled values such as topic, title-like content, and other flags, then executes it with execSync. Quoting alone is not a safe boundary for shell construction; crafted input can break argument parsing or trigger command injection, which is especially risky because this skill is supposed to fetch and summarize news, not execute arbitrary shell content.
