External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash # Register (10 free credits, no credit card) curl -s -X POST https://api.frompdf.dev/register \ -H "Content-Type: application/json" \ -d '{"email": "you@example.com", "password": "yourpassword"}' # → {"api_key": "frompdf_..."}- Confidence
- 93% confidence
- Finding
- This finding identifies the same external registration endpoint. In context, the endpoint is central to the skill's operation, but it still represents transmission of user data to an external domain and should be treated as a genuine privacy and supply-chain risk rather than ignored.
