@gendigital/sage-openclaw
v0.9.0
Published
Safety for Agents — ADR layer for OpenClaw
Maintainers
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 native approval dialogs for interactive approval of flagged actions
Configuration
Sage works out of the box with no configuration. Optional config file at ~/.sage/config.json:
{
"sensitivity": "balanced",
"url_check": { "enabled": true },
"file_check": { "enabled": true }
}Links
License
Apache License 2.0 - Copyright 2026 Gen Digital Inc.
