Mailchimp
Analysis
This looks like a real Mailchimp integration, but it deserves review because it can use a persistent authenticated Membrane connection to create, update, and make broad direct API requests against Mailchimp data.
Findings (4)
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.
When the available actions don't cover your use case, you can send requests directly to the Mailchimp API through Membrane's proxy ... HTTP method (GET, POST, PUT, PATCH, DELETE).
This gives the agent a broad authenticated API escape hatch, including mutating and deleting HTTP methods, without artifact guidance requiring explicit user confirmation or tight endpoint scoping.
npm install -g @membranehq/cli
The skill asks for a global npm CLI installation without a pinned version. This is central to the skill's stated Membrane workflow, but it is still an external supply-chain dependency.
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 ... membrane login --tenant ... The user completes authentication in the browser.
The skill depends on delegated Membrane/Mailchimp authentication and persistent credential refresh, which is expected for the integration but gives the tool continuing access to the connected account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Membrane automatically appends the base URL to the path you provide and injects the correct authentication headers
Mailchimp API requests are routed through the Membrane proxy/gateway with injected credentials. This is disclosed and purpose-aligned, but users should understand that Mailchimp request and response data may pass through Membrane.
