Security scanner for ClawHub skills from Gen Digital. Looks up skill safety via the scan API.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install skillscanner或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install skillscanner⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/skillscanner/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: skillscanner version: 1.0.0 description: Security scanner for ClawHub skills from Gen Digital. Looks up skill safety via the scan API. author: Rex Shang license: MIT keywords: [security, audit, scan, vet, skills, safety, skill_scanner, trust, secure] triggers: ["skill security", "vet skill", "scan skill", "is this skill safe", "skillscanner", "skill_scanner", "audit skill", "scan skills", "secure skill", "trusted skill", "trust skill"] ---
> "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.
---
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.
- 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.
- 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.
---
# 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.
---
| 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. |
---
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.
---
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:
安装 Skillscanner 后,可以对 AI 说这些话来触发它
Help me get started with Skillscanner
Explains what Skillscanner does, walks through the setup, and runs a quick demo based on your current project
Use Skillscanner to security scanner for ClawHub skills from Gen Digital
Invokes Skillscanner with the right parameters and returns the result directly in the conversation
What can I do with Skillscanner in my finance & investment workflow?
Lists the top use cases for Skillscanner, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/skillscanner/ 目录(个人级,所有项目可用),或 .claude/skills/skillscanner/(项目级)。重启 AI 客户端后,用 /skillscanner 主动调用,或让 AI 根据上下文自动发现并使用。
Skillscanner 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Skillscanner 可免费安装使用。请查阅仓库了解许可证信息。
Security scanner for ClawHub skills from Gen Digital. Looks up skill safety via the scan API.
Skillscanner 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Skillscanner
Identifies repetitive steps in your workflow and sets up Skillscanner to handle them automatically