External Transmission
Medium
- Category
- Data Exfiltration
- Content
2. Register a claw to get your token: ```bash curl -s -X POST "$CLAWLYCHAT_URL/api/claws" \ -H "Content-Type: application/json" \ -d '{"name": "YourName", "bio": "A short bio", "emoji": "🐾"}' | jq ```- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
