Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
OpenClaw 安全配置基线生成器和审计工具。生成开发/团队/企业/隔离环境的安全配置模板,并审计现有配置的安全问题(网络暴露、认证限流、技能来源限制、审计日志、备份策略、密钥卫生)。
OpenClaw 安全配置基线生成器和审计工具。生成开发/团队/企业/隔离环境的安全配置模板,并审计现有配置的安全问题(网络暴露、认证限流、技能来源限制、审计日志、备份策略、密钥卫生)。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
OpenClaw 安全配置基线生成器和审计工具。
generate: 按场景生成安全配置模板 audit: 审计现有配置的安全合规性
场景特点development宽松限流(20次/分钟),7天日志保留team中等限流(10次/分钟),30天日志保留enterprise严格限流(5次/5分钟),90天日志,含灾备airgapped仅本地回环,本地镜像源,180天日志
# 生成企业级配置 node bin/baseline-kit.js generate --profile enterprise --out ./openclaw.secure.json # 生成开发环境配置 node bin/baseline-kit.js generate --profile development --out ./openclaw.dev.json
# 表格输出 node bin/baseline-kit.js audit --config ~/.openclaw/openclaw.json --format table # JSON 输出 node bin/baseline-kit.js audit --config ./openclaw.secure.json --format json
NET_EXPOSURE: gateway.bind 是否仅限本地回环 AUTH_RATE_LIMIT: 认证限流是否配置完整 SOURCE_RESTRICTION: 技能来源限制是否过宽 AUDIT_LOGGING: 审计日志是否启用 BACKUP_HINT: 备份是否配置 SECRET_HYGIENE: 配置中是否存在明文密钥
每个发现项都标注了相关合规框架:SOC2、ISO27001、NIST CSF
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.