Security checklists, review templates, and builder guidance for the OpenClaw ecosystem.
This repository is designed to help OpenClaw builders review risks before they become incidents.
It is community-maintained and not an official OpenClaw repository.
As the OpenClaw ecosystem grows, more builders are installing skills, connecting external platforms, exposing automation surfaces, and giving agents broader permissions.
That growth creates opportunity, but also risk:
- unsafe connector defaults
- over-permissioned skills
- prompt injection through channels and web content
- weak sandbox assumptions
- secret leakage and local file exposure
- unclear operational boundaries for agent execution
This repo exists to make security review more practical and repeatable.
- fast baseline checklists
- templates for reviewing skills and configs
- patterns for reporting risks clearly
- a shared language for discussing OpenClaw security posture
- OpenClaw builders
- plugin and skill maintainers
- self-hosters
- security-minded contributors
- teams evaluating OpenClaw in production-like setups
If you only have a few minutes, start with:
checklists/openclaw-baseline-checklist.mdtemplates/skill-review-template.mdtemplates/config-review-template.md
Use this when you want a fast sanity check for a local OpenClaw setup.
Use this before installing or recommending a new skill or plugin.
Use this when connecting external platforms like messaging apps, social platforms, or workplace tools.
A structured format for reviewing an OpenClaw skill.
A quick review format for configuration safety and operational risk.
Use this to turn a vague “something feels unsafe” report into a clear incident note.
This repo currently focuses on:
- permission boundaries
- secret handling
- skill trust and provenance
- channel and connector exposure
- prompt injection surfaces
- sandbox assumptions
- execution visibility and approvals
Contributions are welcome if they improve clarity and practical usefulness.
Good additions include:
- better review checklists
- real incident patterns
- safer default recommendations
- reusable templates
- ecosystem-specific threat notes
See CONTRIBUTING.md.