Skip to content

Add AgentShield — open-source AI agent firewall and audit log#14

Open
brigen wants to merge 1 commit intoProjectRecon:mainfrom
brigen:add-agentshield
Open

Add AgentShield — open-source AI agent firewall and audit log#14
brigen wants to merge 1 commit intoProjectRecon:mainfrom
brigen:add-agentshield

Conversation

@brigen
Copy link
Copy Markdown

@brigen brigen commented Apr 1, 2026

Description

Adding AgentShield to the Agent Firewalls & Gateways (Runtime Protection) section.

What is AgentShield?

AgentShield is an open-source security layer that sits between AI agents and their tools as a policy-enforcing proxy. It provides:

  • 3 interception layers: MCP tool calls, CLI commands, and HTTP requests
  • Policy engine: Rules-based allow/deny/warn with rate limiting and regex argument matching
  • Audit logging: Structured JSON logs with automatic secret redaction (AWS keys, GitHub tokens, API creds)
  • Web dashboard: Real-time monitoring at localhost:4040 — call feeds, analytics, anomaly alerts
  • HTTP proxy: Blocks exfiltration attempts (pastebin, ngrok), detects secret leaks in outbound requests
  • CLI guard: Prevents destructive operations (rm -rf, git push --force)

Installed via npm, integrates with Claude Code via MCP server config.

Checklist

  • Tool is directly related to AI agent security (runtime protection)
  • Open-source (MIT license)
  • Actively maintained (recent commits)
  • Follows the required formatting: **[Name](URL)** - Description ending with period.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant