Zoho Recruit

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: zoho-recruit Version: 1.0.4 The skill provides a standard integration for Zoho Recruit via the Maton API proxy (api.maton.ai). It uses managed OAuth and requires a MATON_API_KEY environment variable. The documentation includes standard Python examples for CRUD operations and explicitly instructs the agent to seek user approval for any write operations, aligning with safe agent behavior.

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

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.