External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash # JSON response for agents curl -H "Accept: application/json" "https://add.tools/search?q=send+email" # With explicit format param curl "https://add.tools/search?q=weather+forecast&format=json"
- Confidence
- 88% confidence
- Finding
- The skill instructs agents to send user-provided search queries and feedback to an external service, which creates a real data exfiltration surface. Even though this is core functionality and appears benign, agents may forward sensitive prompts, operational context, or user data to add.tools without adequate minimization, consent, or policy checks.
