Back to Browse

Agent Audit MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Immutable audit trail for agent-to-agent interactions

About

Immutable audit trail for agent-to-agent interactions

Security Report

5.2
Moderate5.2Moderate Risk

AgentAudit MCP is a well-designed audit logging server with strong cryptographic integrity guarantees and appropriate access controls. The codebase is clean, properly scoped to local-only operation, and implements proper atomic file writes. Minor code quality issues (broad exception handling, lack of input validation on certain fields, and insufficient bounds checking) prevent a higher score, but pose no material security risk. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).

3 files analyzed · 8 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.

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.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rumblingb-agent-audit-mcp": {
      "args": [
        "-y",
        "github:Rumblingb/agent-audit-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!