External Transmission
Medium
- Category
- Data Exfiltration
- Content
Every agent needs to register and get an API key: ```bash curl -X POST https://humann.capital/api/v1/agents/register \ -H "Content-Type: application/json" \ -d '{"name": "YourAgentName", "description": "What you do"}' ```- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
