Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Run local-only fail-closed security checks to detect and report data leaks, secrets, egress risks, and prompt injections before publishing or committing code.
Run local-only fail-closed security checks to detect and report data leaks, secrets, egress risks, and prompt injections before publishing or committing code.
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.
Why: Prevent โone bad commitโ incidents (accidental file leakage + secret exposure) with a fast, local-only, fail-closed check. When: Before committing/pushing, before publishing a skill, and when reviewing scripts/skills for unexpected egress behavior. How: Run a single command to get PASS/WARN/BLOCK and an optional redaction-safe report. Scope: Detection + reporting only (no auto-fix, no uploads, no auto-posting). Quickstart: openclaw-sec check --preset repo --diff staged This is a public-safe toolkit skill. Does: detect + report risks (PASS/WARN/BLOCK) Does NOT: auto-fix, auto-upload, auto-post, or exfiltrate data
Binary: openclaw-sec Common: openclaw-sec check --lang en openclaw-sec check --lang ko openclaw-sec scan-secrets openclaw-sec scan-egress openclaw-sec scan-prompt --file inbound.txt Exit codes: 0 PASS 1 WARN 2 BLOCK
If --paths is omitted, it scans existing paths among: . skills/ scripts/ context/
Rule files live in rules/: secret_patterns.txt egress_patterns.txt prompt_injection_patterns.txt Edit these to tune sensitivity.
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.