- SignalDesk2026-09-11
Hi HN, we built an extension to Envoy proxy that parses and sends contents of requests to an LLM at runtime.<p>We do that by adding a deterministic SQL parser, gGRPC payload inspection and LLM analysis of the payload before upstream call.<p>Users are proxying headless agents traffic with it so that sec teams can have their prompts blocking harmful actions via network traffic before it leaves the agent.<p>When you tell the LLM analyzing the traffic to block writes, it will spot it across the different protocols by looking at the structured payload we build from parsing the binary protocol.<p>It runs as a UDS upstream, and we're exploring bundling it inside envoy to remove the UDS hop.<p>Envoy is incredible, but it has limited support for anything outside http. Basic database query pars
- 情报分类:技术价值
- 命中依据:将线协议转为LLM可理解的结构化语句,有技术实用价值
- 来源:Hacker News 新项目
- 原作者:andriosr
- 发布时间:2026/9/11 00:25:23
- No replies yet