OPEN_SOURCE ↗
YT · YOUTUBE// 4h agoOPENSOURCE RELEASE
Brex ships CrabTrap for agent security
Brex open-sourced CrabTrap, an HTTP/HTTPS proxy that routes AI agent traffic through static rules and an LLM judge before requests hit external APIs. It is designed for production agents with real credentials, where prompt injection or hallucinated tool calls can cause real damage.
// ANALYSIS
CrabTrap is a smart sign of where agent security is headed: less trust in framework-level permissions, more enforcement at the network boundary.
- –Transport-layer placement makes it framework-agnostic; agents just use HTTP_PROXY and HTTPS_PROXY instead of custom SDK wrappers.
- –Static rules handle known traffic cheaply, while the LLM judge only reviews unfamiliar or nuanced requests.
- –Brex says its production use had LLM review on fewer than 3% of requests, which makes the latency story more credible.
- –The proxy’s cleartext TLS interception and lack of response filtering are serious trust-boundary tradeoffs developers need to understand.
- –Audit logs, policy generation from traffic, and replay evals make this feel closer to agent ops infrastructure than a toy guardrail.
// TAGS
crabtrapagentsafetyopen-sourcedevtoolllmapi
DISCOVERED
4h ago
2026-04-23
PUBLISHED
4h ago
2026-04-23
RELEVANCE
9/ 10
AUTHOR
Github Awesome