Zoho Bookings

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 misused, the agent could create, update, or delete booking-related records in the connected Zoho Bookings account.

Why it was flagged

The skill can perform create, read, update, and delete actions against Zoho Bookings resources. This is expected for the stated integration, but write actions can affect real scheduling/business data.

Skill content
Manage appointments, services, staff, and workspaces with full CRUD operations.
Recommendation

Only approve write operations after checking the target workspace, service, staff member, or appointment and the intended change.

What this means

Anyone or any agent action using the API key may be able to access the connected Zoho Bookings integration according to the account’s permissions.

Why it was flagged

The skill requires a Maton API key and uses managed OAuth to act on the user's Zoho Bookings account. This delegated authority is necessary for the integration but sensitive.

Skill content
All requests require the Maton API key in the Authorization header: Authorization: Bearer $MATON_API_KEY
Recommendation

Keep the MATON_API_KEY private, use the intended Zoho connection, and revoke or rotate credentials if they are exposed.

What this means

Zoho Bookings requests and responses may pass through Maton’s infrastructure, so trust in that service is required.

Why it was flagged

Requests flow through the Maton API gateway before reaching Zoho, and Maton manages the OAuth token. This is clearly disclosed and central to the skill’s design, but it means booking data and delegated access depend on that third-party service.

Skill content
Maton proxies requests to `www.zohoapis.com/bookings/v1/json` and automatically injects your OAuth token.
Recommendation

Use this skill only if you trust Maton to handle the Zoho OAuth connection and booking data; review and delete unused connections.