A developer released litelm, a lightweight library that replicates LiteLLM's core routing and message-translation functionality across LLM providers in roughly 2,900 lines of code with only two dependencies. It deliberately omits LiteLLM's larger feature set—proxy servers, caching, cost tracking, and dozens of add-ons—keeping only model routing, streaming, tool use, embeddings, and the Responses API. The API mirrors LiteLLM's function names and arguments, so existing users can switch by simply renaming their imports.
github.com
· 2026-09-11
Security researchers warn that enterprises deploying AI agents are prioritizing gateway controls before establishing the identity and attribution systems those gateways depend on. A real-world example cited is a LiteLLM flaw added to CISA's Known Exploited Vulnerabilities catalog in June, which let attackers run commands on the host without credentials, one of seven vulnerabilities found in that gateway in a single month. Analysts argue gateways should be the fifth layer of defense, not the first, since without knowing which agent is acting and why, enforcement systems can't tell legitimate actions from technically permitted but inappropriate ones.
venturebeat.com
· 2026-08-30