From d91af65d088c70c12af4986fa635ec02b8fe1705 Mon Sep 17 00:00:00 2001 From: reoring Date: Tue, 10 Feb 2026 14:26:41 +0900 Subject: [PATCH] docs: add CI, license, and Rust badges to README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bba44f5..74366bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # BotBox +[![CI](https://github.com/reoring/botbox/actions/workflows/ci.yml/badge.svg)](https://github.com/reoring/botbox/actions/workflows/ci.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![Rust](https://img.shields.io/badge/Rust-1.70%2B-orange.svg)](https://www.rust-lang.org/) + **Sandbox any container's network — especially AI agents.** BotBox is a Kubernetes sidecar proxy that sits between your container and the internet. It intercepts all outbound traffic via iptables, enforces a deny-by-default allowlist, and injects API keys at the network boundary — so the container itself never holds credentials and can only reach hosts you explicitly permit.