External Script Fetching
High
- Category
- Supply Chain
- Content
### List tasks ```bash curl -s "https://api.todoist.com/api/v1/tasks" \ -H "Authorization: Bearer $TODOIST_TOKEN" | python3 -m json.tool ```
- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
