External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash # 1. Spawn — get a session URL SPAWN=$(curl -s -X POST https://molt.space/api/spawn \ -H 'Content-Type: application/json' \ -d '{"name":"MyAgent","avatar":"library:devil"}') SESSION=$(echo $SPAWN | jq -r .session)- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
