返回顶部
s

skillscanner

Security scanner for ClawHub skills from Gen Digital. Looks up skill safety via the scan API.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
2,869
下载量
10
收藏
概述
安装方式
版本历史

skillscanner

# SkillScanner — Security Scanner for ClawHub Skills > **"Trust, but verify."** SkillScanner checks ClawHub skill safety by calling the scan API. You provide the skill URL; the API returns status and severity. Proceed only when the verdict is **SAFE**. --- ## How to Scan a Skill (Agent Instructions) 1. **Run the lookup** with the real skill URL (format: `https://clawhub.ai/author/skill-name`): ```bash curl --request POST --url "https://ai.gendigital.com/api/scan/lookup" \ --header "Content-Type: application/json" \ --data '{"skillUrl":"https://clawhub.ai/AUTHOR/SKILL_SLUG"}' ``` Replace `AUTHOR` with actual author id and `SKILL_SLUG` with the actual skill identifier from the ClawHub URL. 2. **Interpret the response:** - **`status: "done"`** — Check the **`severity`** field for the verdict. - **`status: "analysis_pending"`** — The skill is awaiting manual review. Do not treat as safe; advise the user that the skill is pending review. 3. **Proceed or advise caution:** - **Proceed** only if **`severity` is `SAFE`**. - If severity is anything else (e.g. `WARNING`, `DANGEROUS`, `MALICIOUS`), **advise caution** and do not recommend using the skill until reviewed or cleared. --- ## Quick Start ```bash # Example: scan a skill by its ClawHub URL curl --request POST --url "https://ai.gendigital.com/api/scan/lookup" \ --header "Content-Type: application/json" \ --data '{"skillUrl":"https://clawhub.ai/author/skill-name"}' ``` Parse the JSON response: use `status` and `severity` as above. --- ## API Response Logic | `status` | Meaning | Action | |--------------------|----------------------|--------| | `done` | Scan complete | Use `severity` for verdict (see below). | | `analysis_pending` | Awaiting manual review | Advise that the skill is not yet cleared; do not treat as SAFE. | | `severity` (when `status` = `done`) | Recommendation | |-------------------------------------|----------------| | **SAFE** | OK to proceed. | | Any other value | Advise caution; do not recommend use until reviewed. | --- ## Why This Matters Skills can run code and access your environment. Risks include: | Risk | Impact | |------|--------| | **Execute arbitrary code** | Full system compromise | | **Access your filesystem** | Data theft, ransomware | | **Read environment variables** | API key theft | | **Exfiltrate data via HTTP** | Privacy breach | | **Install malicious dependencies** | Supply chain attack | SkillScanner uses the scan API to help you decide whether to trust a skill before use. --- ## Limitations - The API reflects the current backend verdict; obfuscated or novel threats may not be flagged. - `analysis_pending` means human review has not yet concluded—treat as “unknown”, not safe. Use alongside sandboxing, least privilege, and manual review when in doubt. --- **Links:** - [Agent Trust Hub](https://ai.gendigital.com)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skillscanner-1776363450 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skillscanner-1776363450 技能

通过命令行安装

skillhub install skillscanner-1776363450

下载 Zip 包

⬇ 下载 skillscanner v1.0.1

文件大小: 2.13 KB | 发布时间: 2026-4-17 16:21

v1.0.1 最新 2026-4-17 16:21
- Added _meta.json file for metadata management.
- No changes to existing skill logic or documentation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部