From e999dd79ec2d6236668005293c4e024655506bb6 Mon Sep 17 00:00:00 2001 From: Daniel Tse Date: Mon, 14 Sep 2026 23:01:35 +0800 Subject: [PATCH] Enhance README with project links and descriptions Updated project entries with additional details and badges. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83ae439e2..991bbef70 100644 --- a/README.md +++ b/README.md @@ -3553,7 +3553,7 @@ Tools for conducting research, surveys, interviews, and data collection. ### 🔒 Security - [AIops-tools/Compliance-AIops](https://github.com/AIops-tools/Compliance-AIops) [![AIops-tools/Compliance-AIops MCP server](https://glama.ai/mcp/servers/AIops-tools/Compliance-AIops/badges/score.svg)](https://glama.ai/mcp/servers/AIops-tools/Compliance-AIops) 🐍 🏠 - A meta-tool that reads other AIops tools' audit trails and seals framework-mapped (HIPAA/PCI-DSS/SOC 2/GDPR) hash-chained evidence bundles — deterministic, offline, and tamper-evident (19 tools) with unbypassable audit logging (MCP + CLI), budget/runaway guards. -- [dtkmn/mcp-zap-server](https://github.com/dtkmn/mcp-zap-server) - Self-hosted OWASP ZAP integration for MCP clients, with guided security scans, findings summaries, and report generation. +- [dtkmn/mcp-zap-server](https://github.com/dtkmn/mcp-zap-server) ☕ 🏠 - Self-hosted OWASP ZAP integration for MCP clients, with guided security scans, findings summaries, and report generation. [![dtkmn/mcp-zap-server MCP server](https://glama.ai/mcp/servers/dtkmn/mcp-zap-server/badges/score.svg)](https://glama.ai/mcp/servers/dtkmn/mcp-zap-server) - [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.