Skip to main content

crm-integrations

Integrates lead generation forms with CRM systems and automation tools, ensuring efficient data handling and compliance.

Install this skill

or
68/100

Security score

The crm-integrations skill was audited on Feb 9, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: CRM and automation integration patterns for lead gen sites. Webhooks, Zapier, Make, HubSpot, Pipedrive. Use for connecting forms to business systems.
medium line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37| `ZAPIER_WEBHOOK_URL` | Zapier webhook | `https://hooks.zapier.com/...` |
medium line 38

Webhook reference - potential data exfiltration

SourceSKILL.md
38| `CRM_WEBHOOK_URL` | Generic CRM endpoint | `https://your-crm.com/webhook` |
medium line 53

Webhook reference - potential data exfiltration

SourceSKILL.md
53- **[Webhook Implementation](references/webhooks.md)** — Generic webhook function, payload standard, architecture
medium line 66

Webhook reference - potential data exfiltration

SourceSKILL.md
66- ❌ Using GET requests for webhooks (always POST)
medium line 71

Webhook reference - potential data exfiltration

SourceSKILL.md
71- [ ] Generic webhook function implemented with retry logic
low line 37

External URL reference

SourceSKILL.md
37| `ZAPIER_WEBHOOK_URL` | Zapier webhook | `https://hooks.zapier.com/...` |
low line 38

External URL reference

SourceSKILL.md
38| `CRM_WEBHOOK_URL` | Generic CRM endpoint | `https://your-crm.com/webhook` |
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →