Zoho Sprints
v1.0.0Zoho Sprints integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zoho Sprints data.
⭐ 0· 88·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 is described as a Zoho Sprints integration and all runtime instructions focus on using the Membrane CLI to authenticate, list connections, run actions, and proxy requests to Zoho Sprints. It does not request unrelated credentials, files, or services.
Instruction Scope
SKILL.md directs only to install and use the Membrane CLI, create or select a connection, run actions, or proxy API requests. It does not instruct reading local config files or unrelated environment variables, nor does it direct data to unexpected endpoints outside Membrane/Zoho.
Install Mechanism
The skill is instruction-only (no install spec) but tells users to run `npm install -g @membranehq/cli` or use `npx`. Installing a global npm package is normal for a CLI but carries the usual supply-chain risk (postinstall scripts, remote package integrity). The SKILL.md does not pin a release or provide verification steps.
Credentials
No environment variables, secrets, or config paths are requested. Authentication is delegated to Membrane via an interactive login/connection flow, which is proportionate for a connector that needs user authorisation to Zoho Sprints.
Persistence & Privilege
The skill does not request always:true or change other skills' settings. It will require the Membrane CLI to persist auth locally (normal for a CLI), but the skill does not request elevated or platform-wide persistence.
Assessment
This skill appears coherent: it uses the Membrane CLI to access Zoho Sprints and asks for interactive login rather than raw API keys. Before installing, verify the @membranehq/cli package on npm/GitHub (to confirm publisher and recent activity), consider using npx instead of a global install if you want to avoid system-wide changes, and be aware that authorizing a connection grants Membrane access to your Zoho Sprints data (so trust the Membrane account/service). If you operate in a locked-down or production environment, prefer installing locally or reviewing the CLI's source and postinstall behavior first.Like a lobster shell, security has layers — review code before you run it.
latestvk976yt9nkfgawtb78fbw6ek6hh84h3v2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
