ClawHub reputation checker for clawsec-suite. Adds a standalone reputation gate before guarded skill installation.
安全
Trusted ClawHub Install Gate
试用Audit a local OpenClaw or ClawHub skill directory before installation, classify it as PASS, REVIEW, or BLOCK, check active-project impact, and optionally run...
它能做什么
Audit a local OpenClaw or ClawHub skill directory before installation, classify it as PASS, REVIEW, or BLOCK, check active-project impact, and optionally run...
技能文档
Trusted ClawHub Install Gate
Use this skill when a user wants to inspect a local skill artifact before install. The default result is an audit report, not an installation.
Workflow:
- Run
clawhub-install-gate inspectfirst. - Explain the findings and classify the artifact as
PASS,REVIEW, orBLOCK. - Before any install, perform an active-project impact check:
- exact destination skills directory,
- whether the install is workspace-local or global,
- whether a skill directory with the same name already exists,
- whether
.clawhub/lock.jsonor another lockfile may change, - required binaries, environment variables, accounts, or network access,
- scripts, hooks, assets, and references that would become active,
- whether
--replaceor--allow-reviewwould be needed.
- Do not install on
BLOCK. - Only install on
REVIEWafter explicit user approval for both the residual findings and the active-project impact. - Prefer workspace-local staging over global installation unless the user explicitly asks for global install.
- Use
clawhub-install-gate verifyafter install when requested. - Use
clawhub-install-gate usagewhen the user asks to track install or REVIEW override usage on this machine.
Active-project decision:
NO INSTALL:BLOCK, unclear provenance, unknown destination, duplicate name without replace approval, global destination without explicit request, hidden hooks, credential access, service restarts, or unreviewed scripts.STAGE ONLY:PASSor approvedREVIEW, but target runtime, duplicate-name risk, dependency impact, or proof value is still uncertain.INSTALL:PASS, destination is explicit, no duplicate-name surprise, impact is understood, and the user asked to install.
Review policy:
- Treat the verdict as an Auto-review-style boundary decision, not a permission grant.
BLOCKcovers private-data transmission, secret-store probing, broad security weakening, denial circumvention, and destructive actions.- If a risky action is denied, do not route around it; choose a materially safer path or stop for user decision.
- Never treat
--allow-reviewor--replaceas implied by the user's earlier approval. Confirm those flags for the specific artifact and destination.
相关技能
Deep audit for installed ClawHub skills — usage analysis, permission review, conflict detection
Use before installing, enabling, or running any third-party OpenClaw skill, and when the user says "install this skill", "is this skill safe", "scan/vet/check this skill", or "should I trust this". Also use when a skill is pulled from ClawHub or any untrusted source.
Install or upgrade a ClawHub skill, then make the global copy under the machine's OpenClaw home `skills/` directory the final source of truth. Use when the u...
Audit a named ClawHub skill or skill URL before installation by combining OpenClaw verification with bounded static analysis. Use when the user explicitly asks whether a skill is safe or requests a pre-install review; report evidence and uncertainty instead of treating a score as proof.
Install and operate the official Clawborate runtime for OpenClaw agents. Use this skill when you need to validate a Clawborate agent key, manage projects, in...