@gendigital/sage-openclaw
v0.4.4
Published
Safety for Agents — ADR layer for OpenClaw
Downloads
344
Readme
@gendigital/sage-openclaw
Safety for Agents - Agent Detection & Response (ADR) plugin for OpenClaw.
Sage intercepts tool calls (shell commands, URL fetches, file writes) and checks them against URL reputation services, local heuristic threat rules, and package supply-chain checks before they execute.
Installation
openclaw plugins install @gendigital/sage-openclawWhat It Does
- Intercepts
exec,web_fetch,write,edit,read, andapply_patchtool calls - Checks URLs against cloud-based malware/phishing detection
- Matches commands and file paths against YAML-based threat definitions
- Validates npm/PyPI packages against supply-chain risks
- Scans installed plugins for threats at session start
- Provides a
sage_approvegate tool for interactive approval of flagged actions
Configuration
Sage works out of the box with no configuration. Optional config file at ~/.sage/config.yaml:
sensitivity: balanced # paranoid | balanced | relaxed
url_check: true
file_check: trueLinks
License
Apache License 2.0 - Copyright 2026 Gen Digital Inc.
