BLACK_WALL — Pre-action risk gate for AI agents
@bluetieroperations-create
BLACK_WALL — Pre-action risk gate for AI agents について
A single `forecast` tool your agent calls before any irreversible action (send money, run SQL, delete data, post content). Returns a risk score (0–100), a reversibility class, named red flags from 28 failure modes, and a gate: proceed / confirm / human-required.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"blackwall": {
"command": "npx",
"args": [
"-y",
"blackwall-mcp"
],
"env": {
"BLACKWALL_API_KEY": "bw_live_your_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is BLACK_WALL?
BLACK_WALL is a pre-action risk gate for AI agents. It exposes a single tool, forecast, that the agent calls before any irreversible action such as sending an email, making a payment, running SQL, deleting data, or posting content.
How to use BLACK_WALL?
Configure BLACK_WALL in your MCP-compatible client (Claude Desktop, Claude Code, Cursor, or Windsurf) by adding a JSON block with the npx command and your API key. The agent then invokes the forecast tool before each potentially irreversible action; a normal email clears in one call, while a dangerous action returns a hard gate verdict.
Key features of BLACK_WALL
- Single
forecasttool for pre-action risk assessment - Risk score from 0–100 and reversibility class with rollback cost
- Gate verdict of proceed, confirm, or human-required
- 28 documented failure modes with named red flags (e.g. SQL_NO_WHERE, PROMPT_INJECTION_LIKELY)
- Hard gate that the agent cannot override
- Verdict in approximately 4–8 seconds
Use cases of BLACK_WALL
- Prevent accidental email sends to large recipient lists
- Stop SQL commands that lack a WHERE clause from executing
- Block payment or fund transfer actions that cross environments
- Intercept content posts that contain likely prompt injection attempts
- Require human approval for irreversible data deletion actions
FAQ from BLACK_WALL
What does BLACK_WALL do exactly?
BLACK_WALL acts as a brake for AI agents. The agent calls the forecast tool before any irreversible action, and the server returns a risk score, reversibility class, gate verdict, and named red flags — preventing the agent from talking itself into a bad action.
How do I install BLACK_WALL?
Add a JSON block to your MCP client configuration with command npx -y blackwall-mcp and environment variable BLACKWALL_API_KEY set to your API key.
Where do I get an API key?
Get a free API key at https://blackwalltier.com. The free tier includes approximately 100 forecasts per month and requires no credit card.
How fast is a verdict?
A typical verdict takes approximately 4–8 seconds.
Can the agent override a STOP verdict?
No. The verdict is a hard gate — the agent cannot talk itself into the bad action, because the gate is enforced by the tool's return value.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
コメント