← Back to Skills Marketplace
evezart

Agent Safety Monitor

by Evez666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-safety-monitor
Description
Real-time AI agent safety monitoring, anomaly detection, and constraint enforcement. Use when building agent guardrails, detecting unsafe behaviors, enforcin...
README (SKILL.md)

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
Usage Guidance
Review this before installing if you need real enforcement. The supplied code appears useful only for analyzing existing JSON logs and summarizing alerts; it should not be trusted to pause or kill agents, run a dashboard, or enforce scope limits without additional reviewed implementation. Do not provide wallets or sensitive credentials for this version.
Capability Tags
requires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is real-time agent safety monitoring and constraint enforcement, but the supplied implementation appears to be an offline JSON log analyzer that records alerts and in-memory paused agent IDs rather than actually enforcing pause/kill or access controls.
Instruction Scope
The user-facing instructions are mostly scoped to running a local monitor script on user-provided logs, but they also advertise dashboard, webhook, and auto-enforcement features that are absent or unsupported in the provided artifacts.
Install Mechanism
There is no install spec, while the code imports external Python packages such as yaml and click and the SKILL references a missing dashboard script. This is mainly an operability/provenance gap, not evidence of malicious execution.
Credentials
Reading user-supplied agent logs and rule YAML is proportionate for a monitor, but registry capability signals mention wallet/sensitive credentials even though requirements and code do not justify them.
Persistence & Privilege
The provided code shows no persistence, privilege escalation, credential use, network access, or background execution; event and alert state is in memory only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-safety-monitor
  3. After installation, invoke the skill by name or use /agent-safety-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: real-time agent monitoring, anomaly detection, rate limits, budget caps, scope enforcement
Metadata
Slug agent-safety-monitor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Safety Monitor?

Real-time AI agent safety monitoring, anomaly detection, and constraint enforcement. Use when building agent guardrails, detecting unsafe behaviors, enforcin... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install Agent Safety Monitor?

Run "/install agent-safety-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Safety Monitor free?

Yes, Agent Safety Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Safety Monitor support?

Agent Safety Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Safety Monitor?

It is built and maintained by Evez666 (@evezart); the current version is v1.0.0.

💬 Comments