Skip to main content

pipedrive

Integrates with Pipedrive API for managing deals, persons, and activities, enhancing CRM workflows with OAuth authentication.

Install this skill

or
63/100

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

medium line 458

Template literal with variable interpolation in command context

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

Fetch to external URL

SourceSKILL.md
462const deals = await fetch(
low line 468

Fetch to external URL

SourceSKILL.md
468await fetch(
low line 458

Access to .env file

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

External URL reference

SourceSKILL.md
4Pipedrive 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
low line 26

External URL reference

SourceSKILL.md
26req = urllib.request.Request('https://gateway.maton.ai/pipedrive/api/v1/deals')
low line 35

External URL reference

SourceSKILL.md
35https://gateway.maton.ai/pipedrive/{native-api-path}
low line 56

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
62Manage your Pipedrive OAuth connections at `https://ctrl.maton.ai`.
low line 69

External URL reference

SourceSKILL.md
69req = urllib.request.Request('https://ctrl.maton.ai/connections?app=pipedrive&status=ACTIVE')
low line 81

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
134req = urllib.request.Request('https://gateway.maton.ai/pipedrive/api/v1/deals')
low line 167

External URL reference

SourceSKILL.md
167req = urllib.request.Request('https://gateway.maton.ai/pipedrive/api/v1/deals?status=open&limit=50')
low line 463

External URL reference

SourceSKILL.md
463'https://gateway.maton.ai/pipedrive/api/v1/deals?status=open',
low line 469

External URL reference

SourceSKILL.md
469'https://gateway.maton.ai/pipedrive/api/v1/deals',
low line 492

External URL reference

SourceSKILL.md
492'https://gateway.maton.ai/pipedrive/api/v1/deals',
low line 499

External URL reference

SourceSKILL.md
499'https://gateway.maton.ai/pipedrive/api/v1/deals',
low line 543

External URL reference

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

External URL reference

SourceSKILL.md
553- Correct: `https://gateway.maton.ai/pipedrive/api/v1/deals`
low line 554

External URL reference

SourceSKILL.md
554- Incorrect: `https://gateway.maton.ai/api/v1/deals`
low line 558

External URL reference

SourceSKILL.md
558- [Pipedrive API Overview](https://developers.pipedrive.com/docs/api/v1)
low line 559

External URL reference

SourceSKILL.md
559- [Deals](https://developers.pipedrive.com/docs/api/v1/Deals)
low line 560

External URL reference

SourceSKILL.md
560- [Persons](https://developers.pipedrive.com/docs/api/v1/Persons)
low line 561

External URL reference

SourceSKILL.md
561- [Organizations](https://developers.pipedrive.com/docs/api/v1/Organizations)
low line 562

External URL reference

SourceSKILL.md
562- [Activities](https://developers.pipedrive.com/docs/api/v1/Activities)
low line 563

External URL reference

SourceSKILL.md
563- [Pipelines](https://developers.pipedrive.com/docs/api/v1/Pipelines)
low line 564

External URL reference

SourceSKILL.md
564- [Stages](https://developers.pipedrive.com/docs/api/v1/Stages)
low line 565

External URL reference

SourceSKILL.md
565- [Notes](https://developers.pipedrive.com/docs/api/v1/Notes)
low line 566

External URL reference

SourceSKILL.md
566- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on Feb 11, 2026
View Security Dashboard
Installation guide →