Add BLACK_WALL to Tools#197
Open
bluetieroperations-create wants to merge 1 commit into
Open
Conversation
|
Caution Review failedFailed to post review comments WalkthroughREADME.md의 Tools 섹션에 BLACK_WALL 도구 항목이 추가되었습니다. 이 도구는 작업 전 위험 스코어 및 게이트 기능을 제공합니다. Changes문서 업데이트
추정 코드 리뷰 소요 시간🎯 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. Comment Warning |
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 BLACK_WALL to the Tools section — a pre-action risk gate for AI agents.
An MCP server (and REST API) the agent calls before any irreversible action (run SQL, move money, delete data). It returns a risk score (0–100), named red flags including
PROMPT_INJECTION_LIKELY,INTENT_MISMATCH, andSQL_NO_WHERE, and a gate: proceed / confirm / human-required — the action-layer backstop when a content filter misses an injected instruction.com.blackwalltier/blackwallSummary by CodeRabbit
Tools섹션에BLACK_WALL도구 항목을 추가했습니다. 이는 사전 작업 및 비가역 작업 전 위험을 관리하는 도구입니다.