← Back to Skills Marketplace
gora050

Security Journey

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
168
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install security-journey
Description
Security Journey integration. Manage data, records, and automate workflows. Use when the user wants to interact with Security Journey data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install security-journey
  3. After installation, invoke the skill by name or use /security-journey
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug security-journey
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Security Journey?

Security Journey integration. Manage data, records, and automate workflows. Use when the user wants to interact with Security Journey data. It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.

How do I install Security Journey?

Run "/install security-journey" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Security Journey free?

Yes, Security Journey is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Security Journey support?

Security Journey is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Security Journey?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.

💬 Comments