Context-Inappropriate Capability
High
- Confidence
- 99% confidence
- Finding
- The script builds a shell command with untrusted user-controlled input (`url`) and executes it via `child_process.exec`, which invokes a shell. Because the URL is interpolated inside double quotes, shell metacharacters such as command substitution can still be evaluated, allowing arbitrary command execution rather than just browsing a page.
