What to do now
Complete all five checks before public rollout.
Security checklist
- do not expose management surfaces to uncontrolled public access
- update to a security-fixed stable release
- verify skill source and permission scope
- restrict file paths, commands, and external services
- define channel permissions and ownership
Completion standard for each check
- management surface:
- only allowlisted access or private network access
- version updates:
- current runtime version matches a stable release with recent fixes
- skill review:
- each installed skill has source and permission notes
- access policy:
- high-risk commands and paths are denied by default
- channel boundaries:
- each channel has clear invoke scope and owner
SlowMist additions (high priority)
The SlowMist repository provides a more operational defense matrix. Add it to your baseline:
- OpenClaw Security Practice Guide
- Security Validation & Red Teaming Guide
- Project repository (SlowMist)
At minimum, add these six controls:
- define red-line and yellow-line command rules in
AGENTS.md - run full-text audits for skills (
.md/.jsonincluded), not script-only checks - use permission narrowing + hash baseline for core config files
- require nightly audit reports to list all metrics explicitly, including healthy ones
- add DLP checks for plaintext private keys and mnemonics
- run red-team validation drills after deployment
Read these when you need detail
If you only read three pieces, start with:
Optional extra reading:
Next step: return to Learn Hub and continue use-case stage.