External Transmission
Medium
- Category
- Data Exfiltration
- Content
--arg s "$SIZE" \ '{model:$m, prompt:$p, size:$s}') curl -fsS --max-time 180 --retry 2 --retry-delay 5 \ "$BASE_URL/images/generations" \ -H "Authorization: Bearer $GPT_IMAGE_API_KEY" \ -H "Content-Type: application/json" \- Confidence
- 94% confidence
- Finding
- The skill sends user-provided prompt content and the bearer API key to an externally configurable endpoint via curl. Because BASE_URL can be overridden by GPT_IMAGE_BASE_URL, a malicious or misconfigured environment could redirect requests, exposing sensitive prompts and the authorization token to an untrusted service.
