Brilliant Directories
v1.0.3Brilliant Directories integration. Manage data, records, and automate workflows. Use when the user wants to interact with Brilliant Directories data.
⭐ 0· 86·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 name/description (Brilliant Directories integration) lines up with the instructions: all runtime steps use the Membrane CLI to discover connectors, create connections, run actions, and proxy requests to the Brilliant Directories API. No unrelated services or credentials are requested.
Instruction Scope
Instructions are focused on running the Membrane CLI and using it to run actions or proxy requests to the Brilliant Directories API. This is within scope, but it explicitly relies on Membrane to handle authentication and proxying — meaning API calls and credentials are mediated by a third-party service (Membrane). The skill also documents 'membrane request' which can be used to send arbitrary proxied requests to the backend once a connection exists; that is expected behavior but a potential privacy/privilege consideration.
Install Mechanism
There is no install spec in the registry (instruction-only), but SKILL.md recommends installing the @membranehq/cli npm package globally. Installing a public npm CLI is a standard approach but carries moderate risk: verify the package source and prefer isolated/container installs if you have security concerns.
Credentials
The skill declares no required environment variables or secrets. It does require a Membrane account (handled interactively via the CLI). The need for a Membrane account and authentication is proportionate to the described functionality.
Persistence & Privilege
The skill is instruction-only, does not request always: true, and does not modify other skills or system-wide settings. Any persistence (local tokens/config) would come from running the Membrane CLI on the user's machine, which is standard and outside the skill bundle itself.
Assessment
This skill is coherent: it instructs you to use the Membrane CLI to access Brilliant Directories, which is a reasonable design. Before installing or using it, consider the following: 1) Verify the @membranehq/cli package (check its npm and GitHub pages, maintainers, and recent activity) before running a global npm install; prefer installing in a container or isolated environment if you want to limit system impact. 2) Understand that Membrane will broker authentication and proxy requests — review Membrane's privacy/security docs to know whether requests or credentials are routed through their servers and how tokens are stored locally. 3) Be cautious with high-impact actions (delete/update): confirm connection IDs and action inputs before running commands. 4) In headless or shared environments, avoid copying/pasting auth codes into untrusted terminals. 5) If you need stricter guarantees, consider using direct API credentials (if available) or auditing the CLI source code before use.Like a lobster shell, security has layers — review code before you run it.
latestvk97d16bxqnq1x7cv6ad6s2bjad842sgc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
