Mabl

v1.0.0

Mabl integration. Manage data, records, and automate workflows. Use when the user wants to interact with Mabl data.

0· 48·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
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description (Mabl integration) match the instructions (using Membrane to connect to Mabl). One minor inconsistency: the SKILL.md expects you to install/run Node/npm (npm install -g and npx examples), but the skill metadata did not list npm/Node as a required binary.
Instruction Scope
Instructions are limited to installing/using the Membrane CLI, creating connections to Mabl, discovering and running actions, and proxying API requests through Membrane. They do not instruct reading local files or exfiltrating unrelated data. They do rely on browser-based login or headless copy/paste for authentication.
Install Mechanism
This is an instruction-only skill (no install spec). The README instructs installing @membranehq/cli from npm (public registry). That's an expected, moderate-risk step for a CLI integration, but the use of global npm install and npx @membranehq/cli@latest means you will run code from the public registry—consider pinning versions or reviewing the package before installing.
Credentials
The skill declares no required environment variables or credentials and explicitly advises not to ask users for API keys. It relies on Membrane's hosted auth flow (browser-based login), which is proportionate to the task.
Persistence & Privilege
The skill does not request always:true, does not declare config path access, and is user-invocable only. It does not request persistent or elevated privileges in the agent environment.
Assessment
This skill appears to do what it claims (Mabl integration via Membrane). Before installing or running commands: - Verify you trust Membrane (https://getmembrane.com) and review the @membranehq/cli package on the npm registry (or pin to a specific version) rather than running 'npx ...@latest' blindly. - Be aware the SKILL.md expects Node/npm to be available; the metadata did not list them as required binaries. - The CLI uses a browser-based auth flow and Membrane will manage credentials server-side; confirm you are comfortable with the account permissions Membrane will have for your Mabl data. - If you must operate in a constrained environment, review package source before global install or run via npx with an explicit, audited version.

Like a lobster shell, security has layers — review code before you run it.

latestvk9750atjyfytgqtjrhgdd7q52d84c94k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments