Mailcheck
v1.0.2Mailcheck integration. Manage data, records, and automate workflows. Use when the user wants to interact with Mailcheck data.
⭐ 0· 90·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 describes a Mailcheck integration implemented via the Membrane CLI and proxying requests to the Mailcheck API, which is coherent with the skill name and description. Small mismatch: registry metadata lists no required binaries, but the instructions explicitly require installing the @membranehq/cli (i.e., a CLI binary) to operate.
Instruction Scope
Instructions stay within the stated purpose: they direct the agent/user to install and use the Membrane CLI, create a connection, list and run actions, or proxy API requests through Membrane. There are no instructions to read unrelated files, access unrelated environment variables, or exfiltrate data beyond calls to Membrane/Mailcheck.
Install Mechanism
This is an instruction-only skill (no install spec). The SKILL.md tells users to install the Membrane CLI via `npm install -g @membranehq/cli`. That is a reasonable dependency for the functionality, but it is an out-of-band global npm install (writes code to disk and enables arbitrary CLI code execution). The skill does not provide an install spec or package hash; consider using `npx` or reviewing the CLI package source before installing globally.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md explicitly instructs to use Membrane's connection flow and to avoid local API keys, which is proportionate: auth is handled by Membrane and the user authorizes access in-browser. No unrelated credentials are requested.
Persistence & Privilege
The skill is not marked always:true and is user-invocable (normal). It does not request persistent or system-wide privileges in the metadata or instructions.
Assessment
This skill is instruction-only and appears coherent: it delegates Mailcheck access to the Membrane service via the @membranehq/cli. Before installing or using it, verify you trust getmembrane.com and the @membranehq/cli package (review the npm package and/or GitHub repo). To reduce risk, prefer running the CLI with npx (no global install) or inspect the package source before `npm -g` installation. Be aware that using the Membrane connection flow will grant Membrane access to your Mailcheck data (OAuth/browser authorization)—ensure you are comfortable with that level of access and review the scopes requested during login.Like a lobster shell, security has layers — review code before you run it.
latestvk97353kh6tg2jmsqwftg6axa718426xn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
