External Script Fetching
High
- Category
- Supply Chain
- Content
### Reddit ```bash # Use Reddit user history API curl "https://www.reddit.com/user/USERNAME/submitted.json?limit=100" | python3 -c " import json, sys data = json.load(sys.stdin) posts = [{'text': p['data']['title'] + ' ' + p['data'].get('selftext', ''),- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
