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 @@ -118,6 +118,7 @@ Contributions are always welcome. Please read the [Contribution Guidelines](CONT
- [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.


## Articles

Expand Down