Install
openclaw skills install cmic-skill-scanner-bclinux21-amd64使用内置 Rust 引擎审计待安装的 skill 包或归档,并可选桥接外部 scanner。
openclaw skills install cmic-skill-scanner-bclinux21-amd64当你要在安装一个本地 skill、归档或 release bundle 前做一次快速安全检查时,使用这个 skill。
This tool operates locally and requires user trust in the binary you run. Always verify the checksum after downloading. For maximum security, build from source (recommended).
| Property | Value |
|---|---|
| Location | assets/bin/skillscan |
| Version | v0.9.0 |
| Platform | bclinux21-amd64 |
| SHA-256 | b701a5cccbfb1d350b63f35656f6feb9862fac9e12940607ace95470a9bed27a |
Verify locally before running:
sha256sum assets/bin/skillscan
# Compare output with the SHA-256 value above
This bundled package includes a pre-compiled binary. You can still build from source if you prefer:
git clone https://gitee.com/random_player/cmic-skill-scanner.git
cd cmic-skill-scanner && cargo build --release
--upload-url 和 --engine external 功能默认禁用,仅在用户显式配置时启用This is an open-source (MIT-0) package. The binary (bundled or downloaded) is a convenience only — it does not grant any additional trust.
Your options:
| Approach | Trust Requirement | Verification |
|---|---|---|
| Build from source | None (you control everything) | Manual code review |
| Bundled/downloaded binary | You trust the release host | SHA-256 checksum |
What the tool does NOT do by default:
--engine externalskillscan review /path/to/target --format markdown
skillscan review /path/to/skills --output-dir /tmp/skillscan-out
⚠️ This feature is completely optional and disabled by default. It requires explicit user configuration via --upload-url.
What gets sent (only when you configure --upload-url):
--instance-id⚠️ This feature is completely optional and disabled by default. It requires explicit user configuration via --engine external.
Delegates pattern-matching to a user-configured local tool. This runs locally — no remote calls are made.
| Scope | Reason |
|---|---|
| Read files in target path | To analyze skill source code for patterns |
Write to --output-dir | To save scan reports locally |
| Execute binary | To run the scanner engine |
| Network (optional) | Only if --upload-url is explicitly configured |