Skip to content

feat(wire): inline LLM/MCP wire firewall (agentfw proxy, wire feature)#8

Merged
ZhiXiao-Lin merged 1 commit into
mainfrom
feat/agentfw
Jun 28, 2026
Merged

feat(wire): inline LLM/MCP wire firewall (agentfw proxy, wire feature)#8
ZhiXiao-Lin merged 1 commit into
mainfrom
feat/agentfw

Conversation

@ZhiXiao-Lin

Copy link
Copy Markdown
Contributor

A local proxy at /wire//... built on a3s-sentry: masks secrets/PII before
the upstream, restores on the response, blocks injection/jailbreak, audits the
response leg. Off by default. Faithful transport: forwards path+query, strips
accept-encoding, 8 MiB body cap, preserves upstream status/content-type, non-UTF-8
passthrough. a3s-gateway wire subcommand + serve/serve_with_listener. Soak-tested
(scripts/soak-wire.sh: 20s/conc-32 → 71.6k req, 0 err, 0 leak, RSS flat). New src/wire.rs.

A local proxy at /wire/<agent>/... built on a3s-sentry: masks secrets/PII before
the upstream, restores on the response, blocks injection/jailbreak, audits the
response leg. Off by default. Faithful transport: forwards path+query, strips
accept-encoding, 8 MiB body cap, preserves upstream status/content-type, non-UTF-8
passthrough. `a3s-gateway wire` subcommand + serve/serve_with_listener. Soak-tested
(scripts/soak-wire.sh: 20s/conc-32 → 71.6k req, 0 err, 0 leak, RSS flat). New src/wire.rs.
@ZhiXiao-Lin ZhiXiao-Lin merged commit 1d399b0 into main Jun 28, 2026
@ZhiXiao-Lin ZhiXiao-Lin deleted the feat/agentfw branch June 28, 2026 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant