External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash jq -n --arg msg "USER_QUESTION_HERE" '{"message":$msg}' | \ curl -sS -X POST https://apis.aubr.ai/api/chat \ -H "Content-Type: application/json" \ --data-binary @- ```- Confidence
- 89% confidence
- Finding
- The skill sends user-provided questions to an external third-party API, which is a real data egress path. Although this is the stated purpose of the skill and the content is limited to longevity research queries over HTTPS, user prompts may still contain sensitive personal or medical information, and the service requires no authentication or contractual trust boundary.
