External Transmission
Medium
- Category
- Data Exfiltration
- Content
{ "openclaw": { "emoji": "🦡", "primaryEnv": "PROXQ_URL", "requires": { "bins": ["curl", "docker"] } } } permissions: network: "outbound HTTP to the configured PROXQ_URL (submit/poll/cancel job calls) — AND proxq itself makes arbitrary outbound HTTP requests to whatever upstream/URL you submit through it, on your behalf. That's an SSRF surface: only submit requests you intend proxq's configured upstreams to receive." shell: "curl + docker/docker-compose invocations shown in setup.md and this file (container lifecycle, request examples) — no other host access" --- # proxq- Confidence
- 88% confidence
- Finding
- The skill explicitly permits outbound HTTP to a proxq instance that can in turn forward arbitrary HTTP requests to configured upstreams on the caller’s behalf. In this context, the external transmission is not merely informational: it creates a real SSRF-capable relay and can transmit request bodies, headers, and potentially sensitive data to internal or trusted backends if the proxq deployment is mis-scoped or exposed without auth.
