Antigravity Manager takes security seriously. Here are the security measures we've implemented:
- AES-256-GCM encryption for all sensitive data (
token_json,quota_json) - Unique initialization vectors (IV) for each encryption operation
- Authenticated encryption to prevent tampering
- Windows: Windows Credential Manager
- macOS: macOS Keychain
- Linux: Secret Service API / libsecret
Master keys are stored in the OS native credential manager via keytar, never in plain text files.
- Sensitive tokens are encrypted before storage in SQLite database
- Automatic migration of legacy plaintext data on application startup
- No sensitive data is logged or transmitted to external services
| Version | Supported |
|---|---|
| Latest | β |
| < Latest | β |
We only provide security updates for the latest version. Please ensure you're running the most recent release.
We take all security vulnerabilities seriously. Thank you for helping to improve the security of Antigravity Manager.
Please DO NOT report security vulnerabilities through public GitHub issues.
Instead, please report them via one of the following methods:
- GitHub Security Advisories: Use our private vulnerability reporting
- Email: Send details to the project maintainer (see GitHub profile for contact)
Please include the following information in your report:
- Type of vulnerability (e.g., buffer overflow, SQL injection, XSS)
- Full paths of source file(s) related to the vulnerability
- Location of the affected source code (tag/branch/commit or direct URL)
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue and how an attacker might exploit it
- Initial Response: Within 48 hours
- Status Update: Within 5 business days
- Resolution Timeline: Depends on complexity, typically within 30 days
- Acknowledgment: We'll confirm receipt of your report
- Investigation: We'll investigate and validate the vulnerability
- Fix Development: We'll develop and test a fix
- Disclosure: We'll coordinate disclosure timing with you
- Credit: With your permission, we'll credit you in the release notes
To ensure the security of your data:
- Keep Updated: Always use the latest version of Antigravity Manager
- System Security: Keep your operating system updated
- Secure Environment: Use the application on trusted devices only
- Backup: Regularly backup your account data using the built-in backup feature
- Review Permissions: Only grant necessary OAuth permissions
When we receive a security bug report, we will:
- Confirm the problem and determine affected versions
- Audit code to find any similar problems
- Prepare fixes for all supported versions
- Release new versions as soon as possible
Thank you for helping keep Antigravity Manager and its users safe!