From 48715ceca34d8e4b6077c70c936b6107089c817c Mon Sep 17 00:00:00 2001 From: felixpg13-glitch <309483489+felixpg13-glitch@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:55:44 +0800 Subject: [PATCH] Add spendshield: payment guardrails for AI agents (Python + MCP) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7c026907..e771ed4c5 100644 --- a/README.md +++ b/README.md @@ -3172,6 +3172,7 @@ Tools for conducting research, surveys, interviews, and data collection. ### 🔒 Security +- [felixpg13-glitch/spendshield](https://github.com/felixpg13-glitch/spendshield) [![felixpg13-glitch/spendshield MCP server](https://glama.ai/mcp/servers/felixpg13-glitch/spendshield/badges/score.svg)](https://glama.ai/mcp/servers/felixpg13-glitch/spendshield) 🐍 🏠 - Payment guardrails for AI agents: spend-capped digital identity (KYA), dry-run / budget / amount-limit / approval gates, prompt-injection defense (new recipients & large amounts require human sign-off), AES-encrypted secret vault with audited access, full audit trail. Python library + stdio MCP server. `pip install spendshield` - [rudimentall1/agentic-wallet-guardian-v3](https://github.com/rudimentall1/agentic-wallet-guardian-v3) [![rudimentall1/agentic-wallet-guardian-v3 MCP server](https://glama.ai/mcp/servers/rudimentall1/agentic-wallet-guardian-v3/badges/score.svg)](https://glama.ai/mcp/servers/rudimentall1/agentic-wallet-guardian-v3) 🐍 🏠 - Self-hosted security and policy layer for AI agents interacting with blockchain wallets. Agents submit a proposed transaction/action and Guardian evaluates wallet, token, contract, threat-intelligence, simulation, policy and reputation signals before returning an explainable ALLOW / WARN / BLOCK decision. Includes an MCP stdio server, real RPC/Blockscout/DexScreener/GoPlus providers, transaction simulation, local threat lists and policy controls. - [nagameTW/mcp-server-malcolm](https://github.com/nagameTW/mcp-server-malcolm) [![nagameTW/mcp-server-malcolm MCP server](https://glama.ai/mcp/servers/nagameTW/mcp-server-malcolm/badges/score.svg)](https://glama.ai/mcp/servers/nagameTW/mcp-server-malcolm) 🐍 🏠 🍎 🪟 🐧 - The first MCP server for [Malcolm](https://malcolm.fyi), the open-source network traffic analysis suite (Zeek + Suricata + Arkime + OpenSearch + NetBox). Gives AI agents structured, threat-hunting access: search and aggregate traffic, discover fields, query Suricata alerts, browse Arkime sessions, and resolve NetBox assets. Read-only by default; opt-in, audited write classes for alerts, tagging, hunts, and PCAP upload. `pip install mcp-server-malcolm`