External Transmission
Medium
- Category
- Data Exfiltration
- Content
-H "Authorization: Bearer $PREDICTALOT_AUTH_TOKEN" | jq # Zero-shot univariate forecast: 5 steps ahead of one series, chronos-2. curl -s $PREDICTALOT_URL/v1/timeseries/univariate/forecast \ -H "Authorization: Bearer $PREDICTALOT_AUTH_TOKEN" \ -H "Content-Type: application/json" \ -d '{- Confidence
- 95% confidence
- Finding
- The skill sends user-provided time-series data and bearer-authenticated requests to `PREDICTALOT_URL`, which is configurable and therefore can point to an untrusted or misconfigured remote service. Even though the documentation warns about external transmission, the skill still facilitates off-host exfiltration of potentially sensitive datasets and metadata if users set the URL unsafely or use plain HTTP.
