We actively support the following versions with security updates:
| Version | Supported |
|---|---|
| 1.x.x | ✅ |
| < 1.0 | ❌ |
We take the security of the Alternate Futures SDK seriously. If you discover a security vulnerability, please follow these steps:
Please do not create a public GitHub issue for security vulnerabilities. This helps protect users while we work on a fix.
Send details to: security@alternatefutures.ai
Include in your report:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Your contact information
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Fix Timeline: Depends on severity
- Critical: 1-7 days
- High: 7-14 days
- Medium: 14-30 days
- Low: 30-90 days
- We will coordinate disclosure with you
- Credit will be given to reporters (unless you prefer anonymity)
- Public disclosure after fix is deployed and users have time to update
When using this SDK:
- Keep Dependencies Updated: Regularly update to the latest version
- Secure Token Storage: Never commit tokens to version control
- Use Environment Variables: Store sensitive data in
.envfiles - Review Permissions: Use minimal necessary permissions for access tokens
- Monitor Dependencies: Watch for security advisories on dependencies
This SDK implements several security features:
- No Telemetry: We collect no analytics or usage data
- Minimal Dependencies: Reduced attack surface
- Type Safety: TypeScript for compile-time safety
- Input Validation: All inputs validated before API calls
- Secure Defaults: HTTPS-only, secure configurations by default
Personal Access Tokens provide full account access. Treat them like passwords:
- Rotate regularly
- Use separate tokens for different applications
- Revoke immediately if compromised
When using the browser version:
- Never expose tokens in client-side code
- Use backend proxies for sensitive operations
- Implement proper CORS policies
We currently do not have a formal bug bounty program, but we appreciate responsible disclosure and will acknowledge contributors in our security hall of fame.
For security-related questions: security@alternatefutures.ai For general support: support@alternatefutures.ai