External Transmission
Medium
- Category
- Data Exfiltration
- Content
### Step 1: Get a free API key (no signup) ```bash curl -X POST https://sutrena.com/api/trial ``` Returns a key (`st_trial_...`), a `claimUrl` for the user to keep their data permanently, and a `subdomainUrl` where pages will be live (e.g. `https://site-a1b2c3d4.sutrena.com`).
- Confidence
- 89% confidence
- Finding
- The skill's documented workflow begins with a POST request to an external service to obtain a trial API key and provisioning details, establishing immediate data transmission to a third party. In the context of a publishing skill this is expected functionality, but it is still security-relevant because subsequent use may expose user-provided content, generated pages, and collected form data to an external hosted platform without sufficient transparency.
