We take security seriously at RunAnywhere. If you discover a security vulnerability in our SDKs or related components, please report it responsibly.
Instead, please email us directly at: [email protected]
When reporting a security vulnerability, please include:
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Affected versions (if known)
- Your contact information for follow-up
- Acknowledgment within 48 hours of your report
- Initial assessment within 5 business days
- Regular updates on our progress
- Credit in our security advisories (if desired)
When using RunAnywhere SDKs in your applications:
- Never hardcode API keys in your source code
- Use secure storage mechanisms (Android Keystore, iOS Keychain)
- Rotate keys regularly
- Restrict key permissions to minimum required scope
- Validate input before processing
- Sanitize outputs to prevent injection attacks
- Use HTTPS for all network communications
- Implement proper error handling without exposing sensitive information
- Verify model integrity before loading
- Use secure model storage to prevent tampering
- Monitor resource usage to prevent DoS attacks
- Implement proper cleanup of sensitive data in memory
We provide security updates for the following versions:
| Version | Supported |
|---|---|
| 1.x.x | ✅ Yes |
| < 1.0 | ❌ No |
Our SDKs include several built-in security features:
- Encrypted communications with RunAnywhere cloud services
- Certificate pinning for API endpoints
- Secure credential storage recommendations
- Input validation and sanitization
- Privacy-preserving on-device processing options
We follow responsible disclosure practices:
- Investigation - We investigate all reports thoroughly
- Coordination - We work with reporters to understand and fix issues
- Timeline - We aim to resolve critical issues within 90 days
- Disclosure - We coordinate public disclosure after fixes are available
- Recognition - We acknowledge security researchers (with permission)
Thank you for helping keep RunAnywhere and our users secure! 🔒