Getform

v1.0.0

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

0· 29·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
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Getform integration) match the instructions: all runtime steps use Membrane to discover connectors, create a connection, list/run actions, or proxy requests to the Getform API. There are no unrelated requirements (no AWS keys, no unrelated binaries).
Instruction Scope
SKILL.md instructs only CLI interactions (membrane login, connect, action list/run, request) and browser-based authentication. It does not instruct reading local files, harvesting env vars, or posting to external endpoints outside Membrane/Getform. The guidance to prefer Membrane for auth is consistent with the stated design.
Install Mechanism
The skill is instruction-only (no install spec), but it tells users/agents to install the @membranehq/cli via npm (npm install -g or npx usage). Installing a public npm CLI is a common and proportionate requirement for a CLI-based integration, but npm package installs carry the usual supply-chain risk and require trusting the package author and registry.
Credentials
No environment variables, credentials, or config paths are requested by the skill. Authentication is handled interactively through Membrane (browser flow), so the skill does not ask for local API keys or secrets. Note: trusting Membrane delegates Getform credentials/refresh to that third-party service, so users should be comfortable granting Membrane connector access.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It relies on an external CLI and user-performed auth flows; no persistent elevated agent privileges are requested.
Assessment
This skill looks coherent and implements Getform access through the Membrane CLI. Before installing or using it: 1) Confirm you trust the Membrane service (https://getmembrane.com) because it will hold connector credentials on your behalf. 2) Review the @membranehq/cli npm package (owner, publish history) if you plan to install it globally; consider using npx to avoid a global install. 3) Be aware the login flow opens a browser and grants Membrane access to your Getform account—review permissions and revoke if needed. 4) No local environment variables or system files are requested by the skill, so risk is limited to trusting the third-party Membrane service and its npm CLI.

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

latestvk97b20xg40zge7bmf2pzsfxwp58468zt

License

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

Comments