← 返回 Skills 市场
Security Journey
作者
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
168
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install security-journey
功能描述
Security Journey integration. Manage data, records, and automate workflows. Use when the user wants to interact with Security Journey data.
安全使用建议
This skill is internally consistent: it uses the Membrane CLI to manage Security Journey connections and actions and does not request unrelated credentials. Before installing or using it: (1) prefer npx or pin a specific CLI version rather than global npm install @latest; (2) review the @membranehq/cli package (source, maintainers, permissions) if you will install it globally; (3) understand and review the permissions and data Membrane will hold — creating a connection lets Membrane act on your Security Journey account, so confirm what data is stored and how it's used; (4) if you want tighter control, require interactive confirmation before the agent runs high-privilege actions or restrict the agent from autonomous invocation for this skill.
功能分析
Type: OpenClaw Skill
Name: security-journey
Version: 1.0.3
The skill bundle provides instructions for an AI agent to interact with the Security Journey platform via the Membrane framework. It guides the agent to install the `@membranehq/cli` npm package and use it to manage API connections and actions. The instructions explicitly promote secure practices by delegating credential management to the Membrane platform rather than handling secrets locally, and no evidence of malicious intent, data exfiltration, or unauthorized execution was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description state 'Security Journey integration' and the SKILL.md instructs the agent to use the Membrane CLI to connect, discover, build, and run actions against Security Journey — this is an expected and proportionate approach.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, performing login/connect/list/run/create action flows, and handling headless browser login. There are no instructions to read unrelated files, environment variables, or to send data to unexpected endpoints.
Install Mechanism
The SKILL.md recommends installing @membranehq/cli via npm (-g) or using npx. This is expected for a CLI-based integration, but installing global npm packages executes remote code and using the floating @latest tag may pull future changes — consider using npx, a pinned version, or reviewing the package before install.
Credentials
The skill requires no environment variables or local credentials. It delegates authentication and credential management to Membrane (a third-party service), which is proportionate to the described purpose but means you must trust Membrane to store and act on your Security Journey credentials.
Persistence & Privilege
always is false (good). disable-model-invocation is false (default) so the agent may autonomously invoke the skill; combined with an authenticated Membrane connection, the agent could run actions against your Security Journey account when invoked — consider limiting autonomous runs or requiring interactive confirmation for sensitive operations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install security-journey - 安装完成后,直接呼叫该 Skill 的名称或使用
/security-journey触发 - 根据 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
元数据
常见问题
Security Journey 是什么?
Security Journey integration. Manage data, records, and automate workflows. Use when the user wants to interact with Security Journey data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 Security Journey?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install security-journey」即可一键安装,无需额外配置。
Security Journey 是免费的吗?
是的,Security Journey 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Security Journey 支持哪些平台?
Security Journey 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Security Journey?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。
推荐 Skills