INTEGRATIONS
Connect Everything
Panguard integrates with your existing tools and workflows. No custom code required.
Slack
AvailableReal-time alerts, threat notifications, and AI copilot queries in Slack channels.
Microsoft Teams
AvailableSecurity alerts and Panguard Chat integration for Teams.
Telegram
AvailableBot-powered alerts with rich formatting and threat details.
Generic Webhook
AvailableStream alerts and detections to any HTTP endpoint via signed JSON webhooks.
Splunk
Coming SoonForward security events and detection logs to Splunk for centralized analysis.
Elastic (ELK)
Coming SoonShip logs to Elasticsearch for custom dashboards and correlation.
Datadog
Coming SoonSecurity metrics and alerts integrated with Datadog monitoring.
PagerDuty
Coming SoonTrigger incidents from critical security events with automatic escalation.
Jira
Coming SoonAuto-create security tickets from detected threats with full context.
AWS
Coming SoonNative integration with AWS CloudTrail, GuardDuty, and Security Hub.
Google Cloud
Coming SoonIntegration with GCP Security Command Center and Cloud Logging.
Docker
Coming SoonContainer security scanning and runtime protection for Docker environments.
Developer API
Build Custom Integrations
Panguard offers a comprehensive RESTful API, webhook support, and SDKs for Python, Node.js, and Go. Build custom integrations tailored to your security workflow, automate threat responses, and connect Panguard to any system in your stack.
- RESTful API with full CRUD operations
- Webhook callbacks for real-time event streaming
- SDKs for Python, Node.js, and Go
- OAuth 2.0 and API key authentication
- Rate-limited with generous quotas
$ panguard scan ~/.claude/skills --json
{
"scanned": 24,
"rules_loaded": 320,
"threats": [
{
"skill": "data-exfil-helper",
"severity": "critical",
"rule_id": "ATR-2026-00128",
"category": "context-exfiltration",
"matched_at": "2026-05-06T08:32:00Z"
}
],
"summary": { "critical": 1, "high": 0, "info": 0 }
}Don't see your tool?
We're constantly expanding our integration ecosystem. Let us know what tools you use and we'll prioritize building a native integration for your workflow.