Sandboxing only
Contains runtime damage, but still allows risky actions to start. CordClaw decides before execution.
Stop dangerous actions before they run. CordClaw enforces deterministic policy decisions at the execution boundary, not in-prompt.
Request Path
OpenClaw
Gateway Plugin Hook
CordClaw
Local Go Daemon
Cordum
Safety Kernel
Decision returned before execution: ALLOW, DENY, THROTTLE, REQUIRE_HUMAN, CONSTRAIN.
CordClaw is built for deterministic pre-dispatch control, not post-hoc visibility.
Contains runtime damage, but still allows risky actions to start. CordClaw decides before execution.
Tells you what happened after the fact. CordClaw blocks or gates actions up front.
Policy text can be bypassed by prompt injection. CordClaw evaluates structured metadata outside context.
Every action request maps to a typed decision and reason before execution.
Low-risk action executes immediately.
exec: npm test
Dangerous action is blocked before execution.
exec: rm -rf /
Action is rate-limited to reduce blast radius.
exec: npm install (burst)
Execution pauses until a reviewer approves.
message-send: external notice
Action runs with enforced limits (sandbox, timeout, paths).
exec: go test ./... with 30s timeout
A practical view of where pre-dispatch policy enforcement fits.
| Capability | CordClaw | NemoClaw | SecureClaw | Native OpenClaw |
|---|---|---|---|---|
| Enforcement point | Pre-dispatch | Runtime sandbox | In-context | Config allow/deny |
| Decision types | 5 | 2 | 2 | 2 |
| Prompt-injection resistance | Yes (structured) | Yes | No | No |
| Human approval flow | Native | No | No | Limited |
| Audit trail depth | Full decision trail | Partial | Minimal | Minimal |
Start with local setup, run your first simulation, then connect CordClaw to the full Cordum stack.
cd setup OPENCLAW_SKIP=true ./install.sh # first decision openclaw cordclaw simulate --tool exec --command "echo hello" # destructive command (expected DENY) openclaw cordclaw simulate --tool exec --command "rm -rf /" # inspect audit trail openclaw cordclaw audit --limit 20
These values are placeholders until live metrics wiring is finalized.
GitHub stars
12.4k
placeholder
npm installs / month
38.1k
placeholder
blocked high-risk actions
4,982
placeholder
Enterprise
Bring pre-dispatch controls, approval gates, and auditable decision trails to production AI agent workflows.