Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计提醒

skillscan-wrapper技能扫描包装器

Agent Skill

skillscan-wrapper 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,246

周安装

138

GitHub Stars

公开资料未说明

下载量

1,137
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skillscan-wrapper(技能扫描包装器)
来源仓库:https://github.com/cyzlmh/skillscan-wrapper
安装命令:
openclaw skills install skillscan-wrapper
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skillscan-wrapper

简介

提供 AIAgent Skill 的安全审计功能,检测恶意代码和可疑模式。

  • 在安装前扫描技能包中的凭证盗窃、数据泄露等安全风险。
  • 适合用于防御恶意软件和保护代理生态系统安全。skillscan-wrapper 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 使用前应检查其对系统资源的访问权限和执行环境限制。
  • 建议与其他安全工具协同工作以提高整体防护效果。

SKILL.md

name
skillscan-wrapper
description
Security 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).
license
MIT-0
metadata
author
cyzlmh
tags
triggers
permissions
network
optional - only for enterprise reporting (--upload-url) or external scanner (--engine external), both user-controlled
files_read
skill directories being scanned, no user credentials or identity files
files_write
optional output directory (--output-dir), user-specified only

Skill Scan Wrapper

DEFENSIVE 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.

Security Guarantees

This tool DOES NOT:

  • Read your credentials, SSH keys, AWS configs, or any identity files
  • Access MEMORY.md, USER.md, SOUL.md, or agent identity files
  • Send data anywhere without your explicit command
  • Modify system files outside your specified workspace
  • Request elevated/sudo permissions

This tool ONLY:

  • Reads skill files you explicitly ask it to scan
  • Writes reports to directories you explicitly specify
  • Optionally sends reports to URLs you explicitly provide (enterprise integration)
  • Uses SHA-256 checksums to verify binary integrity

Source Transparency

This tool includes a compiled Rust binary. Source code is available at:

  • Gitee: https://gitee.com/random_player/cmic-skill-scanner
  • All releases include SHA-256 checksums for integrity verification
  • Build from source: cargo build --release (see repo README)

功能

  • 内置 Rust 原生引擎,无需外部依赖即可运行
  • 可选桥接 Cisco Skill Scanner (external engine) 获更强检测能力
  • 支持单 skill 和批量目录扫描
  • 输出风险评级与发现项摘要

下载

从以下地址下载对应平台的二进制包:

平台下载地址
macOS ARM64https://gitee.com/random_player/cmic-skill-scanner/releases/download/v0.4.0/skillscan-wrapper-darwin-arm64-v0.4.0.zip
Linux x64https://gitee.com/random_player/cmic-skill-scanner/releases/download/v0.4.0/skillscan-wrapper-linux-amd64-v0.4.0.zip
Linux ARM64https://gitee.com/random_player/cmic-skill-scanner/releases/download/v0.4.0/skillscan-wrapper-linux-arm64-v0.4.0.zip

ZIP SHA256 校验(发布包完整性):

  • darwin-arm64: bd78d3861a545ad52e2f51b8d072efe1d7604850f4a7049d99a840387a341c6a
  • linux-amd64: 1b4997f7b2a4e4dcf9b0d7edcc65755e13a03a258d795ee1abcc35dcab3d5a86
  • linux-arm64: 071b0c404b840aeb4e4d493b3a2513390ed629e0f07e4b79a0b5bc908f1c2d1c

内置二进制 SHA256(运行前验证):

  • darwin-arm64: f2cc115a3675b493425f9a2be94e02d31c3ee523f12765cd8a30fc240c9a0b30
  • linux-amd64: 864f9a0189268139878c06bce7a127687f9e491a070d7c7345d22932c899bcd8
  • linux-arm64: ee7fd87a3ad72984fcd60ba3adae1020fe7099d24332b7cc30e66034cd745dd7

安装

  1. 下载对应平台的 zip 包
  2. 解压到目标目录
  3. 验证校验码:
shasum -a 256 skillscan-wrapper

使用

单 skill 扫描

./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

企业集成(带上报)- User Controlled Destination

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 条规则,覆盖:

  • 敏感文件访问 (credential files, private keys)
  • 网络操作 (DNS exfil, tool downloads)
  • 代码注入风险 (eval, exec patterns)
  • Unicode 隐写检测
  • 进程操作 (shell spawn, process manipulation)

许可证

MIT-0 (Public Domain)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.6%
按下载量换算814

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install skillscan-wrapper 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills