Acelle Mail
Analysis
The skill is a disclosed Acelle Mail integration, but it gives the agent broad authority to modify email-marketing data and launch campaigns without clear approval guardrails.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
| Delete Subscriber | delete-subscriber | Permanently delete a subscriber from the system | ... | Delete List | delete-list | Delete a mail list by its UID | ... | Run Campaign | run-campaign | Launch a campaign to start sending emails |
The skill exposes destructive and outward-facing actions, including permanent deletion and starting bulk email campaigns, but the visible instructions do not require explicit user confirmation or scope checks before using them.
npm install -g @membranehq/cli@latest
The skill asks the user to install the Membrane CLI globally from npm using the latest version. This is central to the skill's purpose, but it depends on trusting that package and its current release.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Membrane handles authentication and credentials refresh automatically
Credential handling and refresh are expected for an Acelle Mail integration, but they grant delegated account access that users should understand before connecting.
