All network access from this plugin goes to a single configurable host: the pixcli API (default https://pixcli.shellbot.sh, overridable via the baseUrl config or the PIXCLI_API_URL env var). Tools submit generation jobs and poll results under /api/v1/ (generate, edit, video, audio/*, jobs, models, publish) and send the user-provided PIXCLI_API_KEY as an Authorization Bearer header. No other hosts are contacted; there is no telemetry, no local filesystem access, and no subprocess execution. Media inputs are caller-supplied URLs.
