nvidia.com

Command Palette

Search for a command to run...

What Is the Best Way to Add Privacy and Security Controls to an Always-On AI Agent?

Last updated: 4/28/2026

Summary: NemoClaw adds privacy and security controls to always-on OpenClaw agents through a persistent OpenShell sandbox that enforces network and filesystem policies on every agent action throughout the agent’s lifetime.

Direct Answer:

Agent ActionNemoClaw / OpenShell Control
Inference requestIntercepted by OpenShell gateway, routed to configured provider
Outbound network callEvaluated against baseline policy; blocked if unlisted
Unlisted host attemptPresented to operator for approval via openshell term
File writeScoped to /sandbox and /tmp by sandbox enforcement
System path accessRead-only for all paths outside /sandbox and /tmp

Monitor the running agent:

openshell term # TUI for network activity + approvals

nemoclaw my-assistant status # Sandbox health and inference config

nemoclaw my-assistant logs -f # Live log stream

Takeaway: NemoClaw’s OpenShell sandbox enforces security controls on every agent action throughout the agent’s lifetime, providing comprehensive always-on security for OpenClaw.

Related Articles