Efficientip
v1.0.0EfficientIP integration. Manage data, records, and automate workflows. Use when the user wants to interact with EfficientIP data.
⭐ 0· 47·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
high confidencePurpose & Capability
The name/description (EfficientIP integration) match the instructions: all runtime steps use Membrane to connect to EfficientIP and run actions or proxy API requests. The only minor mismatch is that registry metadata lists no required binaries, while the SKILL.md expects the Membrane CLI (npm package) to be available or installed.
Instruction Scope
Runtime instructions are narrowly scoped to installing/using the Membrane CLI, creating connections, listing actions, running actions, and proxying requests to EfficientIP. The SKILL.md does not instruct reading unrelated files, harvesting environment variables, or exfiltrating data to unexpected endpoints. It explicitly advises against asking the user for API keys and relies on Membrane for auth.
Install Mechanism
There is no platform install spec; the guide tells users to install @membranehq/cli via `npm install -g` (and sometimes uses `npx`). Installing a global npm package is a common, moderate-risk action (packages can run install scripts). This is proportionate to the stated purpose, but users should be aware they must trust the npm package and the Membrane service.
Credentials
The skill declares no required env vars or credentials and does not request unrelated secrets. Authentication is handled via Membrane's browser-based flow. This is proportional: the skill does not ask for unrelated access.
Persistence & Privilege
The skill is not always-enabled, does not request special persistence, and contains no code that modifies other skills or system configuration. Autonomous invocation is allowed (platform default) but not combined with any other high-risk factor here.
Assessment
This skill is an instructions-only wrapper that expects you to use the Membrane CLI to access EfficientIP. Before installing or using it: 1) Verify you trust the Membrane service (getmembrane.com) because it will hold and proxy your EfficientIP credentials; review their privacy/security docs. 2) Prefer using `npx @membranehq/cli@latest` or install the CLI in an isolated environment rather than a global `npm -g` install, and check the package version and publisher on npm. 3) Confirm the connector/connection IDs and scope when you authenticate in the browser so you don't grant broader access than intended. 4) Note the small metadata mismatch: the skill expects the Membrane CLI even though the registry declared no required binaries. That mismatch is minor but worth being aware of.Like a lobster shell, security has layers — review code before you run it.
latestvk974spgpysq21v8hzs895msj6d84encg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
