OpenClaw sanitizer plugin — ClawMoat as reference implementation #22
darfaz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Devin Matthews built an OpenClaw sanitizer plugin that wraps ClawMoat as the reference implementation for their pluggable security pipeline. Any OpenClaw user can
npm install @openclaw/plugin-clawmoatand get runtime scanning on all agent inputs, tool results, and MCP content.The plugin maps our threat types to OpenClaw ruleIds, supports configurable block thresholds, and ships with 10 tests. He also wrote a full spec for the pluggable sanitizer interface — not a toy, real architecture.
I've added the integration docs to the README and the website. Plugin code is in
plugins/openclaw-adapter/for anyone who wants to look or contribute.If you're running OpenClaw, setup is a few lines in your config. Details in the plugin directory.
Beta Was this translation helpful? Give feedback.
All reactions