External Transmission
Medium
- Category
- Data Exfiltration
- Content
--argjson influence "$INFLUENCE" \ '{text: $text, duration_seconds: $duration, loop: $loop, prompt_influence: $influence}') local endpoint="https://api.freepik.com/v1/ai/sound-effects" if [[ "$DRY_RUN" == "true" ]]; then json_output "$(json_build command="curl -s -X POST '${endpoint}' ..." provider="$SELECTED" model=sound-effects dry_run=true)"- Confidence
- 95% confidence
- Finding
- This script sends user-supplied prompts and generation parameters to an external Freepik API endpoint, which is a real external data transmission. In a headless agent skill, prompts may contain sensitive user or workspace data, so forwarding them to third-party providers creates privacy and data-handling risk if callers are not clearly informed or constrained.
