Install
openclaw skills install skill-security-reviewReview and audit OpenClaw skills and agents for data risks, code execution, persistence, network access, privilege escalation, and supply-chain threats befor...
openclaw skills install skill-security-reviewReview first. Install later.
Treat every new skill, agent bundle, script, or packaged .skill file as untrusted until checked. The goal is to decide whether it is safe enough for 吴老板's machine and data, not to prove absolute safety.
If the user expresses intent to install, import, enable, or trust a skill, do not install immediately.
Default sequence:
This applies even if the user did not explicitly ask for a security review. Installation intent itself is enough to trigger the review.
Identify the artifact.
.skill archive, git repo, pasted SKILL.md, script bundle, or agent prompt.Enumerate the attack surface.
SKILL.md instructionsscripts/references/ that may influence behaviorassets/ containing executables, macros, shortcuts, archives, or disguised binariesScore the main risk categories.
Read the artifact in this order.
SKILL.mdProduce a verdict.
ALLOW: low risk, behavior matches stated purpose, no suspicious hidden capabilityALLOW WITH GUARDRAILS: useful but risky; list exact constraintsREJECT: hidden capability, unjustified access, dangerous persistence, exfiltration risk, or poor transparencyDo not say a skill is “safe” without caveats. Say “acceptable risk under these conditions” when appropriate.
Escalate scrutiny if any of the following appear:
Invoke-WebRequest, curl, wget, irm, iex, Start-Process, powershell -enc.ssh, .env, password manager paths, cloud credential filesFlag any capability that is not necessary for the stated purpose.
Ask these questions:
Use this structure for every audit:
Common guardrails:
This skill is a review workflow, not a sandbox or antivirus engine. Hidden logic in opaque binaries, encrypted payloads, or remote content may remain unknown. When confidence is low, default to REJECT or require isolated testing.
For a compact checklist and scoring rubric, read references/checklist.md.