From ad5ac8f948c081b077143902ec902aa7d83b9bd3 Mon Sep 17 00:00:00 2001 From: toby-bridges Date: Sun, 7 Jun 2026 05:34:17 +0800 Subject: [PATCH] Add API Relay Audit Signed-off-by: toby-bridges --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff71546..39b0aac 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ An awesome & curated list of the best LLMOps tools for developers. | Project | Details | Repository | | ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | +| [API Relay Audit](https://github.com/toby-bridges/api-relay-audit) | Local security audit for AI API relays and LLM proxies; checks prompt injection, model identity drift, tool-call rewriting, error leakage, SSE anomalies, and Web3 wallet probes. | ![GitHub Badge](https://img.shields.io/github/stars/toby-bridges/api-relay-audit.svg?style=flat-square) | | [Cordum](https://github.com/cordum-io/cordum) | Safety-first agent orchestration platform with pre-dispatch policy evaluation, output scanning (PII, secrets, injection), job scheduling, workflow engine, and full audit trail. | ![GitHub Badge](https://img.shields.io/github/stars/cordum-io/cordum.svg?style=flat-square) | | [brood-box](https://github.com/stacklok/brood-box) | CLI tool for running coding agents inside hardware-isolated microVMs with snapshot isolation, egress control, and MCP authorization. | ![GitHub Badge](https://img.shields.io/github/stars/stacklok/brood-box?style=flat-square) | | [dstack](https://github.com/Dstack-TEE/dstack) | Open-source confidential AI framework for secure LLM deployment with data privacy, providing hardware-enforced isolation using Intel TDX and NVIDIA Confidential Computing. | ![GitHub Badge](https://img.shields.io/github/stars/Dstack-TEE/dstack?style=flat-square) |