
agentseal
by getagentseal·★ 256·Score 49
Security toolkit for AI agents with MCP server scanning, prompt injection testing, and real-time monitoring capabilities.
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:
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 READMEscanTests a system prompt against adversarial attack probes to evaluate prompt injection resistance
scan-mcpAudits a live MCP server's tools for description poisoning and security vulnerabilities
guardScans local machine for dangerous skills, MCP configs, and toxic data flows
shieldReal-time file watcher for agent config paths with threat notifications
Comparable tools
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 serversFAQ
- 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
Last updated · Auto-generated from public README + GitHub signals.