Skip to main content

fireflies-incident-runbook

Facilitates rapid incident response for Fireflies.ai outages, including triage, mitigation, and postmortem procedures.

Install this skill

or
29/100

Security score

The fireflies-incident-runbook skill was audited on May 24, 2026 and we found 27 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 95

Template literal with variable interpolation in command context

SourceSKILL.md
95```bash
medium line 58

Curl to non-GitHub URL

SourceSKILL.md
58curl -s -X POST https://api.fireflies.ai/graphql \
medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl -s -X POST https://api.fireflies.ai/graphql \
medium line 101

Curl to non-GitHub URL

SourceSKILL.md
101curl -s -X POST https://api.fireflies.ai/graphql \
medium line 134

Curl to non-GitHub URL

SourceSKILL.md
134curl -s -X POST https://api.fireflies.ai/graphql \
medium line 8

Webhook reference - potential data exfiltration

SourceSKILL.md
8or webhook delivery problems.
medium line 29

Webhook reference - potential data exfiltration

SourceSKILL.md
29Rapid incident response procedures for Fireflies.ai integration failures. Covers API outages, authentication problems, webhook issues, and rate limiting.
medium line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37| P3 | Minor impact | < 4 hours | Webhook delays, missing summaries |
low line 85

Webhook reference - potential data exfiltration

SourceSKILL.md
85└─ NO: Webhook issues?
low line 86

Webhook reference - potential data exfiltration

SourceSKILL.md
86├─ Not receiving webhooks → Check dashboard registration
low line 87

Webhook reference - potential data exfiltration

SourceSKILL.md
87├─ Invalid signature → Webhook secret mismatch
low line 88

Webhook reference - potential data exfiltration

SourceSKILL.md
88└─ Processing failures → Check your webhook handler logs
medium line 125

Webhook reference - potential data exfiltration

SourceSKILL.md
125### Webhook Not Firing -- P2
low line 129

Webhook reference - potential data exfiltration

SourceSKILL.md
129# Verify webhook is registered
low line 131

Webhook reference - potential data exfiltration

SourceSKILL.md
131echo "Webhook URL should be your HTTPS endpoint"
low line 133

Webhook reference - potential data exfiltration

SourceSKILL.md
133# Test by uploading audio (triggers webhook when done)
low line 139

Webhook reference - potential data exfiltration

SourceSKILL.md
139"variables": { "input": { "url": "https://example.com/test.mp3", "title": "Webhook Test" } }
low line 142

Webhook reference - potential data exfiltration

SourceSKILL.md
142# Remember: webhooks only fire for meetings YOU own (organizer_email)
medium line 145

Webhook reference - potential data exfiltration

SourceSKILL.md
145### Invalid Webhook Signature -- P3
low line 151

Webhook reference - potential data exfiltration

SourceSKILL.md
151function debugWebhookSignature(payload: string, receivedSig: string, secret: string) {
medium line 221

Webhook reference - potential data exfiltration

SourceSKILL.md
221- [Fireflies Webhooks](https://docs.fireflies.ai/graphql-api/webhooks)
low line 50

External URL reference

SourceSKILL.md
50-X POST https://api.fireflies.ai/graphql \
low line 58

External URL reference

SourceSKILL.md
58curl -s -X POST https://api.fireflies.ai/graphql \
low line 66

External URL reference

SourceSKILL.md
66curl -s -X POST https://api.fireflies.ai/graphql \
low line 101

External URL reference

SourceSKILL.md
101curl -s -X POST https://api.fireflies.ai/graphql \
low line 134

External URL reference

SourceSKILL.md
134curl -s -X POST https://api.fireflies.ai/graphql \
low line 139

External URL reference

SourceSKILL.md
139"variables": { "input": { "url": "https://example.com/test.mp3", "title": "Webhook Test" } }
Scanned on May 24, 2026
View Security Dashboard
Installation guide →