freshcrate
Skin:/
Home > MCP Servers > panguard-ai

panguard-ai

Open-source security platform for AI agents -- audits skills before install, monitors 24/7, shares threat intelligence across all users. | AI Agent 開源安全平台 -- 安裝前審計 skill、24/7 即時監控、社群共享威脅情報。

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Open-source security platform for AI agents -- audits skills before install, monitors 24/7, shares threat intelligence across all users. | AI Agent 開源安全平台 -- 安裝前審計 skill、24/7 即時監控、社群共享威脅情報。

README

Panguard AI

Every app gets reviewed before you install it. AI skills should too.

每個 App 上架都要審核。AI Skill 不該例外。


GitHub Starsnpm versionMIT LicenseATROWASPMade in TaiwanQuick Start | Online Scanner | ATR Standard | Ecosystem Report


AI agents have full system access -- read files, execute commands, access credentials -- with zero review process. We scanned 53,577 MCP skills across 3 registries. 946 flagged with threats. Credential harvesting. Reverse shells. Prompt injection. Live numbers.

AI Agent 擁有完整系統權限,卻沒有任何審核。我們掃描了 3 大平台共 53,577 個 MCP skills,946 個被標記有威脅。即時數據見 panguard.ai

Proof points: Cisco AI Defense merged 34 ATR rules | OWASP Agentic Top 10 PR #814 | 23,000+ npm downloads


Quick Start

npm install -g @panguard-ai/panguard && pga up

One command. Auto-detects your AI platforms, wraps every MCP server with a security proxy, scans all skills, starts 24/7 monitoring with real-time dashboard.

一行搞定。自動偵測 platform、注入 runtime proxy、掃描所有 skills、啟動 24/7 monitoring + dashboard。

# Or scan a specific file
pga scan skill.md                 # auto-detects MCP JSON vs SKILL.md
pga scan skill.md --sarif         # SARIF output for CI integration

16 platforms: Claude Code, Claude Desktop, Cursor, OpenClaw, Codex, WorkBuddy, NemoClaw, ArkClaw, Windsurf, QClaw, Cline, VS Code Copilot, Zed, Gemini CLI, Continue, Roo Code

Method Command
npm (recommended) npm install -g @panguard-ai/panguard && pga up
curl (no Node required) curl -fsSL https://get.panguard.ai | bash
Homebrew (macOS) brew install panguard-ai/tap/panguard && pga up

Or scan online at panguard.ai -- paste a GitHub URL, get a report in 3 seconds.


Screenshots

Dashboard — Security Score, Skills, Protection Status

More screenshots

Welcome — First-run initialization

Rules — 108 ATR detection rules, community contribution

Settings — 3-layer detection (ATR, Fingerprint, Cloud AI)


How It Works

  pga up
    |
    v
  Detect AI platforms (16 supported) → Inject MCP proxy on all servers
    |
    v
  Every tool call → ATR evaluation (100 rules) → ALLOW / DENY
    |                                               |
    v                                               v
  Dashboard (real-time)                     Threat Cloud (flywheel)
    |                                               |
    v                                               v
  Blocked call → alert in dashboard         3+ confirmations → new ATR rule
                                                    |
                                                    v
                                            Rule pushed to ALL users < 1 hour

One person encounters a threat. It becomes a rule. It protects everyone. That's the flywheel.

Three-Layer Detection

Layer Engine Latency Cost
1 100 ATR regex rules < 50ms $0
2 Local AI (Ollama) ~ 2s $0
3 Cloud AI (Claude / OpenAI) ~ 5s ~$0.008

Internet down? Rules + local AI keep running. Cloud down? Same. Everything degrades gracefully.

Runtime MCP Proxy

pga up automatically wraps every MCP server with a security proxy. Every tool call passes through 100 ATR rules before reaching the real server. Malicious calls are blocked instantly. Results stream to the dashboard in real-time.

Agent ←→ [PanGuard Proxy] ←→ Real MCP Server
              ↓ ATR eval
         ALLOW / DENY

Ecosystem Scan (36,394 skills)

We scanned the two largest MCP skill registries.

Count
Skills scanned 36,394
Clean 26,718 (73.39%)
CRITICAL 182
HIGH 1,124
MEDIUM 1,016

Raw data: ecosystem-report.csv (open source)

Research paper: The Collapse of Trust: Security Architecture for the Age of Autonomous AI Agents (Zenodo, DOI: 10.5281/zenodo.19178002)


Standards Alignment

ATR is not a competing standard. It is the detection layer that makes standards enforceable.

Layer What it does Project
Standards Define threat categories SAFE-MCP (OpenSSF, $12.5M)
Taxonomy Enumerate attack surfaces OWASP Agentic Top 10
Detection Match threats in real time ATR -- 100 rules
Enforcement Scan, monitor, block, report PanGuard (this project)
  • OWASP Agentic Top 10: 10/10 categories covered (mapping)
  • SAFE-MCP techniques: 91.8% covered (mapping)

For Enterprise

PanGuard is free and open source for individual developers. For organizations running AI agents at scale:

Policy Engine -- Define what your agents can and cannot do. Enforce across teams.

# panguard-policy.yaml
rules:
  - block_severity: CRITICAL
  - allow_network: ['internal.corp.com', 'api.openai.com']
  - deny_filesystem: ['/etc/shadow', '~/.ssh/*', '~/.aws/*']
  - require_scan_before_install: true

