At Alternate Futures, we take security seriously. As an open source, privacy-focused, and censorship-resistant platform, we are committed to protecting our users and their data.
We actively maintain and provide security updates for the following versions:
| Version | Supported |
|---|---|
| 0.2.x | ✅ |
| 0.1.x | ❌ |
| < 0.1.0 | ❌ |
We appreciate the security community's efforts to responsibly disclose vulnerabilities. If you discover a security issue, please follow these steps:
- DO NOT open a public GitHub issue
- Email security findings to: security@alternatefutures.ai
- Include the following information:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if applicable)
- Your contact information
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Fix Timeline: Varies by severity
- Critical: 24-48 hours
- High: 7 days
- Medium: 30 days
- Low: 90 days
- Acknowledgment: We'll confirm receipt of your report
- Investigation: Our security team will investigate the issue
- Updates: Regular status updates throughout the process
- Resolution: We'll work on a fix and coordinate disclosure
- Credit: We'll publicly acknowledge your contribution (unless you prefer to remain anonymous)
When using the Alternate Futures CLI:
- Always use the latest version
- Protect your authentication tokens (
AF_TOKEN) - Never commit
.envfiles or credentials to version control - Use environment variables for sensitive data in CI/CD
- Regularly rotate your access tokens
- Review permissions when granting access
- Run
pnpm auditregularly to check for vulnerabilities - Keep dependencies up to date
- Use Dependabot alerts
- Follow secure coding practices
- Validate and sanitize all inputs
- Use parameterized queries for database operations
- Implement proper authentication and authorization
- Enable multi-factor authentication for your account
- Secure credential storage using system keychain
- Encrypted communication with AlternateFutures Cloud
- Input validation and sanitization
- Protection against common vulnerabilities (XSS, injection attacks)
We continuously monitor for:
- Dependency vulnerabilities (Dependabot)
- Code security issues (CodeQL)
- Secret leakage (TruffleHog)
- Common CVEs and security advisories
Our commitment to privacy includes:
- Data Minimization: We only collect necessary data
- No Tracking: No user behavior tracking or analytics without consent
- Encryption: All data transmission is encrypted
- Transparency: Open source code allows community audits
We strive to comply with:
- GDPR (General Data Protection Regulation)
- CCPA (California Consumer Privacy Act)
- Industry best practices for security
We currently do not have a formal bug bounty program, but we deeply appreciate responsible disclosure and will:
- Publicly acknowledge contributors (with permission)
- Provide recognition in our security hall of fame
- Consider rewards for critical vulnerabilities on a case-by-case basis
We thank the following security researchers for responsibly disclosing vulnerabilities:
Be the first to help secure Alternate Futures!
- Security Issues: security@alternatefutures.ai
- General Support: https://alternatefutures.ai/docs
- GitHub Issues: https://github.com/alternatefutures/package-cloud-cli/issues (for non-security bugs)
Last Updated: 2025-11-12