Zoho Books

WarnAudited by ClawScan on May 10, 2026.

Overview

This appears to be a real Zoho Books integration, but it gives the agent broad authenticated ability to change or delete accounting data through Membrane, so users should review it carefully.

Install only if you trust Membrane with Zoho Books access. Before allowing the agent to create, update, delete, pay, approve, or proxy any accounting operation, require a clear summary and explicit confirmation, and use the least-privileged Zoho organization/account available.

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 modify or delete invoices, bills, payments, expenses, or other accounting records if given or inferred from a task.

Why it was flagged

The skill exposes a broad authenticated API escape hatch, including destructive methods, without artifact-backed limits, approval requirements, or endpoint scoping.

Skill content
send requests directly to the Zoho Books API through Membrane's proxy ... HTTP method (GET, POST, PUT, PATCH, DELETE)
Recommendation

Require explicit user confirmation for any POST, PUT, PATCH, or DELETE request, prefer narrowly discovered actions over raw proxy calls, and use least-privileged Zoho/Membrane access.

What this means

Connecting the skill can give the agent access to sensitive Zoho Books financial data and workflows under the authenticated account.

Why it was flagged

The skill relies on delegated Zoho/Membrane authentication and ongoing credential refresh, which is expected for this integration but grants sensitive account authority.

Skill content
Membrane handles authentication and credentials refresh automatically
Recommendation

Connect only the intended Zoho Books organization, use least-privileged credentials where possible, and revoke the Membrane/Zoho connection when no longer needed.

What this means

Users are trusting the current npm version of the Membrane CLI on their machine.

Why it was flagged

The setup uses a global install of the latest CLI package from npm. This is central to the stated purpose, but it is unpinned and depends on external package provenance.

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

Install from the official source, consider pinning a reviewed version, and keep the CLI updated through a trusted process.

What this means

Financial records and API operations may pass through Membrane as part of normal use.

Why it was flagged

Zoho Books API requests and authentication handling are routed through Membrane's proxy. This is disclosed and purpose-aligned, but it is a third-party gateway for sensitive accounting data.

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

Review Membrane's trust, privacy, and data-processing terms before connecting sensitive accounting data.