External Transmission
Medium
- Category
- Data Exfiltration
- Content
## 调用 ```bash curl -s -X POST "https://www.clawec.com/api/aigc/tool/amazon_product_search" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $CLAWEC_API_KEY" \ -d '{"keyword":"bluetooth headphones","region":"NA"}'- Confidence
- 82% confidence
- Finding
- The skill sends user-supplied search keywords and an API bearer token to an external third-party service. External transmission is expected for this skill's purpose, but it still creates a real data exposure boundary: user inputs and credentials leave the local agent environment and are processed by clawec.com, so misuse, over-collection, or inadequate disclosure could expose sensitive data.
