The following versions of AlphaSight AI (BearBot) are currently supported with security updates:
| Version | Supported |
|---|---|
| Latest | β Supported |
| Older | β Not Supported |
We recommend always using the latest version of the project.
We take security vulnerabilities seriously. Please do NOT open a public GitHub issue for security vulnerabilities as it may expose the issue to others before it is fixed.
Instead, please report it privately by opening a GitHub Security Advisory:
Please include the following details in your report:
- A clear description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Any suggested fixes (optional but appreciated)
Once a vulnerability is reported, here is what you can expect:
- Acknowledgement β We will acknowledge receipt of your report within 48 hours
- Investigation β We will investigate and validate the reported vulnerability
- Fix β We will work on a fix and keep you updated on progress
- Release β A patched version will be released as soon as possible
- Credit β With your permission, we will credit you for the responsible disclosure
When contributing to AlphaSight AI, please follow these security guidelines:
- Never commit API keys, secrets, or credentials to the repository
- Always use
.env.localfor sensitive environment variables - Never expose user portfolio data or financial information in logs
- Ensure all API endpoints enforce authentication where required
- Follow the principle of least privilege when handling user data
- Never store sensitive financial data in plaintext
AlphaSight AI implements the following security measures:
- RLS Enforced β All database queries use Supabase Row Level Security
- Auth Tokens β Supabase PKCE OAuth flow, no passwords stored
- API Keys β Environment isolated via
.env.local - User Data β Scoped to authenticated user via
auth.uid() - No Hallucinations β All AI responses grounded in live market data
- Edge Protection β Next.js middleware protects all authenticated routes
For any security related concerns, reach out to us at:
π§ support@alphasightai.online π¬ GitHub Discussions
This Security Policy follows industry standard responsible disclosure practices.
This project is part of GSSoC 2026. We are committed to maintaining a safe and secure environment for all contributors and users! π±