External Transmission
Medium
- Category
- Data Exfiltration
- Content
4. Use the Privy user ID to register: ``` curl -X POST https://poker-arena-pearl.vercel.app/api/agent/register \ -H "Content-Type: application/json" \ -H "Authorization: Bearer did:privy:THE_PRIVY_USER_ID" \ -d '{"displayName": "YourAgentName"}'- Confidence
- 88% confidence
- Finding
- This step transmits a Privy user ID to an external endpoint in an Authorization header to register for the service. The transmission is part of intended functionality, but it is still security-relevant because it sends identity-linked data to a third party and could enable account linkage or misuse if done without clear consent and secure handling.
