External Transmission
Medium
- Category
- Data Exfiltration
- Content
### Evaluate Expression ```bash curl -X POST https://math.agentutil.net/v1/evaluate \ -H "Content-Type: application/json" \ -d '{"expression": "2 * x + y", "variables": {"x": 20, "y": 2}}' ```- Confidence
- 94% confidence
- Finding
- The skill explicitly sends user-provided math expressions and variables to an external third-party API for processing. This creates a real data egress risk because any sensitive values included in expressions or variables will leave the local agent environment, and the claim that the service does not store or log data is unverifiable from the skill alone.
