Merge pull request #14400 from dtkmn/patch-1

Add MCP ZAP Server to Security.
This commit is contained in:
Frank Fiegel
2026-09-15 10:36:52 -07:00
committed by GitHub
+1
View File
@@ -3598,6 +3598,7 @@ Tools for conducting research, surveys, interviews, and data collection.
### 🔒 <a name="security"></a>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 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.