openclaw-deployment-hardening — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openclaw-deployment-hardening (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill to add repeatable security gates around OpenClaw build and deployment workflows.
Add mandatory controls to CI before artifacts are promoted:
Example CI step order:
# Build
npm ci
npm run build
# Security gates
trivy fs .
trivy image my-registry/openclaw:${GIT_SHA}
syft my-registry/openclaw:${GIT_SHA} -o spdx-json > sbom.json
cosign sign --key cosign.key my-registry/openclaw:${GIT_SHA}Run OpenClaw with restrictive defaults:
no-new-privileges enabledKubernetes-oriented expectations:
runAsNonRoot: trueallowPrivilegeEscalation: falsereadOnlyRootFilesystem: trueRequire explicit promotion checks:
Avoid mutable latest tags for production OpenClaw services.
Run a hardening smoke test immediately after rollout:
kubectl get pods -n openclaw
kubectl auth can-i --as=system:serviceaccount:openclaw:default list secrets -n openclaw
kubectl get networkpolicy -n openclaw
kubectl logs deploy/openclaw -n openclaw --tail=200Verify:
Maintain a hardened rollback workflow:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.