External Script Fetching
High
- Category
- Supply Chain
- Content
echo "[$(date -Iseconds)] STEP 0.5: Checking new results..." >> "$LOGFILE" HISTORY="$HOME/.openclaw/workspace/skills/predictclash/history.jsonl" PREV=$(curl -s --connect-timeout 10 --max-time 30 \ "$API/agents/me/history" \ -H "Authorization: Bearer $TOKEN") if [ -n "$PREV" ] && echo "$PREV" | python3 -c "import sys,json; json.load(sys.stdin)" 2>/dev/null; then
- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
