Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ AI agents increasingly use external tools, plugins, and skills to interact with
| **[CubeSandbox](https://github.com/TencentCloud/CubeSandbox)** | Hardware-isolated (per-kernel) sub-60ms sandbox for secure AI agent code execution, with an out-of-sandbox credential vault, eBPF network isolation, and domain-allowlisted egress controls with audit logging | [![GitHub](https://img.shields.io/github/stars/TencentCloud/CubeSandbox)](https://github.com/TencentCloud/CubeSandbox) |
| **[Invariant Guardrails](https://github.com/invariantlabs-ai/invariant)** | Policy-based agent security guardrails | [![GitHub](https://img.shields.io/github/stars/invariantlabs-ai/invariant)](https://github.com/invariantlabs-ai/invariant) |
| **[Armorer Guard](https://github.com/ArmorerLabs/Armorer-Guard)** | Local Rust scanner for AI-agent prompt injection, credential redaction, sensitive-data requests, exfiltration-style text, and dangerous tool-call context | [![GitHub](https://img.shields.io/github/stars/ArmorerLabs/Armorer-Guard)](https://github.com/ArmorerLabs/Armorer-Guard) |
| **[Sunglasses](https://github.com/sunglasses-dev/sunglasses)** | Runtime trust scanner for agent skills and tool use: 1,089 patterns across 65 attack categories (prompt injection, tool poisoning, MCP attacks, skill compromise) plus a mechanism layer, shipped as a pip package, GitHub Action, and free web scanner with a published precision/recall benchmark | [![GitHub](https://img.shields.io/github/stars/sunglasses-dev/sunglasses)](https://github.com/sunglasses-dev/sunglasses) |
| **[LLM Guard](https://github.com/protectai/llm-guard)** | Input/output scanning for LLM applications | [![GitHub](https://img.shields.io/github/stars/protectai/llm-guard)](https://github.com/protectai/llm-guard) |
| **[Rebuff](https://github.com/protectai/rebuff)** | Self-hardening prompt injection detector | [![GitHub](https://img.shields.io/github/stars/protectai/rebuff)](https://github.com/protectai/rebuff) |
| **[NeMo Guardrails](https://github.com/NVIDIA/NeMo-Guardrails)** | NVIDIA's toolkit for adding guardrails to LLM-based applications | [![GitHub](https://img.shields.io/github/stars/NVIDIA/NeMo-Guardrails)](https://github.com/NVIDIA/NeMo-Guardrails) |
Expand Down