Manifestly Checklists

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a genuine Manifestly integration, but it gives broad authenticated access that can change or delete business data without clearly shown guardrails.

Install only if you are comfortable granting Membrane-backed access to your Manifestly account. Use a least-privileged account where possible, pin the CLI version in managed environments, and require explicit confirmation before the agent creates, updates, deletes, or manages users and teams.

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.

What this means

An agent using this skill could make broad changes to Manifestly business data, including users or teams, if given or inferred the wrong instruction.

Why it was flagged

This documents a broad authenticated API escape hatch, including mutating and delete methods, rather than only scoped prebuilt actions.

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

Only use this skill with a Manifestly account whose permissions are appropriate, and require explicit user confirmation before create, update, delete, user-management, or team-management operations.

What this means

The skill can act through the connected Manifestly account, so its effective permissions depend on that account and connection.

Why it was flagged

The skill requires delegated authentication through Membrane and keeps the connection usable through credential refresh.

Skill content
Membrane handles authentication and credentials refresh automatically... The user completes authentication in the browser. The output contains the new connection id.
Recommendation

Connect the least-privileged Manifestly account that will work, and review or revoke the Membrane connection when it is no longer needed.

What this means

Future CLI versions could behave differently from the version reviewed here.

Why it was flagged

The setup uses a global npm install of the latest CLI version, which is purpose-aligned but not pinned to a specific reviewed version.

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

Prefer a pinned Membrane CLI version in controlled environments, and install it from a trusted npm configuration.

What this means

Business data sent to or received from Manifestly may pass through Membrane’s service as part of the integration.

Why it was flagged

Manifestly API traffic and authentication handling are routed through Membrane as a gateway/proxy.

Skill content
you can send requests directly to the Manifestly Checklists API through Membrane's proxy. Membrane automatically... injects the correct authentication headers
Recommendation

Confirm that using Membrane as an intermediary is acceptable for the data involved and for your organization’s policies.