Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a straightforward Temu product-search integration that sends a user-provided keyword to Clawec's API using a user-supplied API key.
Install this only if you are comfortable sending Temu search keywords to Clawec and using a Clawec API key. Avoid entering confidential product plans, customer names, or proprietary sourcing terms unless Clawec is an approved provider for that data.
## 调用
```bash
curl -s -X POST "https://www.clawec.com/api/aigc/ec/temu_search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $CLAWEC_API_KEY" \
-d '{"keyword":"蓝牙耳机"}'PAYLOAD=$(python3 -c 'import json,sys; print(json.dumps({"keyword": sys.argv[1]}))' "$KEYWORD")
curl -s -X POST "https://www.clawec.com/api/aigc/ec/temu_search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $API_KEY" \
-d "$PAYLOAD"No suspicious patterns detected.