External Script Fetching
High
- Category
- Supply Chain
- Content
**curl:** ```bash curl -s "$PHAYA_BASE/user/credits" \ -H "Authorization: Bearer $PHAYA_API_KEY" \ | python3 -c "import sys,json; d=json.load(sys.stdin); print(d['credits_balance_formatted'])" ```
- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
