← 返回
安全合规 中文

Skillscanner

Security scanner for ClawHub skills from Gen Digital. Looks up skill safety via the scan API.
Gen Digital出品的ClawHub技能安全扫描器,通过扫描API查询技能安全性。
rexshang
安全合规 clawhub v1.0.1 1 版本 99972.2 Key: 无需
★ 10
Stars
📥 3,402
下载
💾 314
安装
1
版本
#latest

概述

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.

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

# 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

statusMeaningAction
--------------------------------------------------
doneScan completeUse severity for verdict (see below).
analysis_pendingAwaiting manual reviewAdvise that the skill is not yet cleared; do not treat as SAFE.
severity (when status = done)Recommendation
-----------------------------------------------------
SAFEOK to proceed.
Any other valueAdvise caution; do not recommend use until reviewed.

Why This Matters

Skills can run code and access your environment. Risks include:

RiskImpact
--------------
Execute arbitrary codeFull system compromise
Access your filesystemData theft, ransomware
Read environment variablesAPI key theft
Exfiltrate data via HTTPPrivacy breach
Install malicious dependenciesSupply 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:

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 11:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,718
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,506
security-compliance

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,168