← 返回
未分类 中文

Setup Validator

Validate OpenClaw installation safety by checking for common security misconfigurations and setup issues. Use this skill during initial setup, periodic heart...
Validate OpenClaw installation safety by checking for common security misconfigurations and setup issues. Use this skill during initial setup, periodic heart...
marcusy2k marcusy2k 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 339
下载
💾 0
安装
1
版本
#latest#security

概述

Setup Validator

Overview

This skill validates OpenClaw installations for security misconfigurations and setup issues. It runs during initial setup and periodically (e.g., via heartbeats or cron) to ensure ongoing safety.

Checks

The validator checks for the following issues:

CheckDescriptionReference
-------------------------------
Excessive PermissionsEnsures OpenClaw and plugins have only necessary permissions.CHECKS.md
Unsafe PluginsIdentifies plugins from untrusted sources or with known vulnerabilities.CHECKS.md
Missing SandboxingValidates that sandboxing is properly configured.CHECKS.md
Outdated DependenciesChecks for outdated or vulnerable dependencies.CHECKS.md

See CHECKS.md for detailed descriptions of each check.

Setup

Make Scripts Executable

Before using the scripts, ensure they have executable permissions:

chmod +x ~/.openclaw/skills/setup-validator/scripts/*.py

Usage

Run Validation

Execute the validation script to check for misconfigurations:

python scripts/validate_setup.py

Generate Actionable Warnings

If issues are detected, generate actionable warnings with fixes:

python scripts/generate_warnings.py

Example Output

[WARNING] Excessive permissions detected for OpenClaw.
- Fix: Run `chmod 750 ~/.openclaw` to restrict permissions.

[WARNING] Unsafe plugin detected: example-plugin.
- Fix: Remove the plugin with `openclaw plugin remove example-plugin`.

Documentation

Periodic Validation

To run this skill periodically (e.g., via cron or heartbeats), add the following to your cron jobs:

0 * * * * python ~/.openclaw/skills/setup-validator/scripts/validate_setup.py

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 11:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Plugin Integration Development

marcusy2k
引导用户使用模板、脚本和示例在OpenClaw中创建、验证并集成自定义插件、工具和命令。
★ 0 📥 397
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 471 📥 78,323
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,030