Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Srxp
v1.0.0SRXP integration. Manage data, records, and automate workflows. Use when the user wants to interact with SRXP data.
⭐ 0· 51·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill is explicitly an SRXP integration and its SKILL.md explains how to interact with SRXP via the Membrane CLI. That matches the name/description. However, the registry metadata lists no required binaries or credentials while the instructions clearly require network access, a Membrane account, and the @membranehq/cli tool — a small inconsistency in declared requirements.
Instruction Scope
The runtime instructions are limited to installing/using the Membrane CLI, logging in, creating/using connections, listing actions, running actions, and proxying requests to SRXP via Membrane. They do not instruct reading arbitrary local files or unrelated system credentials, nor do they direct data to unexpected external endpoints. The HEADLESS flow and browser-based login are documented; no scope creep observed.
Install Mechanism
This is an instruction-only skill (no install spec). It tells the user to install @membranehq/cli via npm (-g). Installing a public npm CLI is a common approach but modifies the system PATH and requires npm rights; you may prefer npx to avoid a global install. The package referenced appears to be a scoped public package rather than a random URL, which is lower risk than arbitrary downloads.
Credentials
The skill declares no required env vars, but the instructions require a Membrane account and network access and rely on Membrane-managed credentials (browser login flow). No unrelated secrets or multiple external service credentials are requested. The only proportionality issue is the metadata omission: the registry should have declared the need for network access and the Membrane CLI.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. As instruction-only, it does not install background services or modify other skills or system-wide agent settings.
Assessment
This skill appears to do what it says: it uses Membrane's CLI to connect to SRXP. Before installing or running: 1) Verify the @membranehq/cli package is the official package (check the publisher and package homepage) or use npx to avoid a global install. 2) Expect to authenticate via your browser (the skill uses Membrane's login flow); do not paste secrets into chat. 3) Confirm you are comfortable granting the Membrane account access to SRXP data (Membrane acts as the proxy and stores credentials server-side). 4) Note the small metadata mismatch: the skill's registry entry doesn't list the Membrane CLI or network access as requirements even though SKILL.md requires them — treat that as an administrative/packaging oversight, not a functional red flag.Like a lobster shell, security has layers — review code before you run it.
latestvk97f5zrn191e3gyt3zepqexcnx845hwh
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