Compliance Reporting -- Map every scan to SOC 2, ISO 27001, or Taiwan Cyber Security Act (TCSA) controls. Generate audit-ready PDF reports.

Air-gapped Deployment -- Run entirely on-premise. No data leaves your network. ATR rules update via signed bundles.

Dashboard -- Real-time threat visibility across all agents, all teams, one pane of glass.

Enterprise inquiry: hello@panguard.ai


Architecture

panguard-ai/
  packages/
    panguard/                CLI: 28 commands, 16 platform auto-detect
    panguard-guard/          24/7 monitoring + real-time dashboard + Threat Cloud sync
    panguard-mcp-proxy/      MCP Proxy: runtime interception for all AI agent tool calls
    panguard-skill-auditor/  6-check security gate for every skill
    panguard-mcp/            MCP server: 11+ tools for AI assistants
    atr/                     Agent Threat Rules: 100 rules, 9 categories
    threat-cloud/            Community threat intel server + LLM review
    scan-core/               Shared scan engine: regex + context signals
    core/                    AI adapters, validation, logging
    website/                 Next.js marketing site + online scanner
Language TypeScript 5.7 (strict mode)
Runtime Node.js 20+
Monorepo pnpm workspaces
AI Ollama (local) + Claude / OpenAI (cloud)
Website Next.js 15 + Vercel

Contributing


License

MIT -- 100% free. 100% open source. No telemetry by default. No vendor lock-in.


If AI agents can act on your behalf, someone should check what they're about to do.


Star on GitHubPanguard AI -- Taipei, Taiwan

Website · Online Scanner · ATR Standard · Ecosystem Report · Documentation

Release History

VersionChangesUrgencyDate
v1.5.6**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v1.5.5...v1.5.6High5/10/2026
v1.4.19**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v1.4.16...v1.4.19High4/14/2026
v1.4.16**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v1.4.13...v1.4.16High4/9/2026
v1.4.13## What's New - **Telemetry**: Opt-in anonymous telemetry with first-run consent prompt - **pga up**: Opens dashboard → scans skills → warns about threats → starts protection - **pga status**: Shows all installed skills with security status (SAFE/UNKNOWN) - **pga config set**: Telemetry and Threat Cloud toggle commands - **LLM**: OpenAI-compatible API support (Gemini, Groq, Qwen, DeepSeek via --endpoint) - **TC Metrics**: Real-time whitelist/blacklist/npm download counts - **16 Platform SupportMedium3/27/2026
v1.4.2**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v1.3.5...v1.4.2Medium3/27/2026
v1.3.5**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v1.2.2...v1.3.5Medium3/25/2026
v1.2.2## What's New ### Unified Scanning Engine (`@panguard-ai/scan-core`) - New shared scanning package used by CLI Auditor, Website, and Guard - Unified `patternHash` (`scan:` prefix) enables cross-platform Threat Cloud consensus - CLI now submits ATR proposals for HIGH/CRITICAL findings (flywheel complete) - Website scanner reduced from 885 to 469 lines ### Bug Fixes - Fixed ESM compatibility for safe-regex import - Fixed contentHash truncation inconsistency between CLI and Website - Fixed risk sLow3/22/2026
v0.4.5**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.4.4...v0.4.5Low3/15/2026
v0.4.4**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.4.3...v0.4.4Low3/15/2026
v0.4.3**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.4.2...v0.4.3Low3/15/2026
v0.4.2**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.4.1...v0.4.2Low3/15/2026
v0.3.1**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.3.0...v0.3.1Low3/6/2026
v0.3.0**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.2.6...v0.3.0Low3/6/2026
v0.2.6## What's Changed * chore: tech debt — manager consolidation, version de-hardcode, tier centralization by @eeee2345 in https://github.com/panguard-ai/panguard-ai/pull/1 ## New Contributors * @eeee2345 made their first contribution in https://github.com/panguard-ai/panguard-ai/pull/1 **Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.2.5...v0.2.6Low3/3/2026
v0.2.5**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.2.3...v0.2.5Low3/2/2026
v0.2.3**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.2.2...v0.2.3 **Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.2.2...v0.2.3Low3/2/2026
v0.2.2**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.2.1...v0.2.2Low3/2/2026
v0.2.1**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v0.2.0...v0.2.1Low3/2/2026
v0.2.0**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v1.1.0...v0.2.0Low3/2/2026
v1.1.0**Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v1.0.0...v1.1.0 **Full Changelog**: https://github.com/panguard-ai/panguard-ai/compare/v1.0.0...v1.1.0Low3/1/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

opentabsBrowser automation clicks buttons. OpenTabs calls APIs.main@2026-06-06
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents0.85.0
toolsdk-mcp-registryMCPSDK.dev(ToolSDK.ai)'s Awesome MCP Servers and Packages Registry and Database with Structured JSON configurations. Supports OAuth2.1, DCR...main@2026-06-04
RedTeam-MCPAutomate red teaming by using AI to plan attacks, run security tools, move laterally, and escalate privileges in network environments.main@2026-06-04
smartbear-mcpSmartBear's official MCP Serverv0.25.0

More in MCP Servers

claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme
hyperframesWrite HTML. Render video. Built for agents.
claude-code-guideClaude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!