Skip to main content

fireflies-sdk-patterns

Provides production-ready SDK patterns for Fireflies.ai in TypeScript and Python, enhancing integration and coding standards.

Install this skill

or
85/100

Security score

The fireflies-sdk-patterns skill was audited on May 12, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69Authorization: `Bearer ${this.apiKey}`,
medium line 78

Template literal with variable interpolation in command context

SourceSKILL.md
78const error = new Error(`Fireflies: ${err.message}`) as any;
low line 59

Access to .env file

SourceSKILL.md
59this.apiKey = apiKey || process.env.FIREFLIES_API_KEY!;
low line 29

External URL reference

SourceSKILL.md
29Production-ready patterns for the Fireflies.ai GraphQL API. Fireflies has no official SDK -- all interaction is via HTTP POST to `https://api.fireflies.ai/graphql`. These patterns provide typed wrappe
low line 41

External URL reference

SourceSKILL.md
41const FIREFLIES_API = "https://api.fireflies.ai/graphql";
low line 181

External URL reference

SourceSKILL.md
181API_URL = "https://api.fireflies.ai/graphql"
low line 247

External URL reference

SourceSKILL.md
247- [Zod Documentation](https://zod.dev/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →