From 2abda47b0a53c1a765f21e2ca9da2aec01fd9a56 Mon Sep 17 00:00:00 2001 From: JY Tan Date: Thu, 18 Dec 2025 17:51:04 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46fa573..9c2ff87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # fence +![GitHub Release](https://img.shields.io/github/v/release/Use-Tusk/fence) + A Go implementation of process sandboxing with network and filesystem restrictions. `fence` wraps commands in a sandbox that blocks network access by default and restricts filesystem operations based on configurable rules. Useful for AI coding agents, untrusted code execution, or running processes with controlled side effects.