Skip to main content

crm-integration

Facilitates seamless integration with Close CRM, HubSpot, and Salesforce for efficient sales automation and data synchronization.

Install this skill

or
37/100

Security score

The crm-integration skill was audited on Feb 9, 2026 and we found 19 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 integration patterns for Close CRM, HubSpot, and Salesforce. Use when: Close CRM, HubSpot, Salesforce, CRM API, lead sync, deal sync, activity logging, CRM webhook, pipeline automati
medium line 17

Webhook reference - potential data exfiltration

SourceSKILL.md
17- Webhook handlers for real-time sync
medium line 104

Webhook reference - potential data exfiltration

SourceSKILL.md
104- Webhooks fire and process correctly
medium line 118

Webhook reference - potential data exfiltration

SourceSKILL.md
118| **Webhooks** | All plans | Pro+ ($800+) | All plans |
medium line 288

Webhook reference - potential data exfiltration

SourceSKILL.md
288<webhook_patterns>
medium line 289

Webhook reference - potential data exfiltration

SourceSKILL.md
289## Webhook Handlers
medium line 291

Webhook reference - potential data exfiltration

SourceSKILL.md
291### Close Webhook (FastAPI)
low line 298

Webhook reference - potential data exfiltration

SourceSKILL.md
298@app.post("/webhooks/close")
low line 299

Webhook reference - potential data exfiltration

SourceSKILL.md
299async def close_webhook(request: Request):
low line 304

Webhook reference - potential data exfiltration

SourceSKILL.md
304CLOSE_WEBHOOK_SECRET.encode(), body, hashlib.sha256
medium line 324

Webhook reference - potential data exfiltration

SourceSKILL.md
324### Close Webhook Events
medium line 332

Webhook reference - potential data exfiltration

SourceSKILL.md
332</webhook_patterns>
medium line 393

Webhook reference - potential data exfiltration

SourceSKILL.md
393- `reference/automation.md` - Webhook setup, sequences, workflows
medium line 424

Webhook reference - potential data exfiltration

SourceSKILL.md
424**User wants webhooks:**
low line 435

Webhook reference - potential data exfiltration

SourceSKILL.md
435export CLOSE_WEBHOOK_SECRET="whsec_xxx"
low line 27

External URL reference

SourceSKILL.md
27BASE_URL = "https://api.close.com/api/v1"
low line 78

External URL reference

SourceSKILL.md
78self.auth_url = "https://login.salesforce.com"
low line 165

External URL reference

SourceSKILL.md
165"url": "https://abcmech.com",
low line 444

External URL reference

SourceSKILL.md
444export SF_INSTANCE_URL="https://yourorg.my.salesforce.com"
Scanned on Feb 9, 2026
View Security Dashboard