| Version | Supported |
|---|---|
| 0.1.x | ✅ |
| < 0.1 | ❌ |
We take security seriously. If you discover a security vulnerability, please follow these steps:
- DO NOT create a public GitHub issue
- Email security report to: [email protected]
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Initial Response: Within 48 hours
- Status Update: Within 5 business days
- Resolution Target: 30 days for critical, 90 days for low severity
-
Secrets Management
- Never commit credentials to git
- Use environment variables for sensitive data
- Rotate credentials regularly
-
Device Security
- Use secure connections (USB debugging, SSH keys)
- Limit device access to authorized users
- Keep Android Debug Bridge (ADB) updated
-
Model Security
- Verify model sources
- Check model checksums
- Don't use untrusted models
-
Code Security
- Sanitize all inputs
- Use parameterized commands
- Avoid shell injection vulnerabilities
- No hardcoded credentials
-
Dependencies
- Keep dependencies updated
- Review dependency licenses
- Monitor for CVEs
-
CI/CD Security
- Use secrets management
- Limit runner permissions
- Review workflow changes
- ADB runs with elevated privileges
- Ensure devices are trusted
- Use ADB authorization
- Use key-based authentication
- Verify host keys
- Limit SSH access scope
- Models run with benchmark_app privileges
- Potential for malicious models
- Validate model sources
- Input validation in configuration
- Parameterized shell commands
- Secrets excluded from logs
- Model signature verification
- Encrypted credential storage
- Audit logging
After a security issue is resolved:
- Security advisory will be published
- CVE will be requested if applicable
- Users will be notified via GitHub
Security Team: [email protected] PGP Key: [Link to public key]
We appreciate responsible disclosure and will acknowledge security researchers who:
- Follow responsible disclosure practices
- Allow reasonable time for fixes
- Don't exploit vulnerabilities
Thank you for helping keep OVMobileBench secure!