Add agentic-anti-patterns to Other Awesome Projects#174
Open
jimliu741523 wants to merge 1 commit into
Open
Conversation
20-entry catalog of LLM-agent failure modes covering injection, exfiltration, MCP trust boundary, RAG poisoning, autonomy creep, vertical-domain failures. MIT-licensed.
WalkthroughREADME.md의 Other Awesome Projects 섹션에 Changes문서 추가
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
There was a problem hiding this comment.
🧹 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
릴리스 노트