Back to Home
nelsonjingusc icon

goose-mcp-escrow-server

Verified Safe

by nelsonjingusc

Overview

A minimal MCP server for escrow-style intent verification, deterministic planning, and reversible execution for Goose agents.

Installation

Run Command
python server.py examples/request_plan.json

Security Notes

The server primarily operates as a command-line tool, processing single JSON requests from files or stdin. It utilizes standard Python library functions for JSON parsing, file I/O (for local plans.json and executions.json), and UUID generation. No 'eval' or dynamic code execution is present. Input validation is performed for actions, risk levels, and amounts. The file I/O is localized to fixed filenames, reducing path traversal risks. Overall, the design appears robust for its intended minimal scope with no apparent critical vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-27

Tags

MCPEscrowPlanningVerificationPython