From 92768b4adecabb9106bccb5051571c5587520537 Mon Sep 17 00:00:00 2001 From: "Kevin A." Date: Sun, 22 Mar 2026 17:09:20 +0000 Subject: [PATCH] Add AI Agent Security section with TokenFence --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b0fd58..69f4d65 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Supported by: [GuardRails.io](https://www.guardrails.io) - [Hubble](https://github.com/hubblestack/hubble) - Hubble is a modular, open-source security compliance framework. - [Salus](https://github.com/coinbase/salus) - Multi purpose security scanning tool supporting Ruby, Node, Python and Go. +## AI Agent Security + +- [TokenFence](https://github.com/u4ma-kev/tokenfence-python) - Runtime guardrails SDK for AI agents — per-workflow budget caps, automatic model downgrade, kill switches, and a least-privilege policy engine (allow/deny/require_approval) with audit trail. Zero dependencies. + ## Static Code Analysis - [Bandit](https://github.com/PyCQA/bandit) - Bandit is a tool designed to find common security issues in Python code.