External Transmission
Medium
- Category
- Data Exfiltration
- Content
For example, with `curl` (write the JSON to a file first, or inline it with `--data`): ```bash curl -sS -X POST https://preview.rooquiz.com/api/preview-forms \ -H 'Content-Type: application/json' \ --data-binary @/tmp/preview-form.json ```
- Confidence
- 92% confidence
- Finding
- The skill instructs the agent to transmit arbitrary quiz JSON to an external third-party service over the network, which can include user-provided content and potentially sensitive information if the quiz contains personal data or lead-capture fields. Because the endpoint is public, unauthenticated, and intended for immediate sharing, users may be encouraged to send data off-platform without clear consent, data classification, or minimization controls.
