Back to Browse

Agentic Wallet Guardian V3 MCP Server

SecurityUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Explainable ALLOW/WARN/BLOCK risk decisions for AI agent actions before execution, signed as OAA.

About

Explainable ALLOW/WARN/BLOCK risk decisions for AI agent actions before execution, signed as OAA.

Security Report

4.2
Use Caution4.2High Risk

This is a legitimate, well-intentioned security decision engine for blockchain agents with proper architecture and test coverage. However, several real security concerns prevent a higher score: the API lacks proper authentication by default (off unless explicitly enabled), sensitive environment variables are read without validation, the GoPlus client makes unauthenticated external API calls that could leak transaction details, and error handling is overly broad in places. The codebase is honest about its limitations and intentionally avoids malicious patterns, but users deploying this to production should address the authentication and data privacy concerns documented below. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 4 high severity). Package verification found 1 issue.

7 files analyzed · 19 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

database

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rudimentall1-agentic-wallet-guardian-v3": {
      "args": [
        "agentic-wallet-guardian-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!