External Script Fetching
High
- Category
- Supply Chain
- Content
format: ```bash curl -s --request POST \ --url "https://your-endpoint/v1/chat/completions" \ --header "Authorization: Bearer $TOKEN" \ --header "Content-Type: application/json" \
- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
