fireflies-sdk-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content and code templates for integrating with the Fireflies.ai API. It demonstrates architectural best practices such as the Singleton pattern, structured error handling, and exponential backoff for retries.
- [EXTERNAL_DOWNLOADS]: References official SDK packages (@fireflies/sdk for Node.js and fireflies for Python) and links to legitimate documentation at docs.fireflies.com and zod.dev. These references are consistent with the skill's primary purpose.
- [CREDENTIALS_UNSAFE]: Follows security best practices by instructing users to load sensitive credentials like API keys from environment variables (e.g., process.env.FIREFLIES_API_KEY) rather than hardcoding them into the source code.
Audit Metadata