Pipedrive

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If approved, the agent can change or delete Pipedrive CRM records such as deals, contacts, organizations, activities, and pipelines.

Why it was flagged

The skill can perform create, update, and delete operations against CRM resources. The risk is purpose-aligned and mitigated by an explicit approval requirement.

Skill content
All write operations require explicit user approval. Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
Recommendation

Only approve write or delete actions after checking the exact resource, account connection, and intended change.

What this means

Anyone or any agent action using this key may access the connected Pipedrive account within the granted permissions.

Why it was flagged

The skill requires a sensitive API key that delegates access to Maton-managed Pipedrive OAuth connections.

Skill content
All requests require the Maton API key in the Authorization header: Authorization: Bearer $MATON_API_KEY
Recommendation

Store the Maton API key securely, avoid sharing it in prompts or logs, and revoke or rotate it if it may have been exposed.

What this means

Pipedrive request and response data may be processed by the Maton service while using this skill.

Why it was flagged

The integration routes Pipedrive API traffic and OAuth-backed access through the Maton gateway. This data flow is disclosed and central to the skill, but it means CRM data passes through a third-party service.

Skill content
Maton proxies requests to `api.pipedrive.com` and automatically injects your OAuth token.
Recommendation

Use this skill only if you trust Maton to handle your Pipedrive data and OAuth connection appropriately.