Audit your Agent & MCP Server
Simulate real-world adversarial prompt injections, detect tool poisoning, and verify protocol compliance. Get your security score and a 1-click prompt to harden your code in Cursor, Claude Code or OpenCode.
Moderate Risk
Audit flagged 2 vulnerabilities against the Galvanize-60M benchmark.
ev_4fea13237b2f8a9cSECURITY PILLARS BREAKDOWN (GALVANIZE BENCHMARK)
AUDIT CHECKLIST (12 VERIFIED CHECKS)
Audit against adversarial instruction overrides and boundary escape markers ([SYSTEM], <<SYS>>, <im_start>).
Evaluates resilience against multi-token indirect injections hidden in retrieved documents and tool outputs.
import { withZnGateway } from '@usezn/gateway';
// Automatic hardening in 12ms with Galvanize-60MNeutralize indirect injection (OWASP-LLM01) and tool poisoning (OWASP-LLM02) inline in your agent loop with the Galvanize-60M gateway.
Activate Production Gateway · Free trial plan includedVerifies the agent refuses imperatives commanding it to leak system prompts, API keys, or memory records.
Ensures all tool parameters define explicit primitive types, bounds, and reject unconstrained open objects.
Scans tool descriptions and metadata for embedded prompt injection vectors and planner coercion attacks.
Prevents adversarial context from redefining, shadowing, or overriding system tool definitions.
Flags tools providing unconstrained bash, powershell, or eval access on host environments (OWASP LLM08).
Verifies file operations are strictly scoped to isolated directory sandboxes without write traversal.
Verifies that API keys, passwords, and tokens are injected at gateway layer, never as model parameters.
Validates that agent endpoints and MCP transport connections enforce HTTPS encryption in transit.
Checks for standard Authorization headers and OAuth 2.1 RFC token verification on MCP endpoints.
Requires explicit human approval workflows before executing irreversible financial or account mutations.
Public MCP & Agent Security Leaderboard
Verified security benchmarks across the most widely adopted Model Context Protocol servers.
| Rank | Server / Target | Score | Grade | Action |
|---|---|---|---|---|
| #1 | zn-Hardened Enterprise Gateway zn-hardened-gateway · Gateway | 100/100 | A+ | |
| #2 | GitHub Copilot Workspace Agent github.com/github/copilot-agent · Developer Tools | 91/100 | A | |
| #3 | Model Context Protocol (Official Reference) modelcontextprotocol.io · Core Protocol | 90/100 | A | |
| #4 | PostgreSQL MCP Server modelcontextprotocol/servers/postgres · Database | 88/100 | A | |
| #5 | Brave Search MCP Server modelcontextprotocol/servers/brave-search · Search & Web | 86/100 | A | |
| #6 | AWS Cloud MCP Server aws.amazon.com/mcp/cloud · Cloud Infrastructure | 85/100 | A | |
| #7 | Google Drive MCP Server mcp.google.com/drive · Collaboration | 84/100 | B | |
| #8 | Redis MCP Server github.com/redis/mcp-redis · Database | 84/100 | B | |
| #9 | Notion MCP Server mcp.notion.com · Collaboration | 83/100 | B | |
| #10 | Sentry Error Tracking MCP mcp.sentry.dev · Observability | 83/100 | B | |
| #11 | Slack MCP Server modelcontextprotocol/servers/slack · Collaboration | 82/100 | B | |
| #12 | Kubernetes Cluster MCP mcp.kubernetes.io · Cloud Infrastructure | 80/100 | B | |
| #13 | Docker Container MCP mcp.docker.com · Containers | 79/100 | B | |
| #14 | SQLite Local MCP sqlite.local · Database | 78/100 | B | |
| #15 | Git Version Control MCP git-mcp.dev · Developer Tools | 76/100 | B | |
| #16 | Puppeteer Browser MCP mcp.puppeteer.dev · Browser Automation | 75/100 | B | |
| #17 | Filesystem Scoped MCP modelcontextprotocol/servers/filesystem · System & FS | 74/100 | B | |
| #18 | Fetch Web Scraping MCP mcp.fetch.dev · Search & Web | 71/100 | B | |
| #19 | Discord Community MCP mcp.discord.dev · Community | 68/100 | C | |
| #20 | Unrestricted Shell Agent Legacy legacy-open-interpreter.local · Legacy OS Agent | 66/100 | C |
Display verified security rating on GitHub
Embed this dynamic shield badge in your repository README.md to certify your agent security grade.
[-yellow?style=flat-square&logo=shield)](https://usezn.com/scan/)Protect your AI Agent with Galvanize-60M in 1 Line
Sacrificial defense against prompt injection, infilling bypasses, and tool poisoning. Sub-15ms CPU inference with zero data retention.