Skip to content

Add Agent Guard to Tools section#132

Open
Aveerayy wants to merge 1 commit intocorca-ai:mainfrom
Aveerayy:add-agent-guard
Open

Add Agent Guard to Tools section#132
Aveerayy wants to merge 1 commit intocorca-ai:mainfrom
Aveerayy:add-agent-guard

Conversation

@Aveerayy
Copy link
Copy Markdown

@Aveerayy Aveerayy commented Apr 5, 2026

What is Agent Guard?

Agent Guard is an open-source runtime governance firewall for AI agents. It sits between your agent framework and the tools agents call, policy-checking every action before it executes.

Why it fits this list

  • MCP Security Scanner: Detects tool poisoning, prompt injection, typosquatting, hidden unicode, and schema abuse in MCP tool definitions
  • Runtime Policy Enforcement: Sub-millisecond (<0.1ms) policy evaluation for every agent action
  • Zero-Trust Identity: Ed25519 cryptographic agent credentials and trust scoring
  • Execution Sandboxing: 5-level permission tiers
  • OWASP Coverage: 10/10 OWASP Agentic Top 10 risks addressed
  • Audit Trail: SHA-256 hash-chained tamper-proof logs

Single pip install, MIT licensed, 114 tests, works with LangChain, OpenAI Agents, CrewAI, and AutoGen.

Made with Cursor

Summary by CodeRabbit

릴리스 노트

  • 문서화
    • README의 Tools 목록에 새로운 도구가 추가되었습니다.

Agent Guard is an open-source runtime governance firewall for AI agents
covering 10/10 OWASP Agentic Top 10 risks. Features include policy
enforcement, MCP security scanning, zero-trust Ed25519 identity,
execution sandboxing, and kill switch.

https: //github.com/Aveerayy/agent-guard
Made-with: Cursor
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 5, 2026

개요

README.md 파일의 "Tools" 섹션에 Agent Guard 도구에 대한 새로운 항목을 추가했습니다. GitHub 저장소 링크, 뱃지, 그리고 런타임 거버넌스 및 방화벽 기능에 대한 설명이 포함되었습니다.

변경 사항

Cohort / File(s) Summary
Documentation Update
README.md
Added new bullet entry for Agent Guard tool with GitHub link, stars badge, and description of runtime governance/firewall capabilities to the Tools section.

예상 코드 리뷰 노력

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add Agent Guard to Tools section' directly and specifically describes the main change—adding a new entry to the Tools list in README.md, matching the PR's primary objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 121: Replace the assertive claim "Covers 10/10 OWASP Agentic Top 10" in
the README line that follows the "[Agent Guard]" badge with a neutral phrasing
or add a reference link to supporting mapping; specifically update the phrase
"Covers 10/10 OWASP Agentic Top 10" to something like "Provides
mappings/mitigations for the OWASP Agentic Top 10" or "Aims to address OWASP
Agentic Top 10 (see mapping)" and, if available, append a link to the specific
mapping or evidence document so readers can verify the coverage.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 48b4b27c-4052-4371-ade3-c1d4e70d2337

📥 Commits

Reviewing files that changed from the base of the PR and between c8ae124 and feefaf8.

📒 Files selected for processing (1)
  • README.md

- [WhistleBlower](https://github.com/Repello-AI/whistleblower): open-source tool designed to infer the system prompt of an AI agent based on its generated text outputs. ![GitHub Repo stars](https://img.shields.io/github/stars/Repello-AI/whistleblower?style=social)
- [Open-Prompt-Injection](https://github.com/liu00222/Open-Prompt-Injection): open-source tool to evaluate prompt injection attacks and defenses on benchmark datasets. ![GitHub Repo stars](https://img.shields.io/github/stars/liu00222/Open-Prompt-Injection?style=social)
- [Agentic Radar](https://github.com/splx-ai/agentic-radar): Open-source CLI security scanner for agentic workflows. ![GitHub Repo stars](https://img.shields.io/github/stars/splx-ai/agentic-radar?style=social)
- [Agent Guard](https://github.com/Aveerayy/agent-guard): Runtime governance firewall for AI agents — policy enforcement, MCP security scanning, zero-trust identity, execution sandboxing, and kill switch. Covers 10/10 OWASP Agentic Top 10. ![GitHub Repo stars](https://img.shields.io/github/stars/Aveerayy/agent-guard?style=social)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

절대적 보안 커버리지 주장(“10/10”)은 근거 링크와 함께 완화해 주세요.

Line 121의 Covers 10/10 OWASP Agentic Top 10는 근거 문서 없이 단정적으로 보일 수 있습니다. 이 저장소 성격상 과장 표현 대신 “OWASP Agentic Top 10 대응 목표/매핑 제공”처럼 중립 문구로 바꾸거나, 해당 매핑 문서 링크를 같이 붙이는 편이 안전합니다.

✏️ 제안 diff
-- [Agent Guard](https://github.com/Aveerayy/agent-guard): Runtime governance firewall for AI agents — policy enforcement, MCP security scanning, zero-trust identity, execution sandboxing, and kill switch. Covers 10/10 OWASP Agentic Top 10. ![GitHub Repo stars](https://img.shields.io/github/stars/Aveerayy/agent-guard?style=social)
+- [Agent Guard](https://github.com/Aveerayy/agent-guard): Runtime governance firewall for AI agents — policy enforcement, MCP security scanning, zero-trust identity, execution sandboxing, and kill switch. Includes OWASP Agentic Top 10 mapping in project docs. ![GitHub Repo stars](https://img.shields.io/github/stars/Aveerayy/agent-guard?style=social)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [Agent Guard](https://github.com/Aveerayy/agent-guard): Runtime governance firewall for AI agents — policy enforcement, MCP security scanning, zero-trust identity, execution sandboxing, and kill switch. Covers 10/10 OWASP Agentic Top 10. ![GitHub Repo stars](https://img.shields.io/github/stars/Aveerayy/agent-guard?style=social)
- [Agent Guard](https://github.com/Aveerayy/agent-guard): Runtime governance firewall for AI agents — policy enforcement, MCP security scanning, zero-trust identity, execution sandboxing, and kill switch. Includes OWASP Agentic Top 10 mapping in project docs. ![GitHub Repo stars](https://img.shields.io/github/stars/Aveerayy/agent-guard?style=social)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 121, Replace the assertive claim "Covers 10/10 OWASP
Agentic Top 10" in the README line that follows the "[Agent Guard]" badge with a
neutral phrasing or add a reference link to supporting mapping; specifically
update the phrase "Covers 10/10 OWASP Agentic Top 10" to something like
"Provides mappings/mitigations for the OWASP Agentic Top 10" or "Aims to address
OWASP Agentic Top 10 (see mapping)" and, if available, append a link to the
specific mapping or evidence document so readers can verify the coverage.

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