TOPIC / SECURITY

OpenClaw security checklist: pre-launch steps

Pre-install, pre-channel, and pre-permission checklists with runnable commands. Includes 30-second pre-launch checklist.

Use it when

  • Users about to install third-party skills
  • Users about to connect real channels or groups
  • Users who have not yet reviewed permission boundaries systematically

You have not confirmed a path yet

You can keep reading this page, but if you want the shortest next-step recommendation, answering the 3 questions on the homepage will be faster.

Current stage

Stabilize / Lock the baseline

Milestone page

Stabilize auth, model access, channels, and safety boundaries before widening permissions or automation.

Risk level

High risk

Last review

Reviewed · 2026-03-21

Prerequisites

2

Run a security audit first

Before manual checks, run the built-in audit:

openclaw security audit --deep

To auto-fix known issues:

openclaw security audit --fix

Check gateway auth:

openclaw config list | grep gateway.auth

If empty, enable auth:

openclaw config set gateway.auth.mode token
openclaw config set gateway.auth.token your-secure-token-here

Three-layer security model

LayerPurposeHow to check
Docker network isolationRestricts container network accessdocker network ls
Sandbox tool filteringLimits Agent-accessible system resourcesopenclaw config list | grep sandbox
Agent tool permissionsLimits tools per Agentopenclaw security audit --deep

Pre-install checklist

  • I know where this skill or integration comes from
  • I know who maintains it (prefer verified badge on ClawHub)
  • I have seen recent updates or docs
  • I know what resources it will access
  • I have checked the repo or source if it is not official

Verify installed skills:

openclaw skills list
openclaw doctor

Pre-channel checklist

  • I know who will see it
  • I will test in a controlled group first
  • I know how to disable it if something goes wrong
  • For Feishu: I know if I am using official, hosted, or community plugin

Check gateway and channels:

openclaw gateway status

Pre-permission checklist

  • This permission matches the task at hand
  • I will start with minimum permissions
  • I know where config, logs, and rollback points are
  • I will verify write actions by reading back

Check current permissions:

openclaw config list | grep -E "auth|permission|sandbox"

30-second pre-launch checklist

  1. I know where it comes from
  2. I know what it will read, write, and send
  3. I know how to stop, roll back, and check logs if it fails
  4. I am granting minimum permissions, not maximum
  5. I have tested in a staging or test group
  6. I have run openclaw security audit --deep

Next step

No follow-up step is recommended from this node yet.

Path progress

Completed 0 / 5 milestones

Seen 0 / 5 key nodes

Prerequisite status

Tighten first config next

Complete this first

Pending

Prerequisites are still pending

This page will count as seen, but formal completion has to wait until the prerequisite steps are satisfied.