Back to Browse

Agent Guard MCP Server

Developer ToolsLow Risk8.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Safety checks an agent runs before it acts: package malware, destructive command, secret leak.

About

Safety checks an agent runs before it acts: package malware, destructive command, secret leak.

Security Report

8.2
Low Risk8.2Low Risk

agent-guard is a well-designed security audit tool with clean, dependency-free code and appropriate permission scoping. The codebase demonstrates solid security practices: input validation, DoS guards against ReDoS attacks, and careful regex bounds. Network calls are properly scoped to package registries and OSV endpoints with timeout protection. No authentication is required because the MCP server is designed to run locally with the user's permissions, which is appropriate for this use case. Package verification found 1 issue.

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

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

File System Read

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ipezygj-agent-guard": {
      "args": [
        "agent-tripwire"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!