External Script Fetching
High
- Category
- Supply Chain
- Content
echo "[$(date -Iseconds)] STEP 2.5: Checking new results..." >> "$LOGFILE" HISTORY="$HOME/.openclaw/workspace/skills/gridclash/history.jsonl" HIST_RESP=$(curl -s --connect-timeout 10 --max-time 30 \ "$API/agents/me/history" \ -H "Authorization: Bearer $TOKEN") if [ -n "$HIST_RESP" ] && echo "$HIST_RESP" | 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.
