← 返回 Skills 市场
Snyk Skill Scanner
作者
SwiftKing100
· GitHub ↗
· v1.0.0
308
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install snyk-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-s...
安全使用建议
This skill is coherent for its stated purpose, but it relies on fetching and running third-party tooling at scan time. Before you use it: 1) verify the authenticity of uvx/uv and snyk-agent-scan (check official project pages, release signatures, and the GitHub repository referenced), 2) avoid piping unknown curl scripts into sh — prefer package managers or audited install steps, 3) run scans from a least-privilege or isolated environment if possible, and 4) review scan results carefully before taking automated remediation steps. If you need higher assurance, ask the skill author for a pinned release URL or signed binary rather than using @latest.
功能分析
Type: OpenClaw Skill
Name: snyk-skill-scanner
Version: 1.0.0
The skill bundle is designed for security auditing, explicitly stating its purpose to 'Scan installed agent components... for security vulnerabilities using snyk-agent-scan'. It provides clear instructions for executing the `uvx snyk-agent-scan` tool and installing its prerequisite `uv`. There is no evidence of prompt injection attempts against the agent, data exfiltration, backdoor installation, or any other malicious intent. The use of `curl | sh` for `uv` installation, while a general supply chain risk, is a common practice for legitimate tool installation and is openly documented as a prerequisite, not a hidden malicious payload.
能力评估
Purpose & Capability
The name/description (Snyk Skill Scanner) matches the instructions: it tells the agent operator how to run snyk-agent-scan via uvx to scan skills and MCP servers. All declared metadata (no env, no binaries, no install spec) is consistent with an instruction-only scanning helper.
Instruction Scope
SKILL.md stays on-topic: it instructs running uvx snyk-agent-scan against skill and MCP paths and shows expected outputs. It references common skill paths and offers flags like --skills and --json. It explicitly notes that it executes external code (snyk-agent-scan via uvx), which is appropriate for a scanner but expands runtime trust requirements — the user/agent will fetch and run third-party code.
Install Mechanism
There is no formal install spec in the skill, but the docs instruct using uvx to fetch snyk-agent-scan@latest and provide bootstrap instructions for uv that include a curl | sh installer (astral.sh). Both uvx and uv will download/execute external code at runtime; recommending curl | sh is a moderate risk vector. This is expected for a tool that runs external scanners, but users should verify sources and prefer vetted package managers or signed releases.
Credentials
The skill requests no environment variables, no credentials, and no special config paths. That is proportionate for a read-only scanning helper that runs an external scanner and reports findings.
Persistence & Privilege
always:false and no install or file writes are requested by the skill. It does not demand persistent presence or modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install snyk-skill-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/snyk-skill-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
常见问题
Snyk 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-s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 308 次。
如何安装 Snyk Skill Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install snyk-skill-scanner」即可一键安装,无需额外配置。
Snyk Skill Scanner 是免费的吗?
是的,Snyk Skill Scanner 完全免费(开源免费),可自由下载、安装和使用。
Snyk Skill Scanner 支持哪些平台?
Snyk Skill Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Snyk Skill Scanner?
由 SwiftKing100(@swiftking100)开发并维护,当前版本 v1.0.0。
推荐 Skills