← Back to Catalog

JaydenBeard/clawguard

↗ GitHub

Activity monitor and security dashboard for Clawdbot - real-time analytics, risk analysis, and kill switch

135

Stars

22

Forks

2

Watchers

0

Open Issues

JavaScript·Last commit Feb 5, 2026·by @JaydenBeard·Published April 1, 2026·Analyzed 6d ago
A

Safety Rating A

The repository appears to be a legitimate open source monitoring and security tool. No hardcoded secrets, malicious code patterns, suspicious dependencies, or prompt injection attempts were identified in the provided content. The README explicitly discusses its trust model limitations (cooperative vs. adversarial agents) and recommends additional OS-level controls, which reflects honest and responsible documentation. The architecture is straightforward — an Express/WebSocket server reading local JSONL log files — with no red flags.

AI-assisted review, not a professional security audit.

AI Analysis

ClawGuard is a real-time activity monitoring and security dashboard for AI agents running under the OpenClaw/Clawdbot/Moltbot gateway ecosystem. It parses JSONL session logs produced by the agent gateway, performs risk analysis on tool calls, and presents a web-based dashboard with live WebSocket updates, an emergency kill switch, webhook alerting, and JSON/CSV export capabilities.

Use Cases

  • Monitoring AI agent activity in real-time to detect high-risk or unexpected operations
  • Emergency stopping (kill switch) of runaway or misbehaving AI agents
  • Auditing and exporting agent session logs for compliance or forensic review
  • Receiving webhook alerts (Discord, Slack, Telegram) when high or critical risk actions are detected
  • Reviewing historical agent sessions with full-text search and risk-level filtering

Tags

#ai-agents#security#monitoring#plugin#real-time

Project Connections