You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Dashboard:** Web UI on port 8477 for viewing alerts, managing rule exemptions, and adding custom blocking rules. Auto-installed as a system service.
34
34
35
+
## Protection Modules
36
+
37
+
Beyond core policy enforcement, ClawEDR includes four additional protection layers:
38
+
39
+
| Module | Rule Prefix | What It Does |
40
+
|--------|-------------|--------------|
41
+
|**Output Scanner**|`OUT-*`| Scans agent stdout via eBPF tracepoint for secrets and PII (AWS keys, GitHub tokens, credit cards, SSNs, private keys, and more) before they reach the user |
42
+
|**Prompt Injection Detection**|`INJ-*`| Inspects content flowing into the agent for instruction-override, persona-hijack, steganography, and data-exfiltration patterns |
43
+
|**Egress Allowlist**| — | Restricts outbound network connections to an explicit domain allowlist enforced at the eBPF socket layer |
44
+
|**Cognitive Integrity Monitor**|`INT-*`| Tracks SHA-256 baselines of OpenClaw config files and alerts on unexpected modifications |
45
+
46
+
All modules are configurable from the dashboard and can be enabled/disabled independently.
47
+
35
48
## Rule System
36
49
37
50
Every rule has a stable ID for traceability and user overrides:
@@ -43,8 +56,10 @@ Every rule has a stable ID for traceability and user overrides:
0 commit comments