Skip to main content

sales-jamie

Facilitates AI-driven meeting note-taking and CRM integration for sales teams, enhancing productivity and workflow automation.

Install this skill

or
15/100

Security score

The sales-jamie skill was audited on Jun 3, 2026 and we found 17 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: "Jamie platform help — bot-free AI meeting note-taker, REST API with personal and workspace keys, webhook automations, CRM sync to HubSpot/Salesforce/Attio, MCP server for Claude/ChatGPT/
medium line 20

Webhook reference - potential data exfiltration

SourceSKILL.md
20- C) Webhook setup — automating workflows when meetings complete
medium line 52

Webhook reference - potential data exfiltration

SourceSKILL.md
52**Read `references/platform-guide.md`** for the full platform reference — modules, pricing, API endpoints, webhook setup, integrations, data model.
medium line 60

Webhook reference - potential data exfiltration

SourceSKILL.md
60- **API vs webhooks**: Use webhooks (`meeting.completed`) for real-time pipelines; use REST API for batch queries and search. Combine both for production: webhook for push + nightly reconcile poll.
medium line 62

Webhook reference - potential data exfiltration

SourceSKILL.md
62- **Plan gating**: API/webhooks require Pro+. CRM sync (HubSpot/Salesforce/Attio) requires Pro+. Free and Plus are personal-use only.
medium line 77

Webhook reference - potential data exfiltration

SourceSKILL.md
77- **No native Zapier integration.** Automation goes through Make.com or custom webhooks.
medium line 79

Webhook reference - potential data exfiltration

SourceSKILL.md
79- **Webhook endpoint URL can't be updated.** Delete and recreate if the URL changes. Events are also immutable after creation.
medium line 87

Webhook reference - potential data exfiltration

SourceSKILL.md
87- `/sales-integration` — General CRM/tool integration patterns (Zapier, Make, webhooks, iPaaS)
medium line 92

Webhook reference - potential data exfiltration

SourceSKILL.md
92### Example 1: Setting up Jamie webhooks with Make.com
medium line 95

Webhook reference - potential data exfiltration

SourceSKILL.md
951. Confirms user is on Plus+ plan (webhooks require it)
medium line 96

Webhook reference - potential data exfiltration

SourceSKILL.md
962. Walks through: Jamie Settings → Integrations → Webhooks → Create Webhook → paste Make.com webhook URL
medium line 98

Webhook reference - potential data exfiltration

SourceSKILL.md
984. Shows Make.com scenario: webhook trigger → parse JSON → create Notion page with summary + action items
medium line 107

Webhook reference - potential data exfiltration

SourceSKILL.md
1074. Suggests hybrid: webhook for real-time + nightly batch to catch gaps
medium line 131

Webhook reference - potential data exfiltration

SourceSKILL.md
131### Webhook not firing after meeting ends
medium line 132

Webhook reference - potential data exfiltration

SourceSKILL.md
132**Symptom**: Webhook endpoint never receives `meeting.completed` event
medium line 133

Webhook reference - potential data exfiltration

SourceSKILL.md
133**Cause**: Webhook requires Plus+ plan, endpoint must be HTTPS, or webhook was created with wrong event
medium line 134

Webhook reference - potential data exfiltration

SourceSKILL.md
134**Solution**: Verify plan is Plus or higher. Check webhook URL is HTTPS (HTTP is rejected). In Jamie Settings → Integrations → Webhooks, confirm the webhook shows `meeting.completed` as the selected e
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →