MCP Catalogs
Homeagentseal screenshot

agentseal

by getagentseal·256·Score 49

Security toolkit for AI agents with MCP server scanning, prompt injection testing, and real-time monitoring capabilities.

securityai-llmdeveloper-tools
38
Forks
3
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

AgentSeal is a comprehensive security toolkit designed to protect AI agents from various threats. It provides four main commands: 'guard' for scanning skill files and MCP configurations on your machine, 'scan' for testing system prompts against 225+ adversarial attacks, 'scan-mcp' for auditing live MCP servers for tool poisoning, and 'shield' for real-time file monitoring. The tool works locally without API keys for most functionality and includes a Python and TypeScript API for programmatic use. It also maintains a registry of 6,600+ MCP servers with security scores.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Security teams red-teaming AI agent prompts against 225+ adversarial attack probes
you:Organizations scanning their machines for dangerous skills and poisoned MCP configurations
you:Developers auditing live MCP servers for tool description poisoning before integration
you:How does AgentSeal detect MCP server poisoning?
you:Can I use AgentSeal without an API key?

When to choose this

Choose AgentSeal when you need to comprehensively secure your AI agent ecosystem, especially when deploying MCP servers or using third-party agents with potential security risks.

When NOT to choose this

Don't choose AgentSeal if you need continuous runtime protection rather than periodic scanning, or if you're looking for a solution that directly prevents attacks rather than detects them post-facto.

Tools this server exposes

4 tools extracted from the README
  • scan

    Tests a system prompt against adversarial attack probes to evaluate prompt injection resistance

  • scan-mcp

    Audits a live MCP server's tools for description poisoning and security vulnerabilities

  • guard

    Scans local machine for dangerous skills, MCP configs, and toxic data flows

  • shield

    Real-time file watcher for agent config paths with threat notifications

Comparable tools

mindgardlakerapillarsnyk-agent-scanguardrails

Installation

# Python installation
pip install agentseal

# Node.js installation
npm install agentseal

# Basic usage
agentseal guard          # scan your machine for threats
agentseal scan           # test prompts against attacks
agentseal scan-mcp       # audit MCP servers

FAQ

How does AgentSeal detect MCP server poisoning?
AgentSeal connects to live MCP servers and enumerates all tools, then runs each description through pattern matching, deobfuscation, semantic similarity analysis, and optional LLM classification to detect hidden instructions.
Can I use AgentSeal without an API key?
Yes, the 'guard', 'shield', and 'scan-mcp' commands work offline with no API key. Only the 'scan' command requires an LLM, though it can use local Ollama models for free.

Compare agentseal with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.