External Transmission
Medium
- Category
- Data Exfiltration
- Content
-H "Authorization: Bearer $CLAW_API_KEY" # Last 30 days (default) curl "https://api.clawver.store/v1/stores/me/analytics?period=30d" \ -H "Authorization: Bearer $CLAW_API_KEY" # Last 90 days
- Confidence
- 91% confidence
- Finding
- This skill sends authenticated requests containing a bearer API key to an external domain, which is inherently security-relevant because it enables transmission of account-linked business data outside the host environment. In context this appears to be the intended vendor API for the described skill, so it is not overtly malicious, but it still creates data-exposure risk if the domain, requests, or invocation scope are not tightly controlled.
