# SafeAI-Lab-X/ClawKeeper

ClawKeeper: Comprehensive Safety Protection for OpenClaw Agents Through Skills, Plugins, and Watchers (aka The Norton for OpenClaw)

Repository: https://github.com/SafeAI-Lab-X/ClawKeeper
Canonical: https://ross.abutalabs.com/products/clawkeeper
Language: TypeScript
License Family: other
Topics: agents, openclaw, plugins, safety, security, skills
Last push: 2026-08-17T02:33:43+00:00

## Health v2 (maintenance only)
Score: 59/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 35, longevity 11
- inputs: {"age_days": 166, "days_push": 17, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, young, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1022, forks 57 (observed 2026-08-28T04:03:16.092095+00:00)

## What it is
ClawKeeper is a host-agnostic safety middleware layer that sits between AI agents and their tools, blocking risky tool calls, redacting sensitive results, and detecting attack patterns like prompt injection and credential exfiltration. It ships as a Python library with adapters (e.g., Hermes Agent), an HTTP Judge API for non-Python hosts, and an optional LLM-powered Watcher daemon that reasons over multi-step agent trajectories and self-improves guard coverage.

## Use cases
- block dangerous shell commands before an agent executes them
- detect prompt injection and poisoned tool output in agent runs
- prevent agents from reading credentials and exfiltrating them over the network
- redact secrets from tool results returned to an LLM
- guard filesystem, browser, and network tool calls with inspectable policies
- add trajectory-level safety review to multi-step agent workflows
- run a centralized safety judge service for agents in any language

## When to choose
- you run tool-using agents (shell, filesystem, browser, network) and need pre-execution safety guards
- you want a host-independent safety layer that works across agent frameworks via adapters or HTTP
- you need detection of agent-specific attack chains like credential discovery plus exfiltration
- you want an LLM-based watcher for decisions that depend on intent and recent tool history

## When to avoid
- you need a general-purpose web application firewall rather than agent tool-call guarding
- you require a formally verified or certified security product with a mature audit trail
- your agents make no tool calls and only generate text
- you need guaranteed protection - the policies are intentionally small and inspectable, not exhaustive

## Facets
- artifact type: library
- maturity: active
- function: security, middleware, agent-framework, monitoring, logging
- domain: security, developer-tools, large-language-models
- platform: python, cross-platform, self-hosted
- tags: agent-safety, guardrails, prompt-injection, tool-call-filtering, openclaw, mcp, watcher-daemon, redaction, ai-agents

## Member repositories
- SafeAI-Lab-X/ClawKeeper (main) score 59

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:16.092095+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:08:41.838135+00:00, confidence not recorded.
  - readme: https://github.com/SafeAI-Lab-X/ClawKeeper (fetched 2026-08-28T04:03:16.092095+00:00, sha fa1931a3f366)
- Data as of 2026-08-30T08:39:29.467469+00:00.
