Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions nemoclaw-blueprint/policies/openclaw-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,18 @@ network_policies:
binaries:
- { path: /usr/local/bin/openclaw }

# npm registry — needed for `openclaw plugins install` and `npm install`
# npm registry — needed for `openclaw plugins install` and `npm install`.
# Read-only: agents only fetch packages, never publish.
npm_registry:
name: npm_registry
endpoints:
- host: registry.npmjs.org
port: 443
access: full
protocol: rest
enforcement: enforce
tls: terminate
rules:
- allow: { method: GET, path: "/**" }
binaries:
- { path: /usr/local/bin/openclaw }
- { path: /usr/local/bin/npm }
Expand Down
Loading