External Transmission
Medium
- Category
- Data Exfiltration
- Content
**📋 验证方法:** ```bash # 标准 curl 测速命令(固定 temperature=0.7, max_tokens=100) curl -s http://localhost:8080/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"messages":[{"role":"user","content":"请写一段500字左右的技术博客文章,讨论本地部署大语言模型的性能优化方法"}],"max_tokens":100,"temperature":0.7}'- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
