os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
from pytrends.request import TrendReq except ImportError: print("[Google Trends] pytrends not installed, installing...") os.system("pip install pytrends --break-system-packages -q") from pytrends.request import TrendReq if keywords is None:- Confidence
- 95% confidence
- Finding
- os.system("pip install pytrends --break-system-packages -q")
