External Transmission
Medium
- Category
- Data Exfiltration
- Content
local attempt for attempt in 1 2; do CODE=$(curl -sS -X POST "$ENDPOINT" \ -H "x-goog-api-key: $GEMINI_API_KEY" \ -H "Content-Type: application/json" \ -d @"$REQ" -w "%{http_code}" -o "$RESP")- Confidence
- 91% confidence
- Finding
- The script transmits prompt content, style anchors, and color-grade data from the job input to an external Google API using curl. In this skill context that is expected functionality, but it is still a real data-exfiltration boundary: if input.json contains sensitive or proprietary material, that data leaves the local environment without any minimization, allowlisting, or sensitivity checks.
