If you discover a security vulnerability in AITuberFlow, please report it responsibly.
- Do NOT open a public issue for security vulnerabilities
- Send details to the maintainers via private message or email
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment within 48 hours
- Status update within 7 days
- Credit in the security advisory (if desired)
| Version | Supported |
|---|---|
| 1.x | Yes |
| 0.x | No |
- Never commit API keys to version control
- Use environment variables (
.envfiles) - Keep
.envfiles in.gitignore
- Run behind a reverse proxy in production
- Use HTTPS for all external connections
- Restrict CORS origins to trusted domains
- Use strong passwords for OBS WebSocket
- Limit network access to localhost when possible
This project is designed primarily for local development and personal streaming setups. Additional security hardening is recommended for any public-facing deployment.
Plugins execute Python code. Only install plugins from trusted sources.