NC-OC-006

Workspace file access scoped

๐ŸŸ  High โš—๏ธ Experimental โš—๏ธ Experimental โ€” not scored

What this checks

Checks that filesystem access is scoped to workspace when multi-user heuristics are detected.

Why it matters

Unrestricted filesystem access in a multi-user context allows any user to read/write arbitrary files on the host.

How to fix it

Set tools.fs.workspaceOnly=true for multi-user deployments. See: https://clawvitals.io/docs/NC-OC-006

Technical details

FieldValue
Control IDNC-OC-006
DomainOC
SeverityHigh
StatusExperimental
Data sourceopenclaw_security_audit
Source typederived
ModeMode 1 (OpenClaw native)
Introduced inLibrary v0.1.0
OWASP LLM 2025LLM06: Excessive Agency

False positive notes

Only fires when multi-user heuristic is active. Single-user deployments are unaffected.

Suppress this finding

If this finding is intentional or not applicable to your setup, you can exclude it:

clawvitals exclude NC-OC-006 reason "your reason here"

Exclusions are auditable and expire automatically. See the exclusions guide.