Skip to main content

30 Seconds to Protected

curl -fsSL https://get.panguard.ai | bash
That’s it. Panguard installs, connects to your AI agents, and opens the dashboard.
After install, your browser opens to http://127.0.0.1:9100 with the Guard dashboard.

What Just Happened?

The installer did 3 things:
  1. Installed Panguard — CLI + 71 ATR detection rules (OWASP Agentic Top 10: 10/10 covered)
  2. Connected your AI agents — auto-detected Claude Code, Cursor, OpenClaw, and 13 more platforms
  3. Started Guard — 24/7 monitoring with dashboard at http://127.0.0.1:9100
You’re now protected. Every MCP skill your AI agents use is being monitored in real-time.

Verify It’s Working

panguard --version
1.4.13
panguard guard status
You should see Guard running in learning mode (day 1/7).

What’s Next

Scan Your AI Skills

Audit all installed MCP skills for prompt injection, credential theft, and more.

Understand Your Score

Your A-F security grade and how to improve it.

Set Up Notifications

Get alerts via Telegram, Slack, or email when threats are detected.

Platform Setup Guide

Manual setup for OpenClaw, NemoClaw, ArkClaw, and other platforms.

System Requirements

Minimum
OSmacOS 12+, Ubuntu 20.04+, Windows 10+
Node.js20+
Disk200 MB
Memory512 MB (1 GB for Guard)
FeaturemacOSLinuxWindows
Skill AuditorFullFullFull
ScanFullFullPartial
GuardFullFullFull
Threat CloudFullFullFull
Windows supports all core features. Some OS-level network monitoring is limited compared to macOS/Linux.
git clone https://github.com/panguard-ai/panguard-ai.git
cd panguard-ai
pnpm install && pnpm build
./bin/panguard --help
Requires pnpm 10+ and Node.js 20+.
bash npm uninstall -g @panguard-ai/panguard