Skip to main content

granola-ci-integration

Automates Granola CI/CD workflows for processing meeting notes and integrating with development pipelines using Zapier and GitHub.

Install this skill

or
34/100

Security score

The granola-ci-integration skill was audited on Mar 3, 2026 and we found 16 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 62

Direct command execution function call

SourceSKILL.md
62while ((match = actionPattern.exec(noteContent)) !== null) {
medium line 93

Template literal with variable interpolation in command context

SourceSKILL.md
93```yaml
medium line 128

Template literal with variable interpolation in command context

SourceSKILL.md
128title: `Meeting Action: ${action.task}`,
medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129body: `From: ${{ github.event.client_payload.title }}\n\n${action.task}`,
medium line 227

Curl to non-GitHub URL

SourceSKILL.md
227curl -X POST https://hooks.zapier.com/hooks/catch/YOUR_HOOK_ID \
low line 34

Webhook reference - potential data exfiltration

SourceSKILL.md
34Zapier Webhook Triggered
medium line 43

Webhook reference - potential data exfiltration

SourceSKILL.md
43## Zapier Webhook Setup
medium line 45

Webhook reference - potential data exfiltration

SourceSKILL.md
45### Step 1: Create Webhook Endpoint
low line 145

Webhook reference - potential data exfiltration

SourceSKILL.md
145# Zapier Webhook Action
medium line 224

Webhook reference - potential data exfiltration

SourceSKILL.md
224### Test Webhook Endpoint
low line 226

Webhook reference - potential data exfiltration

SourceSKILL.md
226# Test Zapier webhook with sample data
medium line 265

Webhook reference - potential data exfiltration

SourceSKILL.md
265| Webhook timeout | Large payload | Add processing delay |
medium line 271

Webhook reference - potential data exfiltration

SourceSKILL.md
271- [Zapier Webhooks](https://zapier.com/help/create/code-webhooks)
low line 147

External URL reference

SourceSKILL.md
147URL: https://api.github.com/repos/your-org/your-repo/dispatches
low line 227

External URL reference

SourceSKILL.md
227curl -X POST https://hooks.zapier.com/hooks/catch/YOUR_HOOK_ID \
low line 271

External URL reference

SourceSKILL.md
271- [Zapier Webhooks](https://zapier.com/help/create/code-webhooks)
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →