io.github.AAH20/agent-action-gate
Agent Action Gate
에이전트 및 MCP 도구 호출을 위한 Gate/Prove 런타임.
도구 의도 정규화 → 알 수 없는 항목 거부 → 모델 신뢰도를 승인으로 간주하지 않음 → 파괴/프로비저닝/폐기에 대한 HITL 증명 → Action Ledger(해시 체인).
GRC_Claw @grc-claw/agent-policy-firewall에서 추출됨. 이 저장소는 날카로운 파운드리 슬라이스입니다: 하나의 명령, 대성당 없음.
상업용(판매 방식): $499 Instant Audit 및 consultation (a2zsoc.com에서).
존재 이유 (수익 + 비용)
AI 에이전트 기업은 "또 하나의 MCP"에 비용을 지불하지 않습니다. 그들은 SOC 2 Type I, PE 실사 또는 보험 갱신 전에 무인 파괴적 도구를 차단하고 Gate/Prove 격차를 증명하는 데 비용을 지불합니다.
비용 요인 | 이 게이트가 하는 일 | 구매자 결과 |
게이트 없는 | HITL 증명 토큰 + | 프로덕션 폭발 방지 |
에이전트 '95% 확신' |
| 의도 ≠ 원장 증명 |
쓰기 도구는 첫 생각에 실행됨 | 기본값 SIMULATE (부작용 없음) | FDE 분, 사고 비용이 아님 |
감사 추적 없음 | 해시 체인이 있는 추가 전용 Action Ledger | 실사 패킷 |
핵심 규칙: 에이전트 의도 또는 모델 점수를 인간 승인과 동일시하지 말 것.
예시 비용 스케치(견적 아님): make bench.
Related MCP server: SINT Protocol
빠른 시작
make demoPYTHONPATH=. python3 -m aag demo
PYTHONPATH=. python3 -m aag check fixtures/t1059_unattended_shell.json
PYTHONPATH=. python3 -m aag bench무인 고위험 호출은 0.99 신뢰도에서도 DENY입니다. ALLOW에는 AAG_PROVE_TOKEN(또는 --prove-token) 및 approved: true가 필요합니다.
export AAG_PROVE_TOKEN='replace-me'
PYTHONPATH=. python3 -m aag check fixtures/proved_decommission.json --prove-token "$AAG_PROVE_TOKEN"킬 스위치: AAG_KILL_SWITCH=1 또는 artifacts/KILL 터치.
MCP stdio 서버
이 프로세스는 도구를 절대 실행하지 않습니다. 클라이언트는 파괴적 도구를 호출하기 전에 gate_check를 호출합니다.
PYTHONPATH=. python3 -m aag serveCursor / Claude 예제 (mcpServers):
{
"agent-action-gate": {
"command": "python3",
"args": ["-m", "aag", "serve"],
"cwd": "/path/to/agent-action-gate",
"env": { "PYTHONPATH": ".", "AAG_PROVE_TOKEN": "replace-me" }
}
}Docker / 레지스트리 이미지:
docker run --rm -i ghcr.io/aah20/agent-action-gate:0.2.0공식 MCP 레지스트리 이름: io.github.AAH20/agent-action-gate
엔벨로프
모든 결정에는 다음이 포함됩니다:
never_equate_intent_to_approval: trueallow_auto_execute(무인 고위험 계층에서는 false)mode:deny|simulate|allowledger_id/receipt_hashCTA: Instant Audit + consultation
라이브러리 매퍼
stdio 루프 없이 Python에서 동일한 Gate/Prove 정책:
from aag.gate import AgentActionGate
from aag.mcp import evaluate_mcp_call
gate = AgentActionGate(prove_token="replace-me")
evaluate_mcp_call(gate, {"params": {"name": "shell.exec", "arguments": {"note": "no payload"}}})픽스처 (레이블, 페이로드 아님)
파일 | 기법 | 예상 결과 |
| T1059 | 무인 파괴적 작업 DENY |
| T1078 | 읽기 ALLOW |
| T1562 | 무인 파괴적 작업 DENY |
| — | 쓰기 SIMULATE |
| T1578 | HITL 토큰이 있는 경우에만 ALLOW |
레이아웃
aag/
gate.py HITL + kill-switch + unknown deny
ledger.py hash-chained JSONL
server.py MCP stdio (gate_check, ledger_verify)
mcp.py MCP tools/call mapper (no execution)
cost.py illustrative avoidance sketch
demo.py fixture runner
fixtures/ ATT&CK-tagged cases
server.json MCP Registry metadata
tests/ Gate/Prove + MCP contract유료 평가 (무료 증명 아님)
에이전트나 MCP 서버를 배포하고 SOC 2, PE 실사 또는 보험 전에 Gate/Prove 점검이 필요하다면:
→ $499 Instant Audit
→ consultation (스프린트 / vCISO)
무료로 가져가려는 것: 거절하세요 — make demo를 실행하고 Instant Audit을 구매하세요.
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceSecurity gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed decision receipts. Shadow mode logs every tool call without blocking; enforce mode applies block, rate-limit, and minimum-tier rules. Receipts are independently verifiable offline with no accounts needed.54699MIT
- AlicenseAqualityAmaintenanceSecurity-enforcing MCP proxy that sits between an AI agent and any number of downstream MCP servers, intercepting every tool call through a capability-token policy gateway that can allow, deny, or escalate to human approval before the call reaches any real tool. It also exposes built-in operator tools for approval workflows, audit trail queries, token management, voice/HUD output, and hierarchical2112Apache 2.0
- Alicense-qualityBmaintenanceSelf-hosted MCP gateway that applies deterministic, compiled policy to tool discovery, invocation, and outbound data flow, with no model in the enforcement path. Every decision emits a hash-chained receipt sealed with Ed25519 and verifiable using public keys only.Apache 2.0
- Alicense-qualityBmaintenanceA policy-enforcing MCP gateway that intercepts all tool calls to downstream MCP servers, applying allow/deny/ask rules with human approval and audit logging for safe access to dangerous tools.23MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AAH20/agent-action-gate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server