SpaceRouter

PassAudited by ClawScan on May 1, 2026.

Overview

SpaceRouter is a coherent residential-proxy routing skill, but users should protect the proxy API key, scope proxy use carefully, and verify any optional SDK or CLI packages before installing them.

Install this skill only if you intentionally want web traffic routed through Space Router residential proxies. Keep the API key secret, use per-request proxying where possible, avoid sensitive or internal destinations, unset proxy environment variables after use, and verify any SDK or CLI packages before installing them.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Other HTTP tools run in the same shell could use the residential proxy unexpectedly, consuming quota and sending request metadata through the proxy provider.

Why it was flagged

This is disclosed and aligned with a proxy skill, but it can route more traffic than a single intended request if left set in the shell.

Skill content
Set `HTTP_PROXY` and `HTTPS_PROXY` so all HTTP clients in the shell session use the proxy automatically
Recommendation

Prefer per-request proxy settings such as curl -x when possible, and unset HTTP_PROXY/HTTPS_PROXY after the task.

What this means

Anyone who sees the environment variable or proxy URL could potentially use the user's Space Router account or quota.

Why it was flagged

The required proxy URL embeds an API key credential. This is expected for the service, and the artifacts do not show logging or unrelated use of the key.

Skill content
SPACE_ROUTER_PROXY_URL=https://sr_live_YOUR_API_KEY@gateway.spacerouter.org
Recommendation

Store the proxy URL securely, avoid pasting it into logs or chats, and rotate the key if it is exposed.

What this means

Installing the wrong or compromised package could affect the local environment.

Why it was flagged

The documentation suggests installing external SDK/CLI packages without pinned versions. This is normal for SDK usage, but users should confirm package provenance.

Skill content
pip install spacerouter ... npm install @spacenetwork/spacerouter ... pip install spacerouter-cli
Recommendation

Verify the package publisher and version before installing, and use pinned versions in controlled environments.

What this means

The proxy provider may observe destination metadata and, for non-HTTPS HTTP traffic, request contents.

Why it was flagged

The skill intentionally sends web traffic through an external proxy gateway. This is its stated purpose, but it creates an external data boundary.

Skill content
Route your HTTP requests through residential IP addresses via Space Router's forward proxy.
Recommendation

Do not route sensitive, internal, or authenticated traffic through the proxy unless you are comfortable with the provider boundary and the target site's requirements.