Builderall Mailingboss

ReviewAudited by ClawScan on May 10, 2026.

Overview

This looks like a legitimate Builderall/Membrane integration, but it should be reviewed because it gives the agent broad authenticated API access that can change or delete mailing-list and campaign data.

Install only if you are comfortable giving Membrane-mediated access to your Builderall Mailingboss account. Use a limited account where possible, confirm any create/update/delete or campaign-related action before it runs, and be cautious with raw proxy requests because they can affect real subscriber and marketing 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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

A mistaken prompt or autonomous tool choice could modify or delete subscribers, campaigns, SMS/email marketing data, or other Builderall Mailingboss records.

Why it was flagged

This creates a broad authenticated API escape hatch, including mutating and deleting methods, without clear endpoint limits or confirmation requirements in the provided text.

Skill content
When the available actions don't cover your use case, you can send requests directly to the Builderall Mailingboss API through Membrane's proxy... HTTP method (GET, POST, PUT, PATCH, DELETE).
Recommendation

Require explicit user approval before POST/PUT/PATCH/DELETE requests, prefer discovered scoped actions over raw proxy calls, preview changes, and limit use to the intended connection and endpoints.

What this means

The agent may be able to act on the connected Builderall Mailingboss account within the permissions granted to the Membrane connection.

Why it was flagged

The skill relies on delegated account authentication and credential refresh, which is expected for this integration but gives the agent authenticated access through Membrane.

Skill content
Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Recommendation

Use the least-privileged account or connection available, review granted permissions, and revoke the Membrane connection when it is no longer needed.

What this means

The behavior depends on the npm package and version available at install time, which may differ from what was reviewed here.

Why it was flagged

The setup depends on installing the latest version of an external global npm package; this is central to the stated purpose but is unpinned and not part of the reviewed artifact.

Skill content
npm install -g @membranehq/cli@latest
Recommendation

Install only from the trusted npm package, consider pinning a known-good version, and review the CLI provenance before granting account access.

What this means

Subscriber, campaign, and automation data may pass through Membrane as part of normal operation.

Why it was flagged

Authenticated API requests and returned account data are routed through the Membrane proxy, introducing an external gateway boundary users should understand.

Skill content
send requests directly to the Builderall Mailingboss API through Membrane's proxy... injects the correct authentication headers
Recommendation

Review Membrane's data handling and logging policies, and avoid sending unnecessary sensitive subscriber data through raw proxy requests.