From 08f06a210fc0552fb713a6a13c9fde726c1b617c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20M=C3=89LEN?= <20891897+ThibautMelen@users.noreply.github.com> Date: Sat, 11 Jul 2026 18:16:21 +0200 Subject: [PATCH] Add Nika to Sandboxing & Isolation Environments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Nika 🦋 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64858d4..7d2d4a4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ This list is organized by the **security lifecycle** of an autonomous agent, cov - **[Kubernetes Agent Sandbox](https://github.com/kubernetes-sigs/agent-sandbox)** - A Kubernetes Native project providing a Sandbox Custom Resource Definition (CRD) to manage isolated, stateful workloads for AI agents. - **[Agent-Infra Sandbox](https://github.com/agent-infra/sandbox)** - An "All-In-One" sandbox combining Browser, Shell, VSCode, and File System access in a single Docker container, optimized for agentic tasks. - **[OpenHands](https://github.com/All-Hands-AI/OpenHands)** - Formerly OpenDevin, this platform includes a secure runtime environment for autonomous coding agents to operate without accessing the host machine's sensitive files. +- **[Nika](https://github.com/supernovae-st/nika)** - Rust workflow engine that runs AI tasks under default-deny permits (file/network/exec/tool allowlists) with pre-run static secret-flow checks and hash-chained tamper-evident run traces (`nika trace verify`) for post-hoc audit. ## 🚧 Guardrails & Compliance *Middleware to enforce business logic and safety policies on inputs and outputs.*