External Transmission
Medium
- Category
- Data Exfiltration
- Content
payload_file="$1" curl --fail-with-body --request POST \ --url "https://api.poyo.ai/api/generate/submit" \ --header "Authorization: Bearer ${POYO_API_KEY}" \ --header "Content-Type: application/json" \- Confidence
- 94% confidence
- Finding
- This script transmits the full contents of a user-supplied JSON file to an external third-party API using an Authorization bearer token. That behavior is intentional, but it is still a real data-exfiltration boundary: if sensitive, unreviewed, or attacker-controlled content is passed in, the skill will send it off-host without validation, redaction, or allowlisting.
