返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
s

skill-scanner

Scan installed agent components (MCP servers, skills, agent tools) for security vulnerabilities using snyk-agent-scan. Use only when running uvx snyk-agent-scan commands to scan skills for risks like prompt injection, malware, or credential leaks. This skill intentionally executes external code (snyk-agent-scan via uvx) for security auditing purposes.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
275
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

skill-scanner

# Skill Scanner Use **snyk/agent-scan** to detect security risks in agent components. ## Quick Scan ```bash # Scan all skills on the machine uvx snyk-agent-scan@latest --skills # Scan MCP servers (default behavior) uvx snyk-agent-scan@latest # Scan with verbose output uvx snyk-agent-scan@latest --skills --verbose # Output JSON for automation uvx snyk-agent-scan@latest --skills --json ``` ## What It Detects ### For Skills - **Prompt Injection (E004)** - Malicious instructions hidden in prompts - **Malware Payloads (E006)** - Harmful code disguised as content - **Untrusted Content (W011)** - Potentially unsafe external data - **Credential Handling (W007)** - Improper secrets management - **Hardcoded Secrets (W008)** - API keys or passwords in code ### For MCP Servers - **Prompt Injection (E001)** - **Tool Poisoning (E003)** - **Tool Shadowing (E002)** - **Toxic Flows (TF001)** - **Rug Pull (W005)** - Malicious skill replacement ## Workflow 1. **Before installing a new skill** → Run a scan first 2. **After scanning** → Review any E001/E003/E004/E006 issues (high severity) 3. **Low severity warnings (W005-W008)** → Decide based on your risk tolerance ## Interpreting Results | Prefix | Severity | Action | |--------|----------|--------| | **E** | High | Fix or avoid the skill | | **W** | Medium/Low | Review and decide | | **TF** | High | Toxic flow detected | ## Common Issues If `uvx` is not found, install uv first: ```bash # macOS brew install uv # Linux curl -LsSf https://astral.sh/uv/install.sh | sh ``` ## OpenClaw Skills Location OpenClaw skills are typically stored at: - **Global**: `~/.openclaw/skills/` - **Workspace**: `<project>/skills/` To scan a custom path, pass it directly: ```bash uvx snyk-agent-scan@latest ~/.openclaw/skills/ ``` ## Output Example The scan will show: - File path of the issue - Risk type and description - Severity level (E/W/TF) - Recommended fix Review the full report at: https://github.com/snyk/agent-scan/blob/main/docs/issue-codes.md

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 snyk-skill-scanner-1776273633 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 snyk-skill-scanner-1776273633 技能

通过命令行安装

skillhub install snyk-skill-scanner-1776273633

下载

⬇ 下载 skill-scanner v1.0.0(免费)

文件大小: 1.83 KB | 发布时间: 2026-4-16 18:26

v1.0.0 最新 2026-4-16 18:26
snyk-skill-scanner 1.0.0

- Initial release of skill-scanner.
- Provides documentation for scanning agent components (skills, MCP servers, tools) for security vulnerabilities using snyk-agent-scan.
- Details quick scan commands, detected risk types (prompt injection, malware, credential leaks, etc.), and result interpretation.
- Lists troubleshooting steps, skill locations, custom path scanning, and example output.
- Includes link to official issue code reference.

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

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

p2p_official_large
返回顶部