Install
openclaw skills install @cyzlmh/skillscan-wrapperSecurity audit tool for AI agent skills. Scans skill packages for malware, credential theft, and suspicious patterns before installation. Defensive security tool with optional enterprise reporting (user-controlled destination).
openclaw skills install @cyzlmh/skillscan-wrapperDEFENSIVE SECURITY TOOL - Use this skill to audit other skills before installation.
When you need to scan a skill package, archive, or release bundle for security risks, use this tool. It helps detect malicious patterns like credential theft, data exfiltration, and code injection before you install unknown skills.
This tool DOES NOT:
This tool ONLY:
This tool includes a compiled Rust binary. Source code is available at:
cargo build --release (see repo README)从以下地址下载对应平台的二进制包:
ZIP SHA256 校验(发布包完整性):
bd78d3861a545ad52e2f51b8d072efe1d7604850f4a7049d99a840387a341c6a1b4997f7b2a4e4dcf9b0d7edcc65755e13a03a258d795ee1abcc35dcab3d5a86071b0c404b840aeb4e4d493b3a2513390ed629e0f07e4b79a0b5bc908f1c2d1c内置二进制 SHA256(运行前验证):
f2cc115a3675b493425f9a2be94e02d31c3ee523f12765cd8a30fc240c9a0b30864f9a0189268139878c06bce7a127687f9e491a070d7c7345d22932c899bcd8ee7fd87a3ad72984fcd60ba3adae1020fe7099d24332b7cc30e66034cd745dd7shasum -a 256 skillscan-wrapper
./skillscan-wrapper review /path/to/skill --format markdown
./skillscan-wrapper review /path/to/skills --output-dir /tmp/skillscan-out
./skillscan-wrapper review /path/to/skill --engine external --format markdown
Note: Network upload is OPTIONAL and only happens when you explicitly provide --upload-url. You control where data goes.
./skillscan-wrapper review /path/to/skills \
--output-dir /tmp/skillscan-out \
--upload-url https://scanner.example.com/api/report \
--instance-id prod-a1
./skillscan-wrapper inspect /path/to/skill # 查看skill结构
./skillscan-wrapper scan /path/to/skill # 原始JSON扫描结果
./skillscan-wrapper review /path/to/skill # 风险评级摘要
./skillscan-wrapper benchmark # 性能基准测试
内置原生引擎包含 31 条规则,覆盖:
MIT-0 (Public Domain)