Mailersend
v1.0.2Mailersend integration. Manage Emails, Templates, Domains, Recipients, Activities. Use when the user wants to interact with Mailersend 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 name/description (Mailersend integration) matches the instructions (use Membrane to connect to Mailersend). The SKILL.md explicitly requires network access and a Membrane account, which is coherent for this integration.
Instruction Scope
Instructions only describe installing and using the Membrane CLI, logging in, creating a connector, listing/running actions, and optionally proxying Mailersend API requests via Membrane. There are no steps that read local files, request unrelated environment variables, or transmit data to unexpected endpoints.
Install Mechanism
There is no formal install spec in the skill bundle (instruction-only). The SKILL.md recommends installing @membranehq/cli via `npm install -g`, which is a moderate-risk action because it installs a global package from the public npm registry; this is expected for a CLI-based integration but requires trust in the package and its publisher. The SKILL.md also shows using `npx` as an alternative (less persistent).
Credentials
The skill declares no required environment variables or credentials and delegates authentication to Membrane (server-side). That is proportionate to its purpose. Note: using Membrane means Mailersend credentials will be held/managed by Membrane, so trust in that service is required.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and is user-invocable. The only persistent change the instructions suggest is installing a CLI tool (optional via npx), which is normal for this kind of integration.
Assessment
This skill is coherent: it tells you to use the Membrane CLI to connect to Mailersend rather than embedding API keys locally. Before installing or using it, verify you trust Membrane (@membranehq) because the CLI and Membrane server will handle your Mailersend credentials and proxy requests. Prefer `npx @membranehq/cli@latest` for one-off use instead of `npm install -g` to avoid a global install. Be aware that once you create a connection, any proxied request you run via the CLI can access data in that Mailersend account — revoke the connection if you no longer want access. If you want extra assurance, inspect the Membrane CLI source (repository referenced in SKILL.md) and review Membrane’s privacy/security docs before proceeding.Like a lobster shell, security has layers — review code before you run it.
latestvk97df5g46sggh335gjv2b5w6a5842hzj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
