← 返回 Skills 市场
gora050

Snyk

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
153
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install snyk-integration
功能描述
Snyk integration. Manage Projects, Organizations. Use when the user wants to interact with Snyk data.
安全使用建议
This skill delegates Snyk access to the Membrane CLI rather than asking for Snyk API keys, which is coherent and generally preferable. Before installing: 1) Verify you trust the Membrane project and the npm package (@membranehq/cli); prefer using npx or a scoped install if you don't want a global npm install. 2) Confirm the homepage/repository and package integrity (check the package on npm / GitHub releases) to reduce supply-chain risk. 3) Be aware that once you create a Membrane connection it can access Snyk data according to the permissions you grant — review those permissions in your Membrane account and in Snyk. 4) Note the metadata omission: the skill's manifest didn't list required binaries (node/npm, membrane) even though the SKILL.md assumes them. That mismatch is a documentation omission, not a functional red flag, but you should ensure the required tooling is installed from trusted sources.
功能分析
Type: OpenClaw Skill Name: snyk-integration Version: 1.0.3 The skill facilitates Snyk integration via the Membrane CLI, requiring high-risk operations such as the global installation of an NPM package (`npm install -g @membranehq/cli`) and the execution of dynamically generated remote actions. While these capabilities are aligned with the stated purpose of using the Membrane platform (getmembrane.com) for API orchestration, the requirement for global software installation and the reliance on third-party remote logic execution constitute a broad permission set and a significant attack surface. No explicit malicious intent or data exfiltration was observed in the provided files.
能力评估
Purpose & Capability
The SKILL.md describes a Snyk integration implemented via the Membrane CLI, which is a reasonable implementation for this purpose. However, the skill metadata declares no required binaries while the instructions expect npm/node (to install the CLI) and the membrane CLI to be available — a small inconsistency between declared requirements and runtime instructions.
Instruction Scope
Instructions are focused on installing and using the Membrane CLI to connect to Snyk, creating connections, discovering and running actions. They do not instruct the agent to read unrelated files, exfiltrate environment variables, or perform operations outside the stated integration flow.
Install Mechanism
The install instructions recommend a global npm install of @membranehq/cli@latest. Installing a third-party CLI globally is common but has moderate risk (supply-chain / permission considerations). There is no high-risk download or archive extraction in the instructions.
Credentials
The skill declares no required environment variables or credentials and explicitly advises using Membrane-managed connections rather than asking for API keys. That is appropriate for a connector that relies on an external connector service to manage auth.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not request elevated persistent privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install snyk-integration
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /snyk-integration 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug snyk-integration
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Snyk 是什么?

Snyk integration. Manage Projects, Organizations. Use when the user wants to interact with Snyk data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Snyk?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install snyk-integration」即可一键安装,无需额外配置。

Snyk 是免费的吗?

是的,Snyk 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Snyk 支持哪些平台?

Snyk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Snyk?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论