From 1183de8a0c7f269aeca6b930080581d96433a873 Mon Sep 17 00:00:00 2001 From: Nik L Date: Fri, 13 Mar 2026 14:42:50 -0400 Subject: [PATCH] Add Greywall to Security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16fe6d0..bc8dc4e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Technology - [You Wouldn't Base64 a Password - Cryptography Decoded](https://paragonie.com/blog/2015/08/you-wouldnt-base64-a-password-cryptography-decoded) - A primer on Cryptography for Developers - [How to Protect Your Infrastructure Against the Basic Attacker](http://blog.mailgun.com/security-guide-basic-infrastructure-security/) - A good outline of important security configurations in Linux based systems +- [Greywall](https://github.com/GreyhavenHQ/greywall) - Deny-by-default command sandbox with filesystem isolation and network control for AI coding agents and CLI tools Tools -----