Skip to content

Add agentic-anti-patterns to Other Awesome Projects#174

Open
jimliu741523 wants to merge 1 commit into
corca-ai:mainfrom
jimliu741523:add-agentic-anti-patterns
Open

Add agentic-anti-patterns to Other Awesome Projects#174
jimliu741523 wants to merge 1 commit into
corca-ai:mainfrom
jimliu741523:add-agentic-anti-patterns

Conversation

@jimliu741523
Copy link
Copy Markdown

@jimliu741523 jimliu741523 commented May 4, 2026

Adds agentic-anti-patterns — a 20-entry catalog of documented LLM-agent failure modes (prompt injection via tool output, MCP trust boundary, RAG poisoning, exfiltration, autonomy creep, multi-agent vertical-domain failure) — to the Other Awesome Projects section.

1-line entry, same format as the existing items in that section. MIT-licensed.

Summary by CodeRabbit

릴리스 노트

  • 문서
    • "Other Awesome Projects" 섹션에 새로운 항목 추가: agentic-anti-patterns. LLM 에이전트 실패 모드 카탈로그로 연결되며, 증상, 근본 원인, 완화 방안 및 감지 방법에 대한 정보를 포함합니다.

20-entry catalog of LLM-agent failure modes covering injection,
exfiltration, MCP trust boundary, RAG poisoning, autonomy creep,
vertical-domain failures. MIT-licensed.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

Walkthrough

README.md의 Other Awesome Projects 섹션에 agentic-anti-patterns 프로젝트를 나열하는 새로운 항목을 추가했습니다. 해당 항목에는 프로젝트의 GitHub 링크와 LLM 에이전트 실패 모드에 대한 설명이 포함되어 있습니다.

Changes

문서 추가

Layer / File(s) Summary
프로젝트 목록 업데이트
README.md
Other Awesome Projects 섹션에 agentic-anti-patterns 항목을 추가했습니다. 해당 항목은 LLM 에이전트 실패 모드, 증상, 근본 원인, 완화 방안 및 탐지 방법을 다루는 큐레이션된 카탈로그를 링크합니다.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and specifically describes the main change: adding a new project entry to the README's Other Awesome Projects section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

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

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.

🧹 Nitpick comments (1)
README.md (1)

139-151: ⚡ Quick win

가독성: Other Awesome Projects 항목(라인 141) 설명을 줄바꿈 처리해 주세요.

현재 해당 불릿 항목은 내용이 매우 긴 단일 라인이라 리뷰/머지 시 스크롤 비용이 커집니다. 마크다운에서 연속 라인을 인덴트로 처리하면 렌더링은 유지하면서도 유지보수가 쉬워집니다.

♻️ Proposed formatting change
- - [agentic-anti-patterns](https://github.com/jimliu741523/agentic-anti-patterns): curated catalog of 20 LLM-agent failure modes (prompt injection via tool output, MCP server trust boundary collapse, RAG retrieval poisoning, exfiltration via agent-initiated fetch, autonomy creep, multi-agent vertical-domain failure, and more) with symptoms, root causes, mitigations, and detection per entry.
+ - [agentic-anti-patterns](https://github.com/jimliu741523/agentic-anti-patterns): curated catalog of 20 LLM-agent failure modes
+   (prompt injection via tool output, MCP server trust boundary collapse, RAG retrieval poisoning, exfiltration via agent-initiated fetch,
+   autonomy creep, multi-agent vertical-domain failure, and more) with symptoms, root causes, mitigations, and detection per entry.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 139 - 151, The long single-line bullet under the
"Other Awesome Projects" section (the "- [agentic-anti-patterns]" list item)
hurts readability; split that long description into multiple wrapped lines while
preserving the markdown list/rendering by indenting continuation lines (e.g.,
indent subsequent lines of the same bullet with two or four spaces) so the link
stays first and the extended description is on following indented lines; do the
same for any other overly long bullets in that section (e.g., the "(0din GenAI
Bug Bounty...)" entry) to reduce horizontal scrolling and improve
maintainability.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@README.md`:
- Around line 139-151: The long single-line bullet under the "Other Awesome
Projects" section (the "- [agentic-anti-patterns]" list item) hurts readability;
split that long description into multiple wrapped lines while preserving the
markdown list/rendering by indenting continuation lines (e.g., indent subsequent
lines of the same bullet with two or four spaces) so the link stays first and
the extended description is on following indented lines; do the same for any
other overly long bullets in that section (e.g., the "(0din GenAI Bug
Bounty...)" entry) to reduce horizontal scrolling and improve maintainability.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2daee1cc-d13c-44ce-bb2e-10ad55ec8aed

📥 Commits

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

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

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