Zoho Books

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

If a write or delete request is approved incorrectly, the agent could alter important accounting records.

Why it was flagged

The skill intentionally exposes create, update, and delete operations on financial records. This is disclosed and purpose-aligned, but these are high-impact actions.

Skill content
Use this skill when users want to read, create, update, or delete invoices, contacts, bills, expenses, or other financial records in Zoho Books.
Recommendation

Only approve specific write/delete actions after checking the target Zoho account, resource ID, and expected business effect.

What this means

Anyone or any agent with the Maton API key may be able to access the connected Zoho Books data through Maton.

Why it was flagged

The skill uses a Maton API key plus a managed Zoho OAuth connection, which grants delegated access to the connected Zoho Books account.

Skill content
All requests require the Maton API key in the Authorization header... Maton proxies requests to `www.zohoapis.com/books/v3` and automatically injects your OAuth token.
Recommendation

Keep the MATON_API_KEY secret, use the intended Zoho connection, revoke unused connections, and rotate the key if it may have been exposed.

What this means

Zoho Books data may pass through Maton as part of normal operation.

Why it was flagged

Accounting API requests and responses are routed through the Maton gateway before reaching Zoho. This is disclosed and expected for the skill, but it means sensitive financial data transits a third-party service.

Skill content
Base URL `https://api.maton.ai/zoho-books/books/v3/{endpoint}` ... Maton proxies requests to `www.zohoapis.com/books/v3`
Recommendation

Use this only if you trust Maton to handle the connected Zoho Books data and OAuth relationship.