hubspot
Integrates with HubSpot CRM API for managing contacts, companies, and deals using OAuth authentication.
Install this skill
Security score
The hubspot skill was audited on Feb 11, 2026 and we found 32 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 459 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Fetch to external URL
| 455 | const response = await fetch('https://gateway.maton.ai/hubspot/crm/v3/objects/contacts', { |
Access to .env file
| 459 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 4 | HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with |
External URL reference
| 26 | req = urllib.request.Request('https://gateway.maton.ai/hubspot/crm/v3/objects/contacts?limit=10&properties=email,firstname,lastname') |
External URL reference
| 35 | https://gateway.maton.ai/hubspot/{native-api-path} |
External URL reference
| 56 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
External URL reference
| 57 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
External URL reference
| 62 | Manage your HubSpot OAuth connections at `https://ctrl.maton.ai`. |
External URL reference
| 69 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=hubspot&status=ACTIVE') |
External URL reference
| 81 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 93 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}') |
External URL reference
| 107 | "url": "https://connect.maton.ai/?session_token=...", |
External URL reference
| 121 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
External URL reference
| 134 | req = urllib.request.Request('https://gateway.maton.ai/hubspot/crm/v3/objects/contacts') |
External URL reference
| 455 | const response = await fetch('https://gateway.maton.ai/hubspot/crm/v3/objects/contacts', { |
External URL reference
| 474 | 'https://gateway.maton.ai/hubspot/crm/v3/objects/contacts', |
External URL reference
| 511 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 521 | - Correct: `https://gateway.maton.ai/hubspot/crm/v3/objects/contacts` |
External URL reference
| 522 | - Incorrect: `https://gateway.maton.ai/crm/v3/objects/contacts` |
External URL reference
| 526 | - [HubSpot API Overview](https://developers.hubspot.com/docs/api/overview) |
External URL reference
| 527 | - [List Contacts](https://developers.hubspot.com/docs/api-reference/crm-contacts-v3/basic/get-crm-v3-objects-contacts.md) |
External URL reference
| 528 | - [Create Contact](https://developers.hubspot.com/docs/api-reference/crm-contacts-v3/basic/post-crm-v3-objects-contacts.md) |
External URL reference
| 529 | - [Search Contacts](https://developers.hubspot.com/docs/api-reference/crm-contacts-v3/search/post-crm-v3-objects-contacts-search.md) |
External URL reference
| 530 | - [List Companies](https://developers.hubspot.com/docs/api-reference/crm-companies-v3/basic/get-crm-v3-objects-companies.md) |
External URL reference
| 531 | - [Create Company](https://developers.hubspot.com/docs/api-reference/crm-companies-v3/basic/post-crm-v3-objects-companies.md) |
External URL reference
| 532 | - [List Deals](https://developers.hubspot.com/docs/api-reference/crm-deals-v3/basic/get-crm-v3-objects-0-3.md) |
External URL reference
| 533 | - [Create Deal](https://developers.hubspot.com/docs/api-reference/crm-deals-v3/basic/post-crm-v3-objects-0-3.md) |
External URL reference
| 534 | - [Associations API](https://developers.hubspot.com/docs/api-reference/crm-associations-v4/basic/get-crm-v4-objects-objectType-objectId-associations-toObjectType.md) |
External URL reference
| 535 | - [Properties API](https://developers.hubspot.com/docs/api-reference/crm-properties-v3/core/get-crm-v3-properties-objectType.md) |
External URL reference
| 536 | - [Search Reference](https://developers.hubspot.com/docs/api/crm/search) |
External URL reference
| 537 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |