GraphCanon updated Sep 12, 2026 · GitHub synced Sep 12, 2026
27views this month
Decision brief
openclaw-shield is a security plugin for OpenClaw agents written in TypeScript under the Apache-2.0 license.
Good fit when
- Use openclaw-shield if you are specifically working within an OpenClaw environment and require protection against secret leaks, PII exposure, or potentially destructive command execution.
- Integrate this plugin when your development workflow demands immediate activation upon the next gateway restart without manual configuration.
Avoid when
- Avoid openclaw-shield if you are not using OpenClaw agents as it will not integrate with other agent frameworks.
- Do not use if your project necessitates a different license type than Apache-2.0; the plugin may not align with proprietary or restrictively licensed projects.
- Hosting:
- self hosted - Supports self-hosting for environments that require local deployment or custom configurations.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (122d since push)
- As of Sep 12, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 12, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install openclaw-shield npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Provides functionality to prevent secret leaks, PII exposure, and destructive command execution in OpenClaw AI environment.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Sep 12, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Sep 12, 2026
Categories
Tags
README
Installation That's it. The plugin activates on the next gateway restart with all layers enabled in mode. Install locally for testing openclaw plugins install ./ ``` No build step required — OpenClaw transpiles TypeScript at load time via jiti. License Apache 2.0 — see LICENSE fo...
For agents
This page has a .md twin and JSON over the API.