External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash # 1. Self-register via API POST https://api.robotresources.ai/v1/auth/signup Content-Type: application/json {"agent_name": "your-agent-name", "platform": "openclaw"}- Confidence
- 93% confidence
- Finding
- The skill instructs the agent to transmit data to an external service to self-register and obtain an API key. Even though the example payload is limited, this creates unsolicited network egress and enrollment with a third-party service, which is risky in an agent context because it can bypass normal human-controlled account creation and establish a persistent external dependency.
