pipedrive
Integrates with Pipedrive API for managing deals, persons, and activities, enhancing CRM workflows with OAuth authentication.
Install this skill
Security score
The pipedrive skill was audited on Feb 11, 2026 and we found 33 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 458 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Fetch to external URL
| 462 | const deals = await fetch( |
Fetch to external URL
| 468 | await fetch( |
Access to .env file
| 458 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 4 | Pipedrive API integration with managed OAuth. Manage deals, persons, organizations, activities, and pipelines. Use this skill when users want to interact with Pipedrive CRM. For other third party apps |
External URL reference
| 26 | req = urllib.request.Request('https://gateway.maton.ai/pipedrive/api/v1/deals') |
External URL reference
| 35 | https://gateway.maton.ai/pipedrive/{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 Pipedrive OAuth connections at `https://ctrl.maton.ai`. |
External URL reference
| 69 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=pipedrive&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/pipedrive/api/v1/deals') |
External URL reference
| 167 | req = urllib.request.Request('https://gateway.maton.ai/pipedrive/api/v1/deals?status=open&limit=50') |
External URL reference
| 463 | 'https://gateway.maton.ai/pipedrive/api/v1/deals?status=open', |
External URL reference
| 469 | 'https://gateway.maton.ai/pipedrive/api/v1/deals', |
External URL reference
| 492 | 'https://gateway.maton.ai/pipedrive/api/v1/deals', |
External URL reference
| 499 | 'https://gateway.maton.ai/pipedrive/api/v1/deals', |
External URL reference
| 543 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 553 | - Correct: `https://gateway.maton.ai/pipedrive/api/v1/deals` |
External URL reference
| 554 | - Incorrect: `https://gateway.maton.ai/api/v1/deals` |
External URL reference
| 558 | - [Pipedrive API Overview](https://developers.pipedrive.com/docs/api/v1) |
External URL reference
| 559 | - [Deals](https://developers.pipedrive.com/docs/api/v1/Deals) |
External URL reference
| 560 | - [Persons](https://developers.pipedrive.com/docs/api/v1/Persons) |
External URL reference
| 561 | - [Organizations](https://developers.pipedrive.com/docs/api/v1/Organizations) |
External URL reference
| 562 | - [Activities](https://developers.pipedrive.com/docs/api/v1/Activities) |
External URL reference
| 563 | - [Pipelines](https://developers.pipedrive.com/docs/api/v1/Pipelines) |
External URL reference
| 564 | - [Stages](https://developers.pipedrive.com/docs/api/v1/Stages) |
External URL reference
| 565 | - [Notes](https://developers.pipedrive.com/docs/api/v1/Notes) |
External URL reference
| 566 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |