zoho-books
Integrates with Zoho Books API for managing invoices, contacts, and financial records using OAuth authentication.
Install this skill
Security score
The zoho-books skill was audited on Jun 8, 2026 and we found 34 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 594 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Fetch to external URL
| 590 | const response = await fetch( |
Access to .env file
| 594 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 3 | description: "Zoho Books API integration with managed OAuth. Manage invoices, contacts, bills, expenses, and other accounting data.\n Use this skill when users want to read, create, update, or delete |
External URL reference
| 16 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/contacts') |
External URL reference
| 25 | https://gateway.maton.ai/zoho-books/books/v3/{endpoint} |
External URL reference
| 46 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
External URL reference
| 47 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
External URL reference
| 52 | Manage your Zoho Books OAuth connections at `https://ctrl.maton.ai`. |
External URL reference
| 59 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=zoho-books&status=ACTIVE') |
External URL reference
| 71 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 83 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}') |
External URL reference
| 97 | "url": "https://connect.maton.ai/?session_token=...", |
External URL reference
| 111 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
External URL reference
| 124 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/contacts') |
External URL reference
| 164 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/contacts') |
External URL reference
| 197 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/contacts/8527119000000099001') |
External URL reference
| 238 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/contacts', data=data, method='POST') |
External URL reference
| 281 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/contacts/8527119000000099001', data=data, method='PUT') |
External URL reference
| 299 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/contacts/8527119000000099001', method='DELETE') |
External URL reference
| 326 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/invoices') |
External URL reference
| 405 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/bills') |
External URL reference
| 461 | req = urllib.request.Request('https://gateway.maton.ai/zoho-books/books/v3/expenses') |
External URL reference
| 591 | 'https://gateway.maton.ai/zoho-books/books/v3/contacts', |
External URL reference
| 608 | 'https://gateway.maton.ai/zoho-books/books/v3/contacts', |
External URL reference
| 659 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 669 | - Correct: `https://gateway.maton.ai/zoho-books/books/v3/contacts` |
External URL reference
| 670 | - Incorrect: `https://gateway.maton.ai/books/v3/contacts` |
External URL reference
| 674 | - [Zoho Books API v3 Introduction](https://www.zoho.com/books/api/v3/introduction/) |
External URL reference
| 675 | - [Zoho Books Invoices API](https://www.zoho.com/books/api/v3/invoices/) |
External URL reference
| 676 | - [Zoho Books Contacts API](https://www.zoho.com/books/api/v3/contacts/) |
External URL reference
| 677 | - [Zoho Books Bills API](https://www.zoho.com/books/api/v3/bills/) |
External URL reference
| 678 | - [Zoho Books Expenses API](https://www.zoho.com/books/api/v3/expenses/) |
External URL reference
| 679 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |