← 返回
未分类

Agent Safety Monitor

Real-time AI agent safety monitoring, anomaly detection, and constraint enforcement. Use when building agent guardrails, detecting unsafe behaviors, enforcin...
实时AI智能体安全监控、异常检测与约束执行。用于构建智能体防护栏、检测不安全行为、强制执行约束。
evezart
未分类 clawhub v1.0.0 1 版本 99583.3 Key: 无需
★ 0
Stars
📥 239
下载
💾 0
安装
1
版本
#latest

概述

Agent Safety Monitor

Monitor AI agent behavior in real-time, detect anomalies, and enforce safety constraints.

Quick Start

Run the monitor against an agent log stream:

python3 scripts/monitor.py --config safety_rules.yaml --input agent_logs/

Architecture

Agent Actions → Event Stream → Rule Engine → Alerts → Dashboard
                                   ↓
                              Anomaly Detector
                                   ↓
                              Auto-Pause/Kill

Safety Rule Types

  1. Rate limits: Max N actions per minute/hour
  2. Action allowlists: Only permit specific tool calls
  3. Content filters: Block PII exfiltration, harmful outputs
  4. Budget caps: Stop when cost exceeds threshold
  5. Scope limits: Restrict file/API/network access
  6. Behavioral anomalies: Flag unusual patterns (tool call frequency spikes, repetitive loops)

Rule Configuration

See references/rules-reference.md for the YAML schema.

Alert Channels

  • Console (default)
  • Webhook (Slack, Discord)
  • File log
  • Dashboard (HTTP server)

Dashboard

Launch the monitoring dashboard:

python3 scripts/dashboard.py --port 8080

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-13 07:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Cross Domain Engine

evezart
利用EVEZ OODA循环架构发现不同研究领域的隐藏关联,用于寻找跨领域新关联、检测...
★ 0 📥 301

Workflow Orchestrator

evezart
可视化工作流构建器,用于编排多智能体系统,支持分支、并行执行、错误处理和重试逻辑。适用于构建代理...
★ 0 📥 334

Agent Memory Layer

evezart
可扩展的AI代理记忆系统,支持短期、长期和情景记忆,用于构建代理记忆持久化和对话上下文管理。
★ 0 📥 356