External Transmission
Medium
- Category
- Data Exfiltration
- Content
### Hash ```bash curl -X POST https://hash.agentutil.net/v1/hash \ -H "Content-Type: application/json" \ -d '{"input": "hello world", "algorithm": "sha256"}' ```- Confidence
- 91% confidence
- Finding
- The skill explicitly sends user-provided input to an external third-party API for hashing. While this is part of the skill's stated functionality, it creates a real data exfiltration risk if users provide sensitive material such as passwords, API keys, tokens, or private keys; hashing/HMAC services are especially risky because users may submit secrets expecting local-only processing.
