Authbridge
v1.0.2Authbridge integration. Manage data, records, and automate workflows. Use when the user wants to interact with Authbridge data.
⭐ 0· 69·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 (Authbridge integration) matches the SKILL.md: it explains how to use the Membrane CLI to connect to Authbridge, discover actions, run actions, and proxy API requests. Nothing requested or instructed is out of scope for an integration skill.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, authenticating via browser, creating connections, listing actions, running actions, and proxying requests through Membrane. There are no directives to read unrelated files, environment variables, or system configuration.
Install Mechanism
The SKILL.md asks users to install the Membrane CLI via npm (global) and uses npx in examples; this is expected for a CLI-based integration but entails downloading code from the public npm registry. That's proportional to the purpose but carries the usual supply-chain considerations (review the npm package publisher, prefer audited releases).
Credentials
The skill declares no required environment variables or credentials and explicitly advises using Membrane to manage credentials instead of asking for API keys. The requested scope is minimal and appropriate.
Persistence & Privilege
The skill does not request always:true or any system-level config paths and is not force-included. It is user-invocable and may be invoked autonomously (platform default), which is expected for an integration skill.
Assessment
This skill is an instructions-only guide to using the Membrane CLI with Authbridge and appears coherent. Before installing: (1) confirm you trust the Membrane project (@membranehq on npm, getmembrane.com and the GitHub repo); (2) review the npm package/release notes and publisher identity because npm global installs and npx fetch remote code; (3) be aware that using the CLI will grant Membrane (their service) access to Authbridge data on your behalf — confirm this fits your data governance and compliance needs; and (4) on systems where npm global installs require elevated privileges, prefer installing the CLI into a user-local environment to avoid unnecessary system-level changes.Like a lobster shell, security has layers — review code before you run it.
latestvk9736p69683xs8sczy9yvnjhc9843ecr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
