Install
openclaw skills install clawlite-openclaw-security-guardThis skill should be used when the user asks to harden agent workflows, audit prompts/commands/URLs/paths, scan a third-party skill before install or publish...
openclaw skills install clawlite-openclaw-security-guardUse this skill to run fast local security checks before trusting or publishing automation.
Run this skill when you need to:
BLOCK as stop-work until reviewed.WARN as requiring human review or a narrower sandbox.node {baseDir}/scripts/security-check.mjs text "<content>"
node {baseDir}/scripts/security-check.mjs command "<shell command>"
node {baseDir}/scripts/security-check.mjs url "<url>"
node {baseDir}/scripts/security-check.mjs path "<path>"
node {baseDir}/scripts/audit-skill-dir.mjs /absolute/or/relative/path/to/skill
node {baseDir}/scripts/write-obsidian-audit.mjs /tmp/audit.json "Skill Audit - my-skill"
This writes a markdown audit note into the ClawLite Obsidian vault under Security Audits/.
bash {baseDir}/scripts/install-hooks.sh
This installs a reusable workspace script for prepublish checks.
This audits for:
~/.ssh, /etc/passwd, .env, id_rsaALLOW — no high-risk pattern found in this lightweight passWARN — review manually before proceedingBLOCK — do not trust / run / publish until reviewedBefore publishing or installing a skill from GitHub / ClawHub:
audit-skill-dir.mjsWARN / BLOCKIf you need the audit categories / philosophy, read:
{baseDir}/references/checklist.md