Skip to main content

zoho-recruit

Integrates with Zoho Recruit API for managing recruitment workflows, candidates, and job openings using OAuth authentication.

Install this skill

or
59/100

Security score

The zoho-recruit skill was audited on Feb 12, 2026 and we found 37 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 603

Template literal with variable interpolation in command context

SourceSKILL.md
603'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 599

Fetch to external URL

SourceSKILL.md
599const response = await fetch(
low line 603

Access to .env file

SourceSKILL.md
603'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 6

External URL reference

SourceSKILL.md
6For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
low line 28

External URL reference

SourceSKILL.md
28req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates?per_page=10')
low line 37

External URL reference

SourceSKILL.md
37https://gateway.maton.ai/zoho-recruit/{native-api-path}
low line 58

External URL reference

SourceSKILL.md
581. Sign in or create an account at [maton.ai](https://maton.ai)
low line 59

External URL reference

SourceSKILL.md
592. Go to [maton.ai/settings](https://maton.ai/settings)
low line 64

External URL reference

SourceSKILL.md
64Manage your Zoho Recruit OAuth connections at `https://ctrl.maton.ai`.
low line 71

External URL reference

SourceSKILL.md
71req = urllib.request.Request('https://ctrl.maton.ai/connections?app=zoho-recruit&status=ACTIVE')
low line 83

External URL reference

SourceSKILL.md
83req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST')
low line 95

External URL reference

SourceSKILL.md
95req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}')
low line 109

External URL reference

SourceSKILL.md
109"url": "https://connect.maton.ai/?session_token=...",
low line 123

External URL reference

SourceSKILL.md
123req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE')
low line 136

External URL reference

SourceSKILL.md
136req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates')
low line 162

External URL reference

SourceSKILL.md
162req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/settings/modules')
low line 193

External URL reference

SourceSKILL.md
193req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates?per_page=10')
low line 239

External URL reference

SourceSKILL.md
239req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates/846336000000552208')
low line 273

External URL reference

SourceSKILL.md
273req = urllib.request.Request(f'https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates/search?criteria={criteria}')
low line 311

External URL reference

SourceSKILL.md
311req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates', data=data, method='POST')
low line 364

External URL reference

SourceSKILL.md
364req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates/846336000000552208', data=data, method='PUT')
low line 390

External URL reference

SourceSKILL.md
390req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Job_Openings?per_page=10')
low line 471

External URL reference

SourceSKILL.md
471req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Interviews?per_page=10')
low line 515

External URL reference

SourceSKILL.md
515req = urllib.request.Request('https://gateway.maton.ai/zoho-recruit/recruit/v2/Departments?per_page=10')
low line 600

External URL reference

SourceSKILL.md
600'https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates?per_page=10',
low line 617

External URL reference

SourceSKILL.md
617'https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates',
low line 670

External URL reference

SourceSKILL.md
670req = urllib.request.Request('https://ctrl.maton.ai/connections')
low line 680

External URL reference

SourceSKILL.md
680- Correct: `https://gateway.maton.ai/zoho-recruit/recruit/v2/Candidates`
low line 681

External URL reference

SourceSKILL.md
681- Incorrect: `https://gateway.maton.ai/recruit/v2/Candidates`
low line 685

External URL reference

SourceSKILL.md
685- [Zoho Recruit API v2 Overview](https://www.zoho.com/recruit/developer-guide/apiv2/)
low line 686

External URL reference

SourceSKILL.md
686- [Get Records API](https://www.zoho.com/recruit/developer-guide/apiv2/get-records.html)
low line 687

External URL reference

SourceSKILL.md
687- [Insert Records API](https://www.zoho.com/recruit/developer-guide/apiv2/insert-records.html)
low line 688

External URL reference

SourceSKILL.md
688- [Update Records API](https://www.zoho.com/recruit/developer-guide/apiv2/update-records.html)
low line 689

External URL reference

SourceSKILL.md
689- [Delete Records API](https://www.zoho.com/recruit/developer-guide/apiv2/delete-records.html)
low line 690

External URL reference

SourceSKILL.md
690- [Search Records API](https://www.zoho.com/recruit/developer-guide/apiv2/search-records.html)
low line 691

External URL reference

SourceSKILL.md
691- [Modules API](https://www.zoho.com/recruit/developer-guide/apiv2/modules-api.html)
low line 692

External URL reference

SourceSKILL.md
692- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on Feb 12, 2026
View Security Dashboard