If you discover a security vulnerability within WSA Installer, please send an email to the project maintainers. All security vulnerabilities will be promptly addressed.
Please do NOT report security vulnerabilities through public GitHub issues.
When reporting a vulnerability, please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix and release: Depends on severity, typically within 2 weeks
WSA Installer implements multiple security layers:
- Zero-trust configuration parsing
- Signature verification for remote config
- Encrypted configuration handling
- Hash-based deduplication to prevent redundant updates
- Socket-based single instance lock prevents multiple installer copies
- Port-based process detection for conflict resolution
WSABackgroundServiceruns as SYSTEM-level Windows Service- Auto-restart on failure with configurable retry logic
- User session process spawning via
CreateProcessAsUserW
- Nuitka compilation (
app.py→app.pyd) for source code protection - PyInstaller bundling with binary obfuscation
- Embedded Python 3.14 runtime isolation
- UAC elevation for system modifications
- Administrator privilege validation before operations
- Input blocking during sensitive automation sequences
- Download only from official sources — Use the official GitHub releases
- Run as administrator — Required for WSA installation and system modifications
- Keep updated — Use the built-in self-update feature
- Verify checksums — Compare downloaded file hashes when possible
- Review logs — Check
wsa_activity.logfor suspicious activity
Security updates will be released as patches to the current version. Users are encouraged to enable automatic updates or check the Releases page regularly.
This security policy applies to:
- The WSA Installer application (
WSA Installer.exe) - The NSIS installer (
WSA_Installer_Setup.exe) - The background service (
WSABackgroundService) - The native modules (
widget_ui.pyd,playstore_patcher_mem.pyd)
It does NOT apply to:
- Third-party software (ADB, Python, etc.)
- Windows Subsystem for Android itself
- Applications installed within WSA
We appreciate the security research community and responsible disclosure of vulnerabilities.