Zoho Recruit

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Zoho Recruit API skill, but users should recognize that it uses a Maton API key and OAuth connection to read and modify sensitive recruiting records.

Before installing, make sure you trust Maton with Zoho Recruit API access, store MATON_API_KEY securely, use the Maton-Connection header when multiple accounts exist, and require explicit confirmation before any create, update, or delete action.

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

Anyone using the configured Maton API key can potentially access the connected Zoho Recruit data allowed by the OAuth connection.

Why it was flagged

The skill relies on delegated OAuth access to a Zoho Recruit account through Maton. This is purpose-aligned and disclosed, but it is sensitive account authority.

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

Use a Maton API key tied only to the intended Zoho Recruit account, protect the key, and revoke unused connections when no longer needed.

What this means

Approved write operations could change or remove candidate, job, interview, or application records in Zoho Recruit.

Why it was flagged

The skill can create, update, and delete recruiting records. This matches the stated purpose, but mistakes could affect business data.

Skill content
Manage candidates, job openings, interviews, applications, and recruitment workflows with full CRUD operations.
Recommendation

Approve write actions only after reviewing the target resource, account connection, and intended effect.

What this means

Candidate and recruiting information requested through the skill may pass through Maton before reaching Zoho Recruit.

Why it was flagged

Zoho Recruit API traffic is routed through Maton's API gateway. This is disclosed and central to the managed OAuth design, but it means recruiting data flows through a third-party service.

Skill content
https://api.maton.ai/zoho-recruit/{native-api-path}
Recommendation

Confirm that Maton is an acceptable service provider for your recruiting data and avoid sending unnecessary sensitive fields.