Skip to main content

steerable-egress-proxy

Optional Steerable component: a local, allow-listing CONNECT egress proxy.

Why it exists

The sidecar's OS sandboxes cannot do per-host egress on their own: macOS Seatbelt degrades hostnames to ports (*:443), and Linux bwrap can only drop the whole network namespace. The remedy on both is the same — confine the sidecar to localhost:<proxy port> and let this proxy own the host list. See docs/spec/safety.md ("Egress allow-list") for the full threat model.

Usage

steerable-egress-proxy --bind 127.0.0.1:8899 \
    --allow api.deepseek.com \
    --allow localhost:11434
  • Bare host entries allow ports 443 and 80, mirroring the Seatbelt profile semantics so the two layers agree.
  • Fail-closed by construction: an empty allow-list is a startup error, not "open"; targets off the list get 403; non-CONNECT gets 405 (unless credential-broker mode is on, below).
  • Request heads are capped at 16 KiB; upstream dials time out after 10s.

Wire-up with the sandbox: set the sidecar's egress allow-list to localhost:8899 only, and point the sidecar's HTTP stack at the proxy (HTTPS_PROXY=http://127.0.0.1:8899 — httpx honors it). The sandbox then pins the process to the proxy and the proxy enforces the host list.

Credential broker mode (W2.2.2)

STEERABLE_EGRESS_SECRET='Bearer sk-...' \
steerable-egress-proxy --bind 127.0.0.1:8899 \
    --allow api.deepseek.com \
    --inject-host api.deepseek.com \
    --inject-secret-env STEERABLE_EGRESS_SECRET

With an inject rule, plain-HTTP requests naming that host in the absolute URI are forwarded to the host over TLS with the credential header injected. The sandboxed sidecar then uses http://api.deepseek.com as its provider baseUrl (note: http) with the proxy as HTTP_PROXY, and never holds the real token — the secret exists only in the proxy process (env var, never argv).

Rules: off-host plain-HTTP → 403; no rule → non-CONNECT stays 405; client-supplied credential headers are stripped, never forwarded; chunked request bodies → 501. One inject rule per proxy. --inject-header switches the header (e.g. x-api-key); --inject-scheme http exists for loopback test upstreams only. TLS is never intercepted — the CONNECT path stays opaque byte plumbing.

Control endpoint (session-scoped widening)

STEERABLE_EGRESS_CONTROL_TOKEN='random-token' \
steerable-egress-proxy --bind 127.0.0.1:8899 \
    --allow api.deepseek.com \
    --control-port 0 \
    --control-token-env STEERABLE_EGRESS_CONTROL_TOKEN

With a control token configured, the proxy also serves one loopback-only endpoint, POST /allow {"host": "example.com[:port]"} with Authorization: Bearer <token>, which adds a session-scoped entry to the allow-list (it dies with the process; the baseline list stays immutable). The ephemeral port is reported on stdout as EGRESS_CONTROL_PORT=<port>.

This exists for the ask-the-user flow: a denied CONNECT gets a 403 whose reason phrase names the target (... egress denied for host:port — the only metadata channel a CONNECT client can see), the sidecar's web tools parse that and ask the host UI for a widening decision, and an allow is relayed here before the fetch retries once.

The bearer token is the whole authorization story. Pass it by env, never argv (visible in ps); the sidecar's sandboxed children run with a scrubbed environment that excludes it, so a confined process cannot widen its own egress. Without --control-token-env there is no control plane at all.

Release files for steerable-egress-proxy 0.6.12

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for steerable-egress-proxy 0.6.12
File Size Uploaded
steerable_egress_proxy-0.6.12.tar.gz 20.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for steerable-egress-proxy 0.6.12
File Interpreter ABI Platform
steerable_egress_proxy-0.6.12-py3-none-any.whl Python 3 none any Details

Total release size: 35.8 kB

Release files / steerable_egress_proxy-0.6.12.tar.gz

Download URL steerable_egress_proxy-0.6.12.tar.gz
Size 20.1 kB
Tags Source
SHA-256 checksum
How to use checksums
3f378210b3b606f3a9a59f67f8f3f8a9d86917af80167ecf3e537552e687f752
BLAKE2b-256 checksum
How to use checksums
9c3f1c65a37a89d35b29a364bcf8494166a3fa05a54a482339318ec5bb7ec7bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / steerable_egress_proxy-0.6.12-py3-none-any.whl

Download URL steerable_egress_proxy-0.6.12-py3-none-any.whl
Size 15.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
41ab74caec97486856127350cc25485b76ab33c1edd6b9672733c23b928d8be0
BLAKE2b-256 checksum
How to use checksums
020573b4037e882bf8c03ec41c74d6dd9c6d83b7779501e38f9b5e6c6ab479db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

0.6.28

2 release files

0.6.27

2 release files

0.6.26

2 release files

0.6.25

2 release files

0.6.24

2 release files

0.6.23

2 release files

0.6.22

2 release files

0.6.21

2 release files

0.6.20

2 release files

0.6.19

2 release files

0.6.18

2 release files

0.6.17

2 release files

0.6.16

2 release files

0.6.15

2 release files

0.6.14

2 release files

0.6.13

2 release files

This release

0.6.12 This release

2 release files

0.6.11

2 release files

0.6.10

2 release files

0.6.9

2 release files

0.6.8

2 release files

0.6.7

2 release files

0.6.6

2 release files

0.6.5

2 release files

0.6.4

2 release files

0.6.3

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page