awesome-ai-agents-security banner
ProjectRecon ProjectRecon

awesome-ai-agents-security

Security community intermediate

Description

[](https://awesome.re) [](http://creativecommons.org/publicdomain/zero/1.0/) [](https://github.com/ProjectRecon/awesome-ai-agents-security/blob/main/CONTRIBUTING.md) [](https://github.com/ProjectRecon/awesome-ai-agents-security/graphs/commit-activity)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Awesome AI Agents Security

[](https://awesome.re) [](http://creativecommons.org/publicdomain/zero/1.0/) [](https://github.com/ProjectRecon/awesome-ai-agents-security/blob/main/CONTRIBUTING.md) [](https://github.com/ProjectRecon/awesome-ai-agents-security/graphs/commit-activity)

A curated list of open-source tools, frameworks, and resources for securing autonomous AI agents.

This list is organized by the **security lifecycle** of an autonomous agent, covering red teaming, runtime protection, sandboxing, and governance.

📖 Table of Contents


🛡️ Agent Firewalls & Gateways (Runtime Protection)

*Tools that sit between the agent and the world to filter traffic, prevent unauthorized tool access, and block prompt injections.*

  • AgentGateway - A Linux Foundation project providing an AI-native proxy for secure connectivity (A2A & MCP protocols). It adds RBAC, observability, and policy enforcement to agent-tool interactions.
  • Envoy AI Gateway - An Envoy-based gateway that manages request traffic to GenAI services, providing a control point for rate limiting and policy enforcement.

⚔️ Red Teaming & Vulnerability Scanners

*Offensive tools to test agents for security flaws, loop conditions, and unauthorized actions.*

...