Flagsmith
v1.0.0Flagsmith integration. Manage data, records, and automate workflows. Use when the user wants to interact with Flagsmith data.
⭐ 0· 28·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
high confidencePurpose & Capability
The skill is described as a Flagsmith integration and the SKILL.md consistently instructs the agent to use the Membrane CLI to access a Flagsmith connector. The homepage, repo, and instructions all point to Membrane as the intermediary, which is a reasonable design for a connector-based integration.
Instruction Scope
Instructions are limited to installing the Membrane CLI, logging in, discovering/creating a Flagsmith connection, listing/running actions, and optionally proxying requests to the Flagsmith API via Membrane. This stays within the stated purpose. Note: the 'membrane request' proxy can issue arbitrary API calls to the target service, so callers should be careful when composing paths/headers to avoid unintentionally sending sensitive local data.
Install Mechanism
Install uses a public npm package (@membranehq/cli) via npm -g. This is an expected and proportionate mechanism for a CLI-based integration; it's a moderate-risk install source (public npm) but consistent with the described workflow and not unusual for this purpose.
Credentials
The skill declares no environment variables or special config paths and requires only network access and a Membrane account. The SKILL.md explicitly advises against collecting user API keys and relies on Membrane to manage credentials, which is proportionate for this integration.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and does not request persistent system privileges or to modify other skills or system-wide agent settings. Autonomous invocation remains allowed (platform default) but there is no additional permanent privilege requested.
Assessment
This skill appears to be what it says: a Flagsmith integration that uses the Membrane CLI. Before installing, verify you trust the @membranehq/cli npm package (check the package page and maintainers), and prefer installing in a controlled environment rather than root/global if you're cautious (use npx or a local install). When authenticating, follow the official Membrane login flow and avoid pasting unrelated secrets into prompts. Be mindful when using the 'membrane request' proxy: double-check the path, method, headers, and body to avoid accidentally sending local or sensitive information. If you need stricter control, confirm what permissions the created Membrane connection receives on your Flagsmith account and grant least privilege. If you want higher assurance, ask the skill author for a pointer to an official package/repo or signed release notes for @membranehq/cli.Like a lobster shell, security has layers — review code before you run it.
latestvk973p09exyjqtcehmq10edjacd846jd8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
