Precisefp
v1.0.2PreciseFP integration. Manage Clients, Firms. Use when the user wants to interact with PreciseFP data.
⭐ 0· 105·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 SKILL.md consistently describes interacting with PreciseFP via the Membrane CLI (discover connectors, create connections, run actions, proxy API requests). Required capabilities (network access, Membrane account) match the described functionality and there are no unrelated credentials or binaries requested.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, authenticating via browser, listing/connecting to connectors, running actions, and proxying API requests. The instructions do not ask the agent to read arbitrary files, environment variables, or system configuration outside of normal CLI usage.
Install Mechanism
The SKILL.md recommends installing @membranehq/cli globally via npm (npm install -g). This is a standard distribution method but does place third-party code on the host and may require elevated privileges. Using npx (as the doc also shows) or reviewing the package on the npm/GitHub repo reduces risk.
Credentials
The skill declares no required environment variables or local secrets. It explicitly advises against asking users for API keys and relies on Membrane to manage credentials. This is proportionate, but it does require trusting Membrane (getmembrane.com) to hold/access PreciseFP credentials on the user's behalf.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. Installing the Membrane CLI will create a persistent binary and the CLI will store authentication state (locally or server-side) as part of normal operation. The skill itself does not request elevated agent privileges or modify other skills.
Assessment
This skill is coherent: it directs you to use the Membrane CLI to connect to PreciseFP and does not ask for unrelated credentials. Before installing: (1) verify the @membranehq/cli package and repository (npm/GitHub) to ensure you trust the publisher; (2) note that a global npm install writes code to your system and may require admin rights—use npx if you prefer not to install globally; (3) understand that Membrane will handle/stored credentials and proxy requests to PreciseFP, so review Membrane's privacy/security docs and decide if you trust that third party with access to your PreciseFP account; (4) if you want tighter control, consider using any official PreciseFP client or direct API calls with scoped credentials instead.Like a lobster shell, security has layers — review code before you run it.
latestvk978bf8c4kw1rnqcy8c4v8k6ys8435q8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
