Acuity Scheduling

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a purpose-aligned Acuity Scheduling integration, but it relies on Membrane OAuth/CLI access that can modify or delete scheduling and client data.

Use this skill only if you trust Membrane and want the agent to work with your Acuity Scheduling account. Treat cancel, delete, update, and create operations as business-impacting actions, and confirm the exact record and change before allowing them.

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.

What this means

Installing the CLI gives locally installed external code the ability to run under the user's account.

Why it was flagged

The skill asks the user to install a global npm CLI package using the latest version, so the executable code is not pinned or included in the reviewed artifact. This is disclosed and purpose-aligned, but users must trust the external package source.

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

Install only from a trusted environment, verify the Membrane CLI package source, and consider pinning or reviewing the package version if operating in a sensitive environment.

What this means

The connected account may allow the agent, through Membrane, to access or change Acuity Scheduling records according to the granted permissions.

Why it was flagged

The integration requires delegated authentication and ongoing credential refresh for Membrane/Acuity access. This is expected for an Acuity integration, but it is sensitive account authority.

Skill content
Membrane handles authentication and credentials refresh automatically
Recommendation

Use the least-privileged Acuity/Membrane account possible, review granted permissions, and revoke the connection when the integration is no longer needed.

What this means

Mistaken or overly broad use could cancel bookings, change client details, or delete records in the connected Acuity account.

Why it was flagged

The documented Acuity actions include write and delete operations. These are aligned with the skill's stated management purpose, but they can materially affect business scheduling and client records.

Skill content
Create Appointment ... Update Client ... Cancel Appointment ... Delete Client | Delete a client by ID
Recommendation

Before canceling, deleting, or updating records, review the target IDs and intended changes, and ask for explicit confirmation for destructive actions.