If you discover a security vulnerability in FlyCast, please report it by creating an issue on GitHub marked [SECURITY].
Alternatively, you can email any security concerns directly to the maintainer. Please provide detailed information about the vulnerability, including:
- Steps to reproduce
- Potential impact
- Suggestions for remediation if you have them
FlyCast uses an API key for authentication with the Fireflies.ai API. Keep your API key secure:
- Never share your API key publicly
- Store it only in your local
.envfile (which is ignored by git) - If you suspect your key has been compromised, regenerate it immediately in your Fireflies.ai account
- Keep your FlyCast installation and dependencies up-to-date
- Review the code before running it, especially if you've forked or modified it
- Be cautious when adding functionality that extends the permissions or access scopes of the application