zoho-people
Integrates with Zoho People API for managing HR data, including employees, departments, and attendance through OAuth authentication.
Install this skill
Security score
The zoho-people skill was audited on Feb 12, 2026 and we found 36 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 527 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Fetch to external URL
| 523 | const response = await fetch( |
Access to .env file
| 527 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 6 | For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). |
External URL reference
| 28 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms/employee/getRecords?sIndex=1&limit=10') |
External URL reference
| 37 | https://gateway.maton.ai/zoho-people/{native-api-path} |
External URL reference
| 58 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
External URL reference
| 59 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
External URL reference
| 64 | Manage your Zoho People OAuth connections at `https://ctrl.maton.ai`. |
External URL reference
| 71 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=zoho-people&status=ACTIVE') |
External URL reference
| 83 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 95 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}') |
External URL reference
| 109 | "url": "https://connect.maton.ai/?session_token=...", |
External URL reference
| 123 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
External URL reference
| 136 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms') |
External URL reference
| 162 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms') |
External URL reference
| 219 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms/employee/getRecords?sIndex=1&limit=10') |
External URL reference
| 264 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/api/forms/P_EmployeeView/records?rec_limit=10') |
External URL reference
| 281 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms/employee/getRecords?SearchColumn=EMPLOYEEID&SearchValue=S20') |
External URL reference
| 306 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms/department/getRecords?sIndex=1&limit=50') |
External URL reference
| 347 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms/designation/getRecords?sIndex=1&limit=50') |
External URL reference
| 395 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms/json/department/insertRecord', data=data, method='POST') |
External URL reference
| 440 | req = urllib.request.Request('https://gateway.maton.ai/zoho-people/people/api/forms/json/employee/updateRecord', data=data, method='POST') |
External URL reference
| 524 | 'https://gateway.maton.ai/zoho-people/people/api/forms/employee/getRecords?sIndex=1&limit=10', |
External URL reference
| 541 | 'https://gateway.maton.ai/zoho-people/people/api/forms/employee/getRecords', |
External URL reference
| 593 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 603 | - Correct: `https://gateway.maton.ai/zoho-people/people/api/forms` |
External URL reference
| 604 | - Incorrect: `https://gateway.maton.ai/people/api/forms` |
External URL reference
| 608 | - [Zoho People API Overview](https://www.zoho.com/people/api/overview.html) |
External URL reference
| 609 | - [Get Bulk Records API](https://www.zoho.com/people/api/bulk-records.html) |
External URL reference
| 610 | - [Fetch Forms API](https://www.zoho.com/people/api/forms-api/fetch-forms.html) |
External URL reference
| 611 | - [Insert Record API](https://www.zoho.com/people/api/insert-records.html) |
External URL reference
| 612 | - [Update Record API](https://www.zoho.com/people/api/update-records.html) |
External URL reference
| 613 | - [Attendance API](https://www.zoho.com/people/api/attendance-entries.html) |
External URL reference
| 614 | - [Leave API](https://www.zoho.com/people/api/add-leave.html) |
External URL reference
| 615 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |
Install this skill with one command
/learn @openclaw/zoho-people