From 938c47071d7218069d7ef81e1e66a4fee40328c3 Mon Sep 17 00:00:00 2001 From: JY Tan Date: Thu, 18 Dec 2025 17:21:00 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index dd342eb..9f4963b 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,7 @@ A Go implementation of process sandboxing with network and filesystem restrictions. -**`fence`** wraps arbitrary commands in a security sandbox, blocking network access by default and restricting filesystem operations based on configurable rules. - -> [!NOTE] -> This is still a work in progress and may see significant changes. +**`fence`** wraps arbitrary commands in a security sandbox, blocking network access by default and restricting filesystem operations based on configurable rules. Useful for AI coding agents, untrusted code execution, or running processes with controlled side effects. ## Features