Zoho Projects

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a disclosed Zoho Projects API helper that uses Maton-managed OAuth to read and, with approval, change project data.

This skill is reasonable for managing Zoho Projects if you trust Maton as the OAuth proxy. Set MATON_API_KEY securely, connect only the intended Zoho account, use the Maton-Connection header when multiple accounts exist, and carefully confirm any create, update, or delete operation before allowing it.

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

If installed and configured, the agent can access Zoho Projects data for the connected account and use the account authority exposed through Maton.

Why it was flagged

The skill requires a Maton API key to act through a managed OAuth connection, which grants delegated access to the user's connected Zoho Projects account.

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

Use a Maton key and Zoho connection only for the intended account, avoid sharing the key or connection URL, and revoke the connection if you stop using the skill.

What this means

Approved write actions could create, modify, or delete project-management records in Zoho Projects.

Why it was flagged

The skill supports mutating Zoho Projects resources, but it explicitly requires approval before create, update, or delete operations.

Skill content
All write operations require explicit user approval. Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
Recommendation

Before approving any write or delete action, verify the target portal, project, task, or connection and the exact intended change.

What this means

Zoho Projects data may pass through Maton's proxy as part of normal operation.

Why it was flagged

Requests and responses for Zoho Projects flow through Maton's API gateway, so project data and delegated authorization depend on that third-party service.

Skill content
Maton proxies requests to `projectsapi.zoho.com` and automatically injects your OAuth token.
Recommendation

Install only if you trust Maton to handle the connected Zoho Projects data and OAuth flow, and review Maton's account and connection settings.