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 12, 2026 and we found 27 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 93

Template literal with variable interpolation in command context

SourceSKILL.md
93```bash
medium line 57

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
87└─ Processing failures → Check your webhook handler logs
medium line 122

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
125# Verify webhook is registered
low line 127

Webhook reference - potential data exfiltration

SourceSKILL.md
127echo "Webhook URL should be your HTTPS endpoint"
low line 129

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
141### Invalid Webhook Signature -- P3
low line 146

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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