Procountor
v1.0.2Procountor integration. Manage data, records, and automate workflows. Use when the user wants to interact with Procountor data.
⭐ 0· 92·0 current·0 all-time
byMembrane Dev@membranedev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill declares Procountor integration and all runtime instructions use the Membrane CLI to connect to Procountor and run actions or proxy requests. Requiring network access and a Membrane account is expected and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent/user to install and use the Membrane CLI, run browser-based login flows, create connections, list/run actions, and proxy arbitrary Procountor API requests via Membrane. This stays within the scope of a Procountor integration, but proxy functionality can be used to make arbitrary API calls once a connection is authorized — so the operator must trust Membrane and the connector's granted permissions.
Install Mechanism
There is no formal install spec in the registry metadata, but the instructions ask the user to run 'npm install -g @membranehq/cli' (or use npx). Installing a global npm package is a reasonable way to obtain a CLI, but it carries the usual risks of fetching/ executing third-party code from npm; users should verify the package identity and source before installation.
Credentials
The skill requests no environment variables, no local secrets, and explicitly advises against asking users for API keys. Authentication is handled via Membrane/web browser flows, which is proportional to the integration's needs.
Persistence & Privilege
The skill is not always-enabled, does not declare elevated privileges, and does not request modifications to other skills or system-wide settings. Autonomous invocation is permitted by default (normal for skills) but not combined with other concerning privileges.
Assessment
This skill is coherent with a Procountor integration, but before installing or following the instructions: 1) Verify that @membranehq/cli is the legitimate package you intend to install (check the npm page, publisher, and repository). Prefer using 'npx' if you want to avoid a global install. 2) Understand that 'membrane login' and 'membrane connect' open browser-based auth and create a connection that allows Membrane (and anyone with that connection) to act on your Procountor account per the granted permissions — review permissions carefully. 3) The 'membrane request' proxy can send arbitrary API calls once connected; only proceed if you trust Membrane's security and privacy practices and the connector configuration. 4) If you operate in a sensitive or regulated environment, consult your security/compliance team before adding third-party CLIs or granting access to financial systems.Like a lobster shell, security has layers — review code before you run it.
latestvk97e3merfrqz8k06k4xxvs43hx843786
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
