Context-Inappropriate Capability
Medium
- Confidence
- 92% confidence
- Finding
- The script invokes shell commands via execSync and interpolates user-controlled query data into command strings. Although double quotes in the X query are escaped, shell metacharacters such as command substitution remain dangerous inside double quotes, and the Instagram path passes the query without robust escaping, creating command-injection risk if an attacker can control input.
